Mistral free API

Mistral open models on Groq free tier and Ollama.

Use in Cursor Use in VS Code + Continue

Free providers

ProviderRPMDailyModel IDChecked
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.

Model card ยท All providers