← Back to leaderboard

mistral-small3.2:24b

15 GB measured VRAM · 12GB+ tier · tool-gauntlet-v1
Tier 1 — floor 5/5
seed 1 (passed): correct single call
13 tokens · 10.186s
assistant
get_weather({'city': 'Seattle'})
Tier 2 — restraint 5/5
seed 1 (passed): correctly answered directly, no spurious tool call
8 tokens · 0.316s
assistant
The capital of Japan is Tokyo.
Tier 3 — selection 5/5
seed 1 (passed): correctly selected get_time among 3 plausible tools
11 tokens · 0.428s
assistant
get_time({'city': 'Tokyo'})
Tier 4 — extraction 5/5
seed 1 (passed): correctly extracted and typed all fields from messy prose
41 tokens · 0.955s
assistant
book_flight({'date': '2026-03-24', 'passengers': 3, 'origin': 'Chicago', 'destination': 'Denver'})
Tier 5 — chaining 0/5
seed 1 (FAILED): second turn: did not call get_weather using the location result
32 tokens · 0.927s
assistant
get_user_location({})
assistant
I'll need to know your exact location to provide the current weather. Could you please share your city or specific area?
Tier 6 — strict schema 5/5
seed 1 (passed): correctly extracted enum, array, and date under full schema constraints
46 tokens · 1.059s
assistant
create_calendar_event({'attendees': ['Maria', 'James'], 'date': '2026-04-02', 'priority': 'high', 'title': 'Budget Review'})