Mixtral 8x7B free API
Mistral MoE model on Groq free tier and locally via Ollama. Strong multilingual and coding performance.
Free providers
| Provider | RPM | Daily | Model ID | Checked |
|---|---|---|---|---|
| groq | 30 | 14400 | โ | 2026-08-23 |
Example (groq)
curl https://api.groq.com/openai/v1/chat/completions \
-H "Authorization: Bearer $GROQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mixtral-8x7b-32768",
"messages": [{"role": "user", "content": "Hello"}]
}' Limits checked against official docs on 2026-08-23. Rates change without notice. Not affiliated with providers unless noted. Verify before production use.