Mistral Large 3 2512
mistralai/mistral-large-2512
- Latency
- 516ms
- Cost
- $0.00020
- Per 1,000
- $0.20
161 in · 78 out · 19 words · checks 7/7
- json_valid
- json_keys
- regex
- contains
- regex
- contains
- contains
```json
{
"name": "create_event",
"arguments": {
"title": "Design Review",
"start": "2026-10-02T15:00",
"duration_minutes": 45,
"attendees": ["[email protected]", "[email protected]"]
}
}
```Judge: All rubric requirements met: correct tool name, ISO start datetime 2026-10-02T15:00, integer duration 45, both attendees in array, and sensible title 'Design Review'.