5 ms·
I'm considering switching my function calling requests from OpenAI's API to Mistral. Are they using similar formats? What's the easiest way to use Mistral? Is i
by clementmas 2y ago
I'm considering switching my function calling requests from OpenAI's API to Mistral. Are they using similar formats? What's the easiest way to use Mistral? Is it by using Huggingface?
- ru552 2y agoeasiest is probably with ollama [0]. I think the ollama API is OpenAI compatible. [0]https://ollama.com/ https://ollama.com/
- talldayo 2y agoMost inference servers are OpenAI-compatibile. Even the "official" llama-cpp server should work fine: https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md https://github.com/ggerganov/llama.cpp/blob/master/examples/...
- pants2 2y agoOllama runs locally. What's the best option for calling the new Mixtral model on someone else's server programmatically?
- Arcuru 2y agoOpenrouter lists several options: https://openrouter.ai/models/mistralai/mixtral-8x22b https://openrouter.ai/models/mistralai/mixtral-8x22b