Mistral: Codestral 2508 (batch)
$0.15/M input$0.45/M output
mistralai/codestral-2508:batchDescription
Mistral's cutting-edge language model for coding released end of July 2025. Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM), code correction and test generation. [Blog Post](https://mistral.ai/news/codestral-25-08)
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/codestral-2508:batch",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextInput: FileOutput: Text