Post
1282
π¨ MistralAI is back with the mistral small V3 model update and it is free! π
https://docs.mistral.ai/getting-started/models/models_overview/#free-models
π Below is the the provider for reasoning over your dataset rows with custom schema π§
https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/mistralai_150.py
My personal usage experience and findings:
β οΈThe original API usage may constanly fail with the connection.
To bypass this limitation, use
π΅ It is actually: ~0.18 USD 1M tokens
π Framework: https://github.com/nicolay-r/bulk-chain
https://docs.mistral.ai/getting-started/models/models_overview/#free-models
π Below is the the provider for reasoning over your dataset rows with custom schema π§
https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/mistralai_150.py
My personal usage experience and findings:
β οΈThe original API usage may constanly fail with the connection.
To bypass this limitation, use
--attempts [COUNT]
to withstand connection loss while iterating through JSONL/CSV data (see π· below)π΅ It is actually: ~0.18 USD 1M tokens
π Framework: https://github.com/nicolay-r/bulk-chain