Mistral Large 3 2512
mistralai/mistral-large-2512
- Latency
- 470ms
- Cost
- $0.00011
- Per 1,000
- $0.11
104 in · 39 out · 13 words · checks 5/5
- json_valid
- json_keys
- regex
- regex
- regex
```json
{
"name": "get_weather",
"arguments": {
"city": "Lisbon",
"unit": "f"
}
}
```Judge: Output exactly matches the required format with correct tool name, city parameter, and unit parameter, with no extra keys or commentary.