Measured compatibility

Tool-calling support matrix

A cell measures the whole stack: model x quant x server x server version. It is not a property of the model alone.

Red means the combination failed as tested, not that the weights are bad. The same weights can pass on one server and fail on another; where that is proven, the cell carries a cause annotation.

Every red cell links to the full request/response transcript that produced it when the result schema supplies a transcript path. Legacy schema v1 results do not record transcript paths. See the case studies under docs/case-studies/ for controlled comparisons.

The servers do not decode the same way. llama.cpp compiles the supplied tool definitions into a GBNF grammar and constrains decoding with it, so a call naming a function that was never supplied cannot be sampled there. Ollama and MLX LM generate unconstrained text and parse the tool call out of it afterwards. This systematically favours llama.cpp, so a llama.cpp-versus-Ollama difference is a property of the combination, not evidence of a server defect or a difference between models; the comparison that isolates the model is same-server.

Sample size and method: 50 distinct scenarios are represented in this result set. Each published cell is one run. Findings in the case studies are replicated across at least five runs per arm before a verdict is drawn, so a cell tells you what one run measured and a case study tells you what held up under repetition. The current case studies cover 90 runs across 18 quantization arms, and 40 runs across 8 arms for the peg-native anomaly.

Excluded rows

Measurement environment: Apple M4 Max, 64GB; macOS 26.5.2.

Current results

Scenario groups

all pass partial none pass

Showing 32 result files.

Model / quant / server single_call parallel_calls streaming tool_choice_modes multi_turn negative_trap
granite3.1-dense-8b quant: not declared server: llama.cpp 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript unparsed tool call
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript unparsed tool call
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript unparsed tool call
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript unparsed tool call
  5. multi-turn-route fail turn 1: no tool call emitted transcript unparsed tool call
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript unparsed tool call
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript unparsed tool call
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript unparsed tool call
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript unparsed tool call
  15. parallel-city-time fail no tool call emitted transcript unparsed tool call
  16. parallel-different-tools fail no tool call emitted transcript unparsed tool call
  17. parallel-three-cities fail no tool call emitted transcript unparsed tool call
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript unparsed tool call
  20. parallel-two-multiple-args fail no tool call emitted transcript unparsed tool call
  21. parallel-two-searches fail no tool call emitted transcript unparsed tool call
  22. parallel-weather-and-time fail no tool call emitted transcript unparsed tool call
  23. single-array-tags fail no tool call emitted transcript unparsed tool call
  24. single-boolean-flag fail no tool call emitted transcript unparsed tool call
  25. single-date-range fail no tool call emitted transcript unparsed tool call
  26. single-decimal-price fail no tool call emitted transcript unparsed tool call
  27. single-empty-arguments fail no tool call emitted transcript unparsed tool call
  28. single-enum-format fail no tool call emitted transcript unparsed tool call
  29. single-integer-limit fail no tool call emitted transcript unparsed tool call
  30. single-nested-options fail no tool call emitted transcript unparsed tool call
  31. single-optional-omitted fail no tool call emitted transcript unparsed tool call
  32. single-optional-present fail no tool call emitted transcript unparsed tool call
  33. single-string-list fail no tool call emitted transcript unparsed tool call
  34. single-weather fail no tool call emitted transcript unparsed tool call
  35. single-zero-and-negative fail no tool call emitted transcript unparsed tool call
  36. streaming-array-arguments fail no tool call emitted transcript unparsed tool call
  37. streaming-boolean-argument fail no tool call emitted transcript unparsed tool call
  38. streaming-empty-arguments fail no tool call emitted transcript unparsed tool call
  39. streaming-enum-arguments fail no tool call emitted transcript unparsed tool call
  40. streaming-nested-arguments fail no tool call emitted transcript unparsed tool call
  41. streaming-parallel-three fail no tool call emitted transcript unparsed tool call
  42. streaming-parallel-two fail no tool call emitted transcript unparsed tool call
  43. streaming-weather fail no tool call emitted transcript unparsed tool call
  44. tool-choice-auto-call fail no tool call emitted transcript unparsed tool call
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript unparsed tool call
  47. tool-choice-named-empty fail no tool call emitted transcript unparsed tool call
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript unparsed tool call
  50. tool-choice-required-empty fail no tool call emitted transcript unparsed tool call
meta-llama-3.1-8b-instruct-q3_k_m quant: Q3_K_M server: llama.cpp 10/13 0/8 6/8 6/7 0/7 3/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  2. multi-turn-flight-booking error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  3. multi-turn-inventory-order error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  4. multi-turn-parallel-followup fail turn 1: schema violation: expected number for 'first_value', got string transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update fail turn 1: wrong tool call: expected 'find_ticket', got 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  8. negative-auto-arithmetic fail unexpected tool call emitted: 'get_weather' transcript
  9. negative-auto-knowledge fail unexpected tool call emitted: 'lookup_order' transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema error server returned HTTP 500 Internal Server Error after retry transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text fail unexpected tool call emitted: 'send_email' transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time fail missing expected tool call: 'get_time' transcript
  16. parallel-different-tools fail missing expected tool call: 'get_time' transcript
  17. parallel-three-cities fail missing expected tool call: 'get_weather' transcript
  18. parallel-three-different-tools fail missing expected tool call: 'get_time' transcript
  19. parallel-two-calculations fail missing expected tool call: 'divide' transcript
  20. parallel-two-multiple-args fail missing expected tool call: 'reserve_car' transcript
  21. parallel-two-searches fail missing expected tool call: 'search_docs' transcript
  22. parallel-weather-and-time error server returned HTTP 500 Internal Server Error after retry transcript
  23. single-array-tags fail schema violation: expected array for 'tags', got string transcript
  24. single-boolean-flag error server returned HTTP 500 Internal Server Error after retry transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted fail schema violation: expected integer for 'limit', got null transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three fail missing expected tool call: 'get_time' transcript
  42. streaming-parallel-two fail missing expected tool call: 'get_time' transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call fail unexpected tool call emitted: 'get_temperature' transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
meta-llama-3.1-8b-instruct-q4_k_m quant: Q4_K_M server: llama.cpp 7/13 0/8 4/8 6/7 0/7 3/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  2. multi-turn-flight-booking error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  3. multi-turn-inventory-order error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  4. multi-turn-parallel-followup error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  7. multi-turn-two-hop-chain error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  8. negative-auto-arithmetic error server returned HTTP 500 Internal Server Error after retry transcript
  9. negative-auto-knowledge fail unexpected tool call emitted: 'lookup_order' transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema fail unexpected tool call emitted: 'set_temperature_unit' transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text error server returned HTTP 500 Internal Server Error after retry transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time fail missing expected tool call: 'get_time' transcript
  16. parallel-different-tools fail missing expected tool call: 'get_time' transcript
  17. parallel-three-cities fail missing expected tool call: 'get_weather' transcript
  18. parallel-three-different-tools fail missing expected tool call: 'get_time' transcript
  19. parallel-two-calculations fail missing expected tool call: 'divide' transcript
  20. parallel-two-multiple-args fail missing expected tool call: 'reserve_car' transcript
  21. parallel-two-searches fail missing expected tool call: 'search_docs' transcript
  22. parallel-weather-and-time error server returned HTTP 500 Internal Server Error after retry transcript
  23. single-array-tags fail schema violation: expected array for 'tags', got string transcript
  24. single-boolean-flag fail schema violation: expected boolean for 'enabled', got string transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit fail schema violation: expected integer for 'limit', got string transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted fail schema violation: expected integer for 'limit', got string transcript
  32. single-optional-present fail schema violation: expected integer for 'limit', got string transcript
  33. single-string-list fail schema violation: expected array for 'track_ids', got string transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments fail schema violation: expected array for 'record_ids', got string transcript
  37. streaming-boolean-argument fail schema violation: expected boolean for 'enabled', got string transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three fail missing expected tool call: 'get_time' transcript
  42. streaming-parallel-two fail missing expected tool call: 'get_time' transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call fail unexpected tool call emitted: 'get_temperature' transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
meta-llama-3.1-8b-instruct-q8_0 quant: Q8_0 server: llama.cpp 7/13 0/8 4/8 6/7 0/7 3/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  2. multi-turn-flight-booking error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  3. multi-turn-inventory-order error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  4. multi-turn-parallel-followup error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  7. multi-turn-two-hop-chain error turn 1: server returned HTTP 500 Internal Server Error after retry transcript
  8. negative-auto-arithmetic error server returned HTTP 500 Internal Server Error after retry transcript
  9. negative-auto-knowledge fail unexpected tool call emitted: 'lookup_order' transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema fail unexpected tool call emitted: 'set_temperature_unit' transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text fail unexpected tool call emitted: 'send_email' transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time fail missing expected tool call: 'get_time' transcript
  16. parallel-different-tools fail missing expected tool call: 'get_time' transcript
  17. parallel-three-cities fail missing expected tool call: 'get_weather' transcript
  18. parallel-three-different-tools fail missing expected tool call: 'get_time' transcript
  19. parallel-two-calculations fail missing expected tool call: 'divide' transcript
  20. parallel-two-multiple-args fail missing expected tool call: 'reserve_car' transcript
  21. parallel-two-searches fail missing expected tool call: 'search_docs' transcript
  22. parallel-weather-and-time error server returned HTTP 500 Internal Server Error after retry transcript
  23. single-array-tags fail schema violation: expected array for 'tags', got string transcript
  24. single-boolean-flag fail schema violation: expected boolean for 'enabled', got string transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit fail schema violation: expected integer for 'limit', got string transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted fail schema violation: expected integer for 'limit', got string transcript
  32. single-optional-present fail schema violation: expected integer for 'limit', got string transcript
  33. single-string-list fail schema violation: expected array for 'track_ids', got string transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments fail schema violation: expected array for 'record_ids', got string transcript
  37. streaming-boolean-argument fail schema violation: expected boolean for 'enabled', got string transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three fail missing expected tool call: 'get_time' transcript
  42. streaming-parallel-two fail missing expected tool call: 'get_time' transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call fail unexpected tool call emitted: 'get_temperature' transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
phi4-mini quant: not declared server: llama.cpp 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript
  25. single-date-range fail no tool call emitted transcript
  26. single-decimal-price fail no tool call emitted transcript
  27. single-empty-arguments fail no tool call emitted transcript
  28. single-enum-format fail no tool call emitted transcript
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript
  35. single-zero-and-negative fail no tool call emitted transcript
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail no tool call emitted transcript
  40. streaming-nested-arguments fail no tool call emitted transcript
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail no tool call emitted transcript
  44. tool-choice-auto-call fail no tool call emitted transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
qwen2.5-1.5b-instruct-q3_k_m quant: Q3_K_M server: llama.cpp 13/13 6/8 8/8 7/7 0/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 2: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 2: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 2: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 2: no tool call emitted transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update fail turn 1: wrong tool call: expected 'find_ticket', got 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: wrong tool call: expected 'find_user', got 'archive_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail wrong value for 'token': expected abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ, got abcdefgijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time fail missing expected tool call: 'get_time' transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches fail missing expected tool call: 'search_docs' transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-1.5b-instruct-q4_k_m quant: Q4_K_M server: llama.cpp 13/13 8/8 8/8 6/7 0/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: unexpected extra tool call: 'create_order' transcript
  4. multi-turn-parallel-followup fail turn 2: no tool call emitted transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'archive_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call fail unexpected tool call emitted: 'get_temperature' transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-1.5b-instruct-q8_0 quant: Q8_0 server: llama.cpp 13/13 8/8 8/8 7/7 0/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: unexpected extra tool call: 'create_order' transcript
  4. multi-turn-parallel-followup fail turn 2: no tool call emitted transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'find_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail wrong value for 'token': expected abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ, got abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-7b-instruct-q3_k_m quant: Q3_K_M server: llama.cpp 13/13 8/8 8/8 7/7 5/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup pass transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order pass transcript
  4. multi-turn-parallel-followup fail turn 2: no tool call emitted transcript
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-7b-instruct-q4_k_m quant: Q4_K_M server: llama.cpp 13/13 8/8 8/8 7/7 2/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order fail turn 1: unexpected extra tool call: 'create_order' transcript
  4. multi-turn-parallel-followup fail turn 1: unexpected extra tool call: 'compare_temperatures' transcript
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'find_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-7b-instruct-q8_0 quant: Q8_0 server: llama.cpp 13/13 8/8 8/8 7/7 4/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order pass transcript
  4. multi-turn-parallel-followup fail turn 1: unexpected extra tool call: 'compare_temperatures' transcript
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
watt-tool-8b-q4_k_m quant: Q4_K_M server: llama.cpp 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript
  25. single-date-range fail no tool call emitted transcript
  26. single-decimal-price fail no tool call emitted transcript
  27. single-empty-arguments fail no tool call emitted transcript
  28. single-enum-format fail no tool call emitted transcript
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript
  35. single-zero-and-negative fail no tool call emitted transcript
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail no tool call emitted transcript
  40. streaming-nested-arguments fail no tool call emitted transcript
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail no tool call emitted transcript
  44. tool-choice-auto-call fail no tool call emitted transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
meta-llama-3.1-8b-instruct-4bit quant: 4bit server: MLX LM 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript
  25. single-date-range fail no tool call emitted transcript
  26. single-decimal-price fail no tool call emitted transcript
  27. single-empty-arguments fail no tool call emitted transcript
  28. single-enum-format fail no tool call emitted transcript
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript
  35. single-zero-and-negative fail no tool call emitted transcript
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail no tool call emitted transcript
  40. streaming-nested-arguments fail no tool call emitted transcript
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail no tool call emitted transcript
  44. tool-choice-auto-call fail no tool call emitted transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
mistral-7b-instruct-v0.3-4bit quant: 4bit server: MLX LM 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript
  25. single-date-range fail no tool call emitted transcript
  26. single-decimal-price fail no tool call emitted transcript
  27. single-empty-arguments fail no tool call emitted transcript
  28. single-enum-format fail no tool call emitted transcript
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript
  35. single-zero-and-negative fail no tool call emitted transcript
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail no tool call emitted transcript
  40. streaming-nested-arguments fail no tool call emitted transcript
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail no tool call emitted transcript
  44. tool-choice-auto-call fail no tool call emitted transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
phi4-mini-4bit quant: 4bit server: MLX LM 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript
  25. single-date-range fail no tool call emitted transcript
  26. single-decimal-price fail no tool call emitted transcript
  27. single-empty-arguments fail no tool call emitted transcript
  28. single-enum-format fail no tool call emitted transcript
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript
  35. single-zero-and-negative fail no tool call emitted transcript
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail no tool call emitted transcript
  40. streaming-nested-arguments fail no tool call emitted transcript
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail no tool call emitted transcript
  44. tool-choice-auto-call fail no tool call emitted transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
qwen2.5-1.5b-instruct-4bit quant: 4bit server: MLX LM 12/13 8/8 8/8 7/7 0/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: unexpected extra tool call: 'create_order' transcript
  4. multi-turn-parallel-followup fail turn 1: unexpected extra tool call: 'compare_temperatures' transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'find_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail wrong value for 'token': expected abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ, got abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options fail schema violation: missing required field 'prompt' transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-7b-instruct-4bit quant: 4bit server: MLX LM 13/13 8/8 8/8 7/7 4/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup pass transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order pass transcript
  4. multi-turn-parallel-followup fail turn 1: unexpected extra tool call: 'compare_temperatures' transcript
  5. multi-turn-route fail turn 2: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail wrong value for 'token': expected abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ, got abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ- transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen2.5-7b-instruct-8bit quant: 8bit server: MLX LM 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: empty response: no content and no tool call transcript empty response
  2. multi-turn-flight-booking fail turn 1: empty response: no content and no tool call transcript empty response
  3. multi-turn-inventory-order fail turn 1: empty response: no content and no tool call transcript empty response
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: empty response: no content and no tool call transcript empty response
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail empty response: no content and no tool call transcript empty response
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail empty response: no content and no tool call transcript empty response
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail empty response: no content and no tool call transcript empty response
  24. single-boolean-flag fail empty response: no content and no tool call transcript empty response
  25. single-date-range fail empty response: no content and no tool call transcript empty response
  26. single-decimal-price fail empty response: no content and no tool call transcript empty response
  27. single-empty-arguments fail empty response: no content and no tool call transcript empty response
  28. single-enum-format fail empty response: no content and no tool call transcript empty response
  29. single-integer-limit fail empty response: no content and no tool call transcript empty response
  30. single-nested-options fail empty response: no content and no tool call transcript empty response
  31. single-optional-omitted fail empty response: no content and no tool call transcript empty response
  32. single-optional-present fail empty response: no content and no tool call transcript empty response
  33. single-string-list fail empty response: no content and no tool call transcript empty response
  34. single-weather fail empty response: no content and no tool call transcript empty response
  35. single-zero-and-negative fail empty response: no content and no tool call transcript empty response
  36. streaming-array-arguments fail empty response: no content and no tool call transcript empty response
  37. streaming-boolean-argument fail empty response: no content and no tool call transcript empty response
  38. streaming-empty-arguments fail empty response: no content and no tool call transcript empty response
  39. streaming-enum-arguments fail empty response: no content and no tool call transcript empty response
  40. streaming-nested-arguments fail empty response: no content and no tool call transcript empty response
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail empty response: no content and no tool call transcript empty response
  44. tool-choice-auto-call fail empty response: no content and no tool call transcript empty response
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail empty response: no content and no tool call transcript empty response
  47. tool-choice-named-empty fail empty response: no content and no tool call transcript empty response
  48. tool-choice-none pass transcript
  49. tool-choice-required fail empty response: no content and no tool call transcript empty response
  50. tool-choice-required-empty fail empty response: no content and no tool call transcript empty response
gemma3-12b quant: not declared server: ollama 0/13 0/8 0/8 0/7 0/7 0/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup error turn 1: server returned HTTP 400 Bad Request transcript
  2. multi-turn-flight-booking error turn 1: server returned HTTP 400 Bad Request transcript
  3. multi-turn-inventory-order error turn 1: server returned HTTP 400 Bad Request transcript
  4. multi-turn-parallel-followup error turn 1: server returned HTTP 400 Bad Request transcript
  5. multi-turn-route error turn 1: server returned HTTP 400 Bad Request transcript
  6. multi-turn-ticket-update error turn 1: server returned HTTP 400 Bad Request transcript
  7. multi-turn-two-hop-chain error turn 1: server returned HTTP 400 Bad Request transcript
  8. negative-auto-arithmetic error server returned HTTP 400 Bad Request transcript
  9. negative-auto-knowledge error server returned HTTP 400 Bad Request transcript
  10. negative-greeting error server returned HTTP 400 Bad Request transcript
  11. negative-invalid-schema error server returned HTTP 400 Bad Request transcript
  12. negative-long-argument error server returned HTTP 400 Bad Request transcript
  13. negative-plain-text error server returned HTTP 400 Bad Request transcript
  14. negative-unicode-argument error server returned HTTP 400 Bad Request transcript
  15. parallel-city-time error server returned HTTP 400 Bad Request transcript
  16. parallel-different-tools error server returned HTTP 400 Bad Request transcript
  17. parallel-three-cities error server returned HTTP 400 Bad Request transcript
  18. parallel-three-different-tools error server returned HTTP 400 Bad Request transcript
  19. parallel-two-calculations error server returned HTTP 400 Bad Request transcript
  20. parallel-two-multiple-args error server returned HTTP 400 Bad Request transcript
  21. parallel-two-searches error server returned HTTP 400 Bad Request transcript
  22. parallel-weather-and-time error server returned HTTP 400 Bad Request transcript
  23. single-array-tags error server returned HTTP 400 Bad Request transcript
  24. single-boolean-flag error server returned HTTP 400 Bad Request transcript
  25. single-date-range error server returned HTTP 400 Bad Request transcript
  26. single-decimal-price error server returned HTTP 400 Bad Request transcript
  27. single-empty-arguments error server returned HTTP 400 Bad Request transcript
  28. single-enum-format error server returned HTTP 400 Bad Request transcript
  29. single-integer-limit error server returned HTTP 400 Bad Request transcript
  30. single-nested-options error server returned HTTP 400 Bad Request transcript
  31. single-optional-omitted error server returned HTTP 400 Bad Request transcript
  32. single-optional-present error server returned HTTP 400 Bad Request transcript
  33. single-string-list error server returned HTTP 400 Bad Request transcript
  34. single-weather error server returned HTTP 400 Bad Request transcript
  35. single-zero-and-negative error server returned HTTP 400 Bad Request transcript
  36. streaming-array-arguments error server returned HTTP 400 Bad Request transcript
  37. streaming-boolean-argument error server returned HTTP 400 Bad Request transcript
  38. streaming-empty-arguments error server returned HTTP 400 Bad Request transcript
  39. streaming-enum-arguments error server returned HTTP 400 Bad Request transcript
  40. streaming-nested-arguments error server returned HTTP 400 Bad Request transcript
  41. streaming-parallel-three error server returned HTTP 400 Bad Request transcript
  42. streaming-parallel-two error server returned HTTP 400 Bad Request transcript
  43. streaming-weather error server returned HTTP 400 Bad Request transcript
  44. tool-choice-auto-call error server returned HTTP 400 Bad Request transcript
  45. tool-choice-auto-no-call error server returned HTTP 400 Bad Request transcript
  46. tool-choice-named error server returned HTTP 400 Bad Request transcript
  47. tool-choice-named-empty error server returned HTTP 400 Bad Request transcript
  48. tool-choice-none error server returned HTTP 400 Bad Request transcript
  49. tool-choice-required error server returned HTTP 400 Bad Request transcript
  50. tool-choice-required-empty error server returned HTTP 400 Bad Request transcript
gemma3-4b quant: not declared server: ollama 0/13 0/8 0/8 0/7 0/7 0/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup error turn 1: server returned HTTP 400 Bad Request transcript
  2. multi-turn-flight-booking error turn 1: server returned HTTP 400 Bad Request transcript
  3. multi-turn-inventory-order error turn 1: server returned HTTP 400 Bad Request transcript
  4. multi-turn-parallel-followup error turn 1: server returned HTTP 400 Bad Request transcript
  5. multi-turn-route error turn 1: server returned HTTP 400 Bad Request transcript
  6. multi-turn-ticket-update error turn 1: server returned HTTP 400 Bad Request transcript
  7. multi-turn-two-hop-chain error turn 1: server returned HTTP 400 Bad Request transcript
  8. negative-auto-arithmetic error server returned HTTP 400 Bad Request transcript
  9. negative-auto-knowledge error server returned HTTP 400 Bad Request transcript
  10. negative-greeting error server returned HTTP 400 Bad Request transcript
  11. negative-invalid-schema error server returned HTTP 400 Bad Request transcript
  12. negative-long-argument error server returned HTTP 400 Bad Request transcript
  13. negative-plain-text error server returned HTTP 400 Bad Request transcript
  14. negative-unicode-argument error server returned HTTP 400 Bad Request transcript
  15. parallel-city-time error server returned HTTP 400 Bad Request transcript
  16. parallel-different-tools error server returned HTTP 400 Bad Request transcript
  17. parallel-three-cities error server returned HTTP 400 Bad Request transcript
  18. parallel-three-different-tools error server returned HTTP 400 Bad Request transcript
  19. parallel-two-calculations error server returned HTTP 400 Bad Request transcript
  20. parallel-two-multiple-args error server returned HTTP 400 Bad Request transcript
  21. parallel-two-searches error server returned HTTP 400 Bad Request transcript
  22. parallel-weather-and-time error server returned HTTP 400 Bad Request transcript
  23. single-array-tags error server returned HTTP 400 Bad Request transcript
  24. single-boolean-flag error server returned HTTP 400 Bad Request transcript
  25. single-date-range error server returned HTTP 400 Bad Request transcript
  26. single-decimal-price error server returned HTTP 400 Bad Request transcript
  27. single-empty-arguments error server returned HTTP 400 Bad Request transcript
  28. single-enum-format error server returned HTTP 400 Bad Request transcript
  29. single-integer-limit error server returned HTTP 400 Bad Request transcript
  30. single-nested-options error server returned HTTP 400 Bad Request transcript
  31. single-optional-omitted error server returned HTTP 400 Bad Request transcript
  32. single-optional-present error server returned HTTP 400 Bad Request transcript
  33. single-string-list error server returned HTTP 400 Bad Request transcript
  34. single-weather error server returned HTTP 400 Bad Request transcript
  35. single-zero-and-negative error server returned HTTP 400 Bad Request transcript
  36. streaming-array-arguments error server returned HTTP 400 Bad Request transcript
  37. streaming-boolean-argument error server returned HTTP 400 Bad Request transcript
  38. streaming-empty-arguments error server returned HTTP 400 Bad Request transcript
  39. streaming-enum-arguments error server returned HTTP 400 Bad Request transcript
  40. streaming-nested-arguments error server returned HTTP 400 Bad Request transcript
  41. streaming-parallel-three error server returned HTTP 400 Bad Request transcript
  42. streaming-parallel-two error server returned HTTP 400 Bad Request transcript
  43. streaming-weather error server returned HTTP 400 Bad Request transcript
  44. tool-choice-auto-call error server returned HTTP 400 Bad Request transcript
  45. tool-choice-auto-no-call error server returned HTTP 400 Bad Request transcript
  46. tool-choice-named error server returned HTTP 400 Bad Request transcript
  47. tool-choice-named-empty error server returned HTTP 400 Bad Request transcript
  48. tool-choice-none error server returned HTTP 400 Bad Request transcript
  49. tool-choice-required error server returned HTTP 400 Bad Request transcript
  50. tool-choice-required-empty error server returned HTTP 400 Bad Request transcript
granite3.1-dense-8b quant: not declared server: ollama 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript unparsed tool call
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript unparsed tool call
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript unparsed tool call
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript unparsed tool call
  5. multi-turn-route fail turn 1: no tool call emitted transcript unparsed tool call
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript unparsed tool call
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript unparsed tool call
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript unparsed tool call
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript unparsed tool call
  16. parallel-different-tools fail no tool call emitted transcript unparsed tool call
  17. parallel-three-cities fail no tool call emitted transcript unparsed tool call
  18. parallel-three-different-tools fail no tool call emitted transcript unparsed tool call
  19. parallel-two-calculations fail no tool call emitted transcript unparsed tool call
  20. parallel-two-multiple-args fail no tool call emitted transcript unparsed tool call
  21. parallel-two-searches fail no tool call emitted transcript unparsed tool call
  22. parallel-weather-and-time fail no tool call emitted transcript unparsed tool call
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript unparsed tool call
  25. single-date-range fail no tool call emitted transcript unparsed tool call
  26. single-decimal-price fail no tool call emitted transcript unparsed tool call
  27. single-empty-arguments fail no tool call emitted transcript unparsed tool call
  28. single-enum-format fail no tool call emitted transcript unparsed tool call
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript unparsed tool call
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript unparsed tool call
  35. single-zero-and-negative fail no tool call emitted transcript unparsed tool call
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript unparsed tool call
  38. streaming-empty-arguments fail no tool call emitted transcript unparsed tool call
  39. streaming-enum-arguments fail no tool call emitted transcript unparsed tool call
  40. streaming-nested-arguments fail no tool call emitted transcript unparsed tool call
  41. streaming-parallel-three fail no tool call emitted transcript unparsed tool call
  42. streaming-parallel-two fail no tool call emitted transcript unparsed tool call
  43. streaming-weather fail no tool call emitted transcript unparsed tool call
  44. tool-choice-auto-call fail no tool call emitted transcript unparsed tool call
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript unparsed tool call
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript unparsed tool call
  50. tool-choice-required-empty fail no tool call emitted transcript unparsed tool call
hermes3-8b quant: not declared server: ollama 11/13 7/8 7/8 7/7 2/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup pass transcript
  2. multi-turn-flight-booking fail turn 2: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: wrong tool call: expected 'check_inventory', got 'create_order' transcript
  4. multi-turn-parallel-followup fail turn 1: missing expected tool call: 'get_temperature' transcript
  5. multi-turn-route fail turn 1: schema violation: missing required field 'latitude' transcript
  6. multi-turn-ticket-update fail turn 1: unexpected argument 'priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities fail missing expected tool call: 'get_weather' transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag fail empty response: no content and no tool call transcript empty response
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options fail schema violation: missing required field 'options' transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three fail missing expected tool call: 'get_time' transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
llama3-groq-tool-use-8b quant: not declared server: ollama 12/13 8/8 7/8 6/7 0/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 2: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 2: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: unexpected extra tool call: 'compare_temperatures' transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags fail empty response: no content and no tool call transcript empty response
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
llama3.1-8b quant: not declared server: ollama 11/13 7/8 8/8 5/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: schema violation: expected integer for 'quantity', got string transcript
  4. multi-turn-parallel-followup fail turn 1: schema violation: expected number for 'first_value', got string transcript
  5. multi-turn-route fail turn 2: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'find_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema fail unexpected tool call emitted: 'set_temperature_unit' transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text fail unexpected tool call emitted: 'send_email' transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools fail schema violation: expected number for 'amount', got string transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted fail schema violation: expected integer for 'limit', got null transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative fail schema violation: expected number for 'maximum', got string transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call fail unexpected tool call emitted: 'get_temperature' transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none fail unexpected tool call emitted: 'get_weather' transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
mistral-7b quant: not declared server: ollama 11/13 8/8 6/8 6/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: schema violation: missing required field 'quantity' transcript
  4. multi-turn-parallel-followup fail turn 1: schema violation: expected number for 'first_value', got null transcript
  5. multi-turn-route fail turn 2: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'find_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting fail unexpected tool call emitted: 'get_weather' transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments fail empty response: no content and no tool call transcript empty response
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options fail empty response: no content and no tool call transcript empty response
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments fail empty response: no content and no tool call transcript empty response
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
phi4-mini quant: not declared server: ollama 0/13 0/8 0/8 2/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: no tool call emitted transcript
  2. multi-turn-flight-booking fail turn 1: no tool call emitted transcript
  3. multi-turn-inventory-order fail turn 1: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: no tool call emitted transcript
  5. multi-turn-route fail turn 1: no tool call emitted transcript
  6. multi-turn-ticket-update fail turn 1: no tool call emitted transcript
  7. multi-turn-two-hop-chain fail turn 1: no tool call emitted transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail no tool call emitted transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail no tool call emitted transcript
  15. parallel-city-time fail no tool call emitted transcript
  16. parallel-different-tools fail no tool call emitted transcript
  17. parallel-three-cities fail no tool call emitted transcript
  18. parallel-three-different-tools fail no tool call emitted transcript
  19. parallel-two-calculations fail no tool call emitted transcript
  20. parallel-two-multiple-args fail no tool call emitted transcript
  21. parallel-two-searches fail no tool call emitted transcript
  22. parallel-weather-and-time fail no tool call emitted transcript
  23. single-array-tags fail no tool call emitted transcript
  24. single-boolean-flag fail no tool call emitted transcript
  25. single-date-range fail no tool call emitted transcript
  26. single-decimal-price fail no tool call emitted transcript
  27. single-empty-arguments fail no tool call emitted transcript
  28. single-enum-format fail no tool call emitted transcript
  29. single-integer-limit fail no tool call emitted transcript
  30. single-nested-options fail no tool call emitted transcript
  31. single-optional-omitted fail no tool call emitted transcript
  32. single-optional-present fail no tool call emitted transcript
  33. single-string-list fail no tool call emitted transcript
  34. single-weather fail no tool call emitted transcript unparsed tool call
  35. single-zero-and-negative fail no tool call emitted transcript
  36. streaming-array-arguments fail no tool call emitted transcript
  37. streaming-boolean-argument fail no tool call emitted transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail no tool call emitted transcript
  40. streaming-nested-arguments fail no tool call emitted transcript
  41. streaming-parallel-three fail no tool call emitted transcript
  42. streaming-parallel-two fail no tool call emitted transcript
  43. streaming-weather fail no tool call emitted transcript
  44. tool-choice-auto-call fail no tool call emitted transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named fail no tool call emitted transcript
  47. tool-choice-named-empty fail no tool call emitted transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required fail no tool call emitted transcript
  50. tool-choice-required-empty fail no tool call emitted transcript
qwen2.5-7b-instruct quant: not declared server: ollama 11/13 8/8 8/8 7/7 6/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup pass transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order pass transcript
  4. multi-turn-parallel-followup pass transcript
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail wrong value for 'token': expected abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ, got abcdefghijklmnopqrstuvwx0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags fail empty response: no content and no tool call transcript empty response
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options fail schema violation: missing required field 'options' transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen3-0.6b quant: not declared server: ollama 7/13 5/8 4/8 6/7 0/7 5/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: empty response: no content and no tool call transcript empty response
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: empty response: no content and no tool call transcript empty response
  4. multi-turn-parallel-followup fail turn 1: unexpected extra tool call: 'compare_temperatures' transcript
  5. multi-turn-route fail turn 1: wrong tool call: expected 'geocode', got 'get_route' transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain fail turn 1: unexpected extra tool call: 'find_account' transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail wrong value for 'token': expected abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ, got abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZ transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail empty response: no content and no tool call transcript empty response
  15. parallel-city-time pass transcript
  16. parallel-different-tools fail empty response: no content and no tool call transcript empty response
  17. parallel-three-cities fail empty response: no content and no tool call transcript empty response
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args fail schema violation: missing required field 'room' transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags fail empty response: no content and no tool call transcript empty response
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments fail empty response: no content and no tool call transcript empty response
  28. single-enum-format pass transcript
  29. single-integer-limit fail empty response: no content and no tool call transcript empty response
  30. single-nested-options fail schema violation: missing required field 'prompt' transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather fail empty response: no content and no tool call transcript empty response
  35. single-zero-and-negative fail empty response: no content and no tool call transcript empty response
  36. streaming-array-arguments fail unexpected extra tool call: 'fetch_records' transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments fail no tool call emitted transcript
  39. streaming-enum-arguments fail empty response: no content and no tool call transcript empty response
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two fail empty response: no content and no tool call transcript empty response
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty fail empty response: no content and no tool call transcript empty response
qwen3-1.7b quant: not declared server: ollama 11/13 8/8 7/8 6/7 4/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: unexpected extra tool call: 'create_event' transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order fail turn 2: no tool call emitted transcript
  4. multi-turn-parallel-followup fail turn 1: empty response: no content and no tool call transcript empty response
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update pass transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument fail empty response: no content and no tool call transcript empty response
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags fail empty response: no content and no tool call transcript empty response
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options fail schema violation: missing required field 'options' transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments fail empty response: no content and no tool call transcript empty response
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty fail empty response: no content and no tool call transcript empty response
qwen3-14b quant: not declared server: ollama 12/13 8/8 8/8 7/7 5/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup pass transcript
  2. multi-turn-flight-booking pass transcript
  3. multi-turn-inventory-order pass transcript
  4. multi-turn-parallel-followup fail turn 1: missing expected tool call: 'get_temperature' transcript
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags fail empty response: no content and no tool call transcript empty response
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen3-4b quant: not declared server: ollama 13/13 8/8 8/8 7/7 1/7 6/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup fail turn 1: empty response: no content and no tool call transcript empty response
  2. multi-turn-flight-booking fail turn 1: empty response: no content and no tool call transcript empty response
  3. multi-turn-inventory-order fail turn 1: empty response: no content and no tool call transcript empty response
  4. multi-turn-parallel-followup fail turn 1: empty response: no content and no tool call transcript empty response
  5. multi-turn-route fail turn 1: empty response: no content and no tool call transcript empty response
  6. multi-turn-ticket-update fail turn 1: empty response: no content and no tool call transcript empty response
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument fail empty response: no content and no tool call transcript empty response
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options pass transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument pass transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript
qwen3-8b quant: not declared server: ollama 12/13 8/8 7/8 7/7 4/7 7/7
View 50 scenarios and row metadata
  1. multi-turn-calendar-followup pass transcript
  2. multi-turn-flight-booking fail turn 1: unexpected extra tool call: 'book_flight' transcript
  3. multi-turn-inventory-order fail turn 1: empty response: no content and no tool call transcript empty response
  4. multi-turn-parallel-followup pass transcript
  5. multi-turn-route pass transcript
  6. multi-turn-ticket-update fail turn 1: unexpected extra tool call: 'set_ticket_priority' transcript
  7. multi-turn-two-hop-chain pass transcript
  8. negative-auto-arithmetic pass transcript
  9. negative-auto-knowledge pass transcript
  10. negative-greeting pass transcript
  11. negative-invalid-schema pass transcript
  12. negative-long-argument pass transcript
  13. negative-plain-text pass transcript
  14. negative-unicode-argument pass transcript
  15. parallel-city-time pass transcript
  16. parallel-different-tools pass transcript
  17. parallel-three-cities pass transcript
  18. parallel-three-different-tools pass transcript
  19. parallel-two-calculations pass transcript
  20. parallel-two-multiple-args pass transcript
  21. parallel-two-searches pass transcript
  22. parallel-weather-and-time pass transcript
  23. single-array-tags pass transcript
  24. single-boolean-flag pass transcript
  25. single-date-range pass transcript
  26. single-decimal-price pass transcript
  27. single-empty-arguments pass transcript
  28. single-enum-format pass transcript
  29. single-integer-limit pass transcript
  30. single-nested-options fail schema violation: missing required field 'options' transcript
  31. single-optional-omitted pass transcript
  32. single-optional-present pass transcript
  33. single-string-list pass transcript
  34. single-weather pass transcript
  35. single-zero-and-negative pass transcript
  36. streaming-array-arguments pass transcript
  37. streaming-boolean-argument fail wrong value for 'service': expected billing, got billing service transcript
  38. streaming-empty-arguments pass transcript
  39. streaming-enum-arguments pass transcript
  40. streaming-nested-arguments pass transcript
  41. streaming-parallel-three pass transcript
  42. streaming-parallel-two pass transcript
  43. streaming-weather pass transcript
  44. tool-choice-auto-call pass transcript
  45. tool-choice-auto-no-call pass transcript
  46. tool-choice-named pass transcript
  47. tool-choice-named-empty pass transcript
  48. tool-choice-none pass transcript
  49. tool-choice-required pass transcript
  50. tool-choice-required-empty pass transcript