mistralai/mistral-large-2512
Mistral Large 3 (2512). Significantly cheaper than v2. 262K context.
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-large-2512",
"messages": [{"role": "user", "content": "Hello!"}]
}'