Count total commits from oneline output
Tests ability to count total commits from oneline output. Evaluates counting from compact log display.

These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.

  1. 01 git init
  2. 02 git config user.email 'test@test.com'
  3. 03 git config user.name 'Test User'
  4. 04 echo 'a' > file.txt
  5. 05 git add file.txt
  6. 06 git commit -m 'First commit'
  7. 07 echo 'b' > file.txt
  8. 08 git add file.txt
  9. 09 git commit -m 'Second commit'
  10. 10 echo 'c' > file.txt
  11. 11 git add file.txt
  12. 12 git commit -m 'Third commit'
  13. 13 echo 'd' > file.txt
  14. 14 git add file.txt
  15. 15 git commit -m 'Fourth commit'
  16. 16 echo 'e' > file.txt
  17. 17 git add file.txt
  18. 18 git commit -m 'Fifth commit'
  19. 19 echo 'f' > file.txt
  20. 20 git add file.txt
  21. 21 git commit -m 'Sixth commit'
  22. 22 echo 'g' > file.txt
  23. 23 git add file.txt
  24. 24 git commit -m 'Seventh commit'
Prompt
How many commits are in this repository? Use git log --oneline to count. Output ONLY the number, nothing else.
Expected
7

Scoped model quality, cost, API time, and token usage for git_log_format/f008.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 1,275 in → 3 out (0 reasoning)
7
anthropic/claude-fable-5:high__json_schema PASS 100% 1,508 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-fable-5:low PASS 100% 1,270 in → 3 out (0 reasoning)
7
anthropic/claude-fable-5:low__json_schema PASS 100% 1,511 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-fable-5:max PASS 100% 1,293 in → 126 out (32 reasoning)
7
anthropic/claude-fable-5:max__json_schema PASS 100% 1,496 in → 132 out (34 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-fable-5:medium PASS 100% 1,315 in → 3 out (0 reasoning)
7
anthropic/claude-fable-5:medium__json_schema PASS 100% 1,497 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-fable-5:xhigh PASS 100% 1,278 in → 3 out (0 reasoning)
7
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 1,519 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-haiku-4.5:high PASS 100% 1,102 in → 142 out (110 reasoning)
7
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 1,249 in → 219 out (188 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-haiku-4.5:low PASS 100% 1,088 in → 142 out (111 reasoning)
7
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 1,274 in → 190 out (157 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-haiku-4.5:medium PASS 100% 1,103 in → 209 out (158 reasoning)
7
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 1,262 in → 199 out (168 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-haiku-4.5:none PASS 100% 1,057 in → 5 out (0 reasoning)
7
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 1,243 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-haiku-4.5:xhigh PASS 100% 1,099 in → 143 out (109 reasoning)
7
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 1,272 in → 203 out (170 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-opus-4.6:high PASS 100% 1,084 in → 5 out (0 reasoning)
7
anthropic/claude-opus-4.6:high__json_schema PASS 100% 1,270 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.6:low PASS 100% 1,075 in → 5 out (0 reasoning)
7
anthropic/claude-opus-4.6:low__json_schema PASS 100% 1,236 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.6:max PASS 100% 1,062 in → 5 out (0 reasoning)
7
anthropic/claude-opus-4.6:max__json_schema PASS 100% 1,243 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.6:medium PASS 100% 1,082 in → 5 out (0 reasoning)
7
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 1,245 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.6:none PASS 100% 1,099 in → 5 out (0 reasoning)
7
anthropic/claude-opus-4.6:none__json_schema PASS 100% 1,246 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.6:xhigh PASS 100% 1,076 in → 5 out (0 reasoning)
7
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 1,249 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.7:high PASS 100% 1,285 in → 6 out (0 reasoning)
7
anthropic/claude-opus-4.7:high__json_schema PASS 100% 1,539 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.7:low PASS 100% 1,282 in → 6 out (0 reasoning)
7
anthropic/claude-opus-4.7:low__json_schema PASS 100% 1,505 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.7:max PASS 100% 1,304 in → 6 out (0 reasoning)
7
anthropic/claude-opus-4.7:max__json_schema PASS 100% 1,471 in → 11 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.7:medium PASS 100% 1,276 in → 6 out (0 reasoning)
7
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 1,521 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.7:none PASS 100% 1,320 in → 6 out (0 reasoning)
7
anthropic/claude-opus-4.7:none__json_schema PASS 100% 1,502 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.7:xhigh PASS 100% 1,286 in → 6 out (0 reasoning)
7
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 1,512 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.8:high PASS 100% 1,298 in → 3 out (0 reasoning)
7
anthropic/claude-opus-4.8:high__json_schema PASS 100% 1,500 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.8:low PASS 100% 1,281 in → 3 out (0 reasoning)
7
anthropic/claude-opus-4.8:low__json_schema PASS 100% 1,500 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-opus-4.8:max PASS 100% 1,293 in → 3 out (0 reasoning)
7
anthropic/claude-opus-4.8:max__json_schema PASS 100% 1,505 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-opus-4.8:medium PASS 100% 1,309 in → 3 out (0 reasoning)
7
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 1,500 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-opus-4.8:none PASS 100% 1,308 in → 3 out (0 reasoning)
7
anthropic/claude-opus-4.8:none__json_schema PASS 100% 1,486 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-opus-4.8:xhigh PASS 100% 1,274 in → 3 out (0 reasoning)
7
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 1,497 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-4.6:high PASS 100% 1,073 in → 5 out (0 reasoning)
7
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 1,224 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-4.6:low PASS 100% 1,080 in → 5 out (0 reasoning)
7
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 1,241 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-4.6:max PASS 100% 1,063 in → 5 out (0 reasoning)
7
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 1,219 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-4.6:medium PASS 100% 1,070 in → 5 out (0 reasoning)
7
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 1,257 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-4.6:none PASS 100% 1,086 in → 5 out (0 reasoning)
7
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 1,249 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 1,055 in → 5 out (0 reasoning)
7
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 1,230 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-5:high PASS 100% 1,306 in → 3 out (0 reasoning)
7
anthropic/claude-sonnet-5:high__json_schema PASS 100% 1,507 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-sonnet-5:low PASS 100% 1,297 in → 3 out (0 reasoning)
7
anthropic/claude-sonnet-5:low__json_schema PASS 100% 1,498 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-sonnet-5:medium PASS 100% 1,284 in → 3 out (0 reasoning)
7
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 1,487 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
anthropic/claude-sonnet-5:none PASS 100% 1,284 in → 3 out (0 reasoning)
7
anthropic/claude-sonnet-5:none__json_schema PASS 100% 1,503 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
anthropic/claude-sonnet-5:xhigh PASS 100% 1,290 in → 3 out (0 reasoning)
7
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 1,492 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
arcee-ai/trinity-large-thinking:high PASS 100% 952 in → 468 out (470 reasoning)
7
arcee-ai/trinity-large-thinking:low PASS 100% 908 in → 302 out (300 reasoning)
7
arcee-ai/trinity-large-thinking:medium PASS 100% 955 in → 322 out (320 reasoning)
7
arcee-ai/trinity-large-thinking:xhigh PASS 100% 928 in → 331 out (328 reasoning)
7
arcee-ai/trinity-mini:high PASS 100% 925 in → 147 out (170 reasoning)
7
arcee-ai/trinity-mini:high__json_schema PASS 100% 938 in → 216 out (215 reasoning)
7
JSON Schema Structured Output
(raw) { "count":7 }
arcee-ai/trinity-mini:low PASS 100% 908 in → 226 out (249 reasoning)
7
arcee-ai/trinity-mini:low__json_schema PASS 100% 939 in → 168 out (178 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
arcee-ai/trinity-mini:medium PASS 100% 911 in → 240 out (269 reasoning)
7
arcee-ai/trinity-mini:medium__json_schema PASS 100% 921 in → 218 out (224 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
arcee-ai/trinity-mini:xhigh PASS 100% 926 in → 230 out (231 reasoning)
7
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 946 in → 245 out (253 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash-0731:high PASS 100% 1,006 in → 42 out (43 reasoning)
7
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 1,028 in → 38 out (28 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7}
deepseek/deepseek-v4-flash-0731:low PASS 100% 942 in → 96 out (69 reasoning)
7
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 972 in → 59 out (51 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash-0731:max PASS 100% 1,046 in → 36 out (32 reasoning)
7
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 1,035 in → 56 out (45 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 960 in → 33 out (32 reasoning)
7
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 1,078 in → 25 out (18 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
deepseek/deepseek-v4-flash-0731:none PASS 100% 969 in → 2 out (0 reasoning)
7
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 965 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 1,030 in → 37 out (35 reasoning)
7
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 933 in → 41 out (30 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash:high PASS 100% 952 in → 40 out (37 reasoning)
7
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 954 in → 54 out (45 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash:low PASS 100% 964 in → 51 out (48 reasoning)
7
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 914 in → 37 out (25 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash:medium PASS 100% 958 in → 37 out (36 reasoning)
7
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 947 in → 68 out (58 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash:none PASS 100% 930 in → 2 out (0 reasoning)
7
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 937 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-flash:xhigh PASS 100% 1,014 in → 50 out (47 reasoning)
7
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 1,020 in → 104 out (96 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-pro:high PASS 100% 938 in → 52 out (49 reasoning)
7
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 1,116 in → 75 out (68 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
deepseek/deepseek-v4-pro:low PASS 100% 944 in → 37 out (34 reasoning)
7
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 1,134 in → 42 out (35 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
deepseek/deepseek-v4-pro:medium PASS 100% 966 in → 63 out (60 reasoning)
7
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 943 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
deepseek/deepseek-v4-pro:none PASS 100% 956 in → 1 out (0 reasoning)
7
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 1,121 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
deepseek/deepseek-v4-pro:xhigh PASS 100% 1,033 in → 182 out (179 reasoning)
7
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 1,208 in → 311 out (303 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
google/gemini-3-flash-preview:high PASS 100% 1,238 in → 223 out (222 reasoning)
7
google/gemini-3-flash-preview:high__json_schema PASS 100% 1,237 in → 231 out (226 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3-flash-preview:low PASS 100% 1,233 in → 236 out (235 reasoning)
7
google/gemini-3-flash-preview:low__json_schema PASS 100% 1,309 in → 5 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3-flash-preview:medium PASS 100% 1,235 in → 289 out (288 reasoning)
7
google/gemini-3-flash-preview:medium__json_schema PASS 100% 1,319 in → 261 out (256 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3-flash-preview:xhigh PASS 100% 1,235 in → 199 out (198 reasoning)
7
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 1,207 in → 157 out (152 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.1-flash-lite-preview:high PASS 100% 1,239 in → 349 out (348 reasoning)
7
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 1,240 in → 405 out (400 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.1-flash-lite-preview:low PASS 100% 1,232 in → 95 out (94 reasoning)
7
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 1,296 in → 113 out (103 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemini-3.1-flash-lite-preview:medium PASS 100% 1,249 in → 245 out (244 reasoning)
7
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 1,294 in → 292 out (286 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 1,239 in → 384 out (383 reasoning)
7
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 1,246 in → 237 out (231 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
google/gemini-3.1-pro-preview:high PASS 100% 1,212 in → 294 out (293 reasoning)
7
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 1,293 in → 426 out (421 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.1-pro-preview:low PASS 100% 1,229 in → 234 out (233 reasoning)
7
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 1,283 in → 117 out (111 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
google/gemini-3.1-pro-preview:medium PASS 100% 1,240 in → 284 out (283 reasoning)
7
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 1,293 in → 147 out (142 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.1-pro-preview:xhigh PASS 100% 1,238 in → 309 out (308 reasoning)
7
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 1,293 in → 169 out (164 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash-lite:high PASS 100% 1,214 in → 222 out (221 reasoning)
7
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 1,220 in → 409 out (404 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash-lite:low PASS 100% 1,255 in → 1 out (0 reasoning)
7
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 1,312 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemini-3.5-flash-lite:max PASS 100% 1,263 in → 313 out (312 reasoning)
7
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 1,236 in → 359 out (354 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash-lite:medium PASS 100% 1,237 in → 213 out (212 reasoning)
7
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 1,237 in → 300 out (294 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
google/gemini-3.5-flash-lite:xhigh PASS 100% 1,237 in → 302 out (301 reasoning)
7
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 1,250 in → 334 out (329 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash:high PASS 100% 1,222 in → 353 out (352 reasoning)
7
google/gemini-3.5-flash:high__json_schema PASS 100% 1,312 in → 150 out (145 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash:low PASS 100% 1,224 in → 123 out (122 reasoning)
7
google/gemini-3.5-flash:low__json_schema PASS 100% 1,284 in → 141 out (136 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash:medium PASS 100% 1,244 in → 208 out (207 reasoning)
7
google/gemini-3.5-flash:medium__json_schema PASS 100% 1,280 in → 137 out (132 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.5-flash:xhigh PASS 100% 1,246 in → 227 out (226 reasoning)
7
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 1,290 in → 203 out (198 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.6-flash:high PASS 100% 1,249 in → 296 out (295 reasoning)
7
google/gemini-3.6-flash:high__json_schema PASS 100% 1,291 in → 194 out (188 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
google/gemini-3.6-flash:low PASS 100% 1,207 in → 124 out (123 reasoning)
7
google/gemini-3.6-flash:low__json_schema PASS 100% 1,250 in → 146 out (141 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.6-flash:max PASS 100% 1,243 in → 301 out (300 reasoning)
7
google/gemini-3.6-flash:max__json_schema PASS 100% 1,247 in → 242 out (237 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.6-flash:medium PASS 100% 1,249 in → 223 out (222 reasoning)
7
google/gemini-3.6-flash:medium__json_schema PASS 100% 1,272 in → 233 out (228 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemini-3.6-flash:xhigh PASS 100% 1,237 in → 232 out (231 reasoning)
7
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 1,303 in → 278 out (273 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemma-4-26b-a4b-it:high PASS 100% 1,248 in → 276 out (174 reasoning)
7
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 1,229 in → 335 out (227 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemma-4-26b-a4b-it:low PASS 100% 1,217 in → 170 out (127 reasoning)
7
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 1,260 in → 335 out (224 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemma-4-26b-a4b-it:medium PASS 100% 1,252 in → 258 out (174 reasoning)
7
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 1,261 in → 183 out (130 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemma-4-26b-a4b-it:none PASS 100% 1,226 in → 2 out (0 reasoning)
7
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 1,255 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 1,262 in → 225 out (223 reasoning)
7
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 1,249 in → 274 out (186 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemma-4-31b-it:high PASS 100% 1,261 in → 216 out (214 reasoning)
7
google/gemma-4-31b-it:low PASS 100% 1,232 in → 226 out (144 reasoning)
7
google/gemma-4-31b-it:low__json_schema PASS 100% 1,271 in → 215 out (209 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemma-4-31b-it:medium PASS 100% 1,236 in → 187 out (131 reasoning)
7
google/gemma-4-31b-it:medium__json_schema PASS 100% 1,252 in → 261 out (168 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
google/gemma-4-31b-it:none__json_schema PASS 100% 1,263 in → 6 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
google/gemma-4-31b-it:xhigh PASS 100% 1,250 in → 251 out (153 reasoning)
7
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 1,257 in → 193 out (187 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
ibm-granite/granite-4.1-8b PASS 100% 982 in → 2 out
7
ibm-granite/granite-4.1-8b__json_schema PASS 100% 1,007 in → 7 out
7
JSON Schema Structured Output
(raw) {"count": 7}
inclusionai/ling-2.6-flash PASS 100% 1,270 in → 2 out
7
inclusionai/ling-2.6-flash__json_schema PASS 100% 1,258 in → 11 out
7
JSON Schema Structured Output
(raw) { "count": 7 }
liquid/lfm-2-24b-a2b PASS 100% 979 in → 2 out
7
minimax/minimax-m2.5:high PASS 100% 967 in → 118 out (115 reasoning)
7
minimax/minimax-m2.5:high__json_schema PASS 100% 979 in → 133 out (124 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
minimax/minimax-m2.5:low PASS 100% 956 in → 119 out (108 reasoning)
7
minimax/minimax-m2.5:low__json_schema PASS 100% 955 in → 128 out (104 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
minimax/minimax-m2.5:medium PASS 100% 962 in → 123 out (104 reasoning)
7
minimax/minimax-m2.5:medium__json_schema PASS 100% 919 in → 157 out (148 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
minimax/minimax-m2.5:xhigh PASS 100% 966 in → 137 out (134 reasoning)
7
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 956 in → 116 out (107 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
minimax/minimax-m2.7:high PASS 100% 963 in → 104 out (102 reasoning)
7
minimax/minimax-m2.7:high__json_schema PASS 100% 1,098 in → 259 out (252 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
minimax/minimax-m2.7:low PASS 100% 988 in → 110 out (108 reasoning)
7
minimax/minimax-m2.7:low__json_schema PASS 100% 1,082 in → 388 out (381 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
minimax/minimax-m2.7:medium PASS 100% 962 in → 180 out (193 reasoning)
7
minimax/minimax-m2.7:medium__json_schema PASS 100% 1,096 in → 410 out (403 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
minimax/minimax-m2.7:xhigh PASS 100% 954 in → 163 out (161 reasoning)
7
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 1,093 in → 274 out (266 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
minimax/minimax-m3:high PASS 100% 1,089 in → 104 out (86 reasoning)
7
minimax/minimax-m3:high__json_schema PASS 100% 1,096 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
minimax/minimax-m3:low PASS 100% 1,108 in → 101 out (80 reasoning)
7
minimax/minimax-m3:low__json_schema PASS 100% 1,081 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
minimax/minimax-m3:medium PASS 100% 1,115 in → 99 out (81 reasoning)
7
minimax/minimax-m3:medium__json_schema PASS 100% 1,077 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
minimax/minimax-m3:xhigh PASS 100% 1,116 in → 4 out (1 reasoning)
7
minimax/minimax-m3:xhigh__json_schema PASS 100% 1,074 in → 9 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
mistralai/devstral-2512 PASS 100% 1,216 in → 2 out
7
mistralai/devstral-2512__json_schema PASS 100% 1,241 in → 7 out
7
JSON Schema Structured Output
(raw) {"count": 7}
mistralai/mistral-medium-3-5:high PASS 100% 1,237 in → 169 out (133 reasoning)
7
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 1,213 in → 184 out (150 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
mistralai/mistral-medium-3-5:low PASS 100% 1,247 in → 258 out (213 reasoning)
7
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 1,212 in → 284 out (213 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
mistralai/mistral-medium-3-5:medium PASS 100% 1,231 in → 380 out (303 reasoning)
7
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 1,211 in → 117 out (116 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
mistralai/mistral-medium-3-5:none PASS 100% 1,213 in → 2 out (0 reasoning)
7
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 1,203 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
mistralai/mistral-medium-3-5:xhigh PASS 100% 1,228 in → 210 out (190 reasoning)
7
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 1,203 in → 226 out (202 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
moonshotai/kimi-k2.6:high PASS 100% 922 in → 155 out (138 reasoning)
7
moonshotai/kimi-k2.6:high__json_schema PASS 100% 930 in → 305 out (70 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
moonshotai/kimi-k2.6:low PASS 100% 940 in → 155 out (140 reasoning)
7
moonshotai/kimi-k2.6:low__json_schema PASS 100% 937 in → 633 out (110 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
moonshotai/kimi-k2.6:medium PASS 100% 917 in → 155 out (146 reasoning)
7
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 950 in → 344 out (209 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
moonshotai/kimi-k2.6:xhigh PASS 100% 925 in → 150 out (137 reasoning)
7
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 926 in → 137 out (126 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
moonshotai/kimi-k2.7-code:high PASS 100% 926 in → 103 out (100 reasoning)
7
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 923 in → 36 out (24 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
moonshotai/kimi-k2.7-code:low PASS 100% 946 in → 64 out (61 reasoning)
7
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 929 in → 124 out (97 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
moonshotai/kimi-k2.7-code:medium PASS 100% 924 in → 139 out (136 reasoning)
7
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 918 in → 52 out (42 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
moonshotai/kimi-k2.7-code:xhigh PASS 100% 937 in → 154 out (151 reasoning)
7
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 896 in → 29 out (20 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
moonshotai/kimi-k3:high PASS 100% 988 in → 117 out (101 reasoning)
7
moonshotai/kimi-k3:high__json_schema PASS 100% 1,004 in → 65 out (49 reasoning)
7
moonshotai/kimi-k3:low PASS 100% 1,007 in → 70 out (54 reasoning)
7
moonshotai/kimi-k3:low__json_schema PASS 100% 1,000 in → 127 out (111 reasoning)
7
moonshotai/kimi-k3:max PASS 100% 1,002 in → 93 out (77 reasoning)
7
moonshotai/kimi-k3:max__json_schema PASS 100% 1,017 in → 138 out (122 reasoning)
7
moonshotai/kimi-k3:medium PASS 100% 1,024 in → 128 out (112 reasoning)
7
moonshotai/kimi-k3:medium__json_schema PASS 100% 995 in → 38 out (22 reasoning)
7
moonshotai/kimi-k3:xhigh PASS 100% 999 in → 110 out (94 reasoning)
7
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 1,015 in → 126 out (110 reasoning)
7
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 1,242 in → 79 out (82 reasoning)
7
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 1,236 in → 45 out (38 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 1,231 in → 49 out (49 reasoning)
7
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 1,230 in → 77 out (73 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 1,254 in → 46 out (45 reasoning)
7
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 1,247 in → 55 out (46 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 1,227 in → 2 out (0 reasoning)
7
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 1,251 in → 10 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 1,243 in → 68 out (68 reasoning)
7
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 1,241 in → 53 out (42 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 1,217 in → 43 out (39 reasoning)
7
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 1,237 in → 32 out (23 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 1,250 in → 108 out (91 reasoning)
7
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 1,226 in → 126 out (106 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 1,248 in → 43 out (39 reasoning)
7
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 1,246 in → 35 out (24 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 1,203 in → 2 out (0 reasoning)
7
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 1,252 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 1,244 in → 116 out (94 reasoning)
7
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 1,232 in → 67 out (56 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-5.4-mini:high PASS 100% 929 in → 27 out (20 reasoning)
7
openai/gpt-5.4-mini:high__json_schema PASS 100% 976 in → 142 out (127 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-mini:low PASS 100% 949 in → 20 out (13 reasoning)
7
openai/gpt-5.4-mini:low__json_schema PASS 100% 953 in → 140 out (125 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-mini:medium PASS 100% 950 in → 28 out (21 reasoning)
7
openai/gpt-5.4-mini:medium__json_schema PASS 100% 957 in → 303 out (288 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-mini:none PASS 100% 941 in → 5 out (0 reasoning)
7
openai/gpt-5.4-mini:none__json_schema PASS 100% 974 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-mini:xhigh PASS 100% 916 in → 72 out (65 reasoning)
7
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 985 in → 531 out (516 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-nano:high PASS 100% 918 in → 26 out (19 reasoning)
7
openai/gpt-5.4-nano:high__json_schema PASS 100% 953 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-nano:low PASS 100% 947 in → 5 out (0 reasoning)
7
openai/gpt-5.4-nano:low__json_schema PASS 100% 975 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-nano:medium PASS 100% 922 in → 5 out (0 reasoning)
7
openai/gpt-5.4-nano:medium__json_schema PASS 100% 951 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-nano:none PASS 100% 925 in → 5 out (0 reasoning)
7
openai/gpt-5.4-nano:none__json_schema PASS 100% 976 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4-nano:xhigh PASS 100% 919 in → 56 out (49 reasoning)
7
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 943 in → 64 out (49 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4:high PASS 100% 933 in → 27 out (20 reasoning)
7
openai/gpt-5.4:high__json_schema PASS 100% 940 in → 46 out (31 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4:low PASS 100% 934 in → 17 out (10 reasoning)
7
openai/gpt-5.4:low__json_schema PASS 100% 985 in → 32 out (17 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4:medium PASS 100% 929 in → 25 out (18 reasoning)
7
openai/gpt-5.4:medium__json_schema PASS 100% 964 in → 35 out (20 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4:none PASS 100% 920 in → 5 out (0 reasoning)
7
openai/gpt-5.4:none__json_schema PASS 100% 957 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.4:xhigh PASS 100% 923 in → 48 out (41 reasoning)
7
openai/gpt-5.4:xhigh__json_schema PASS 100% 967 in → 49 out (34 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.5:high PASS 100% 918 in → 28 out (21 reasoning)
7
openai/gpt-5.5:high__json_schema PASS 100% 951 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.5:low PASS 100% 921 in → 5 out (0 reasoning)
7
openai/gpt-5.5:low__json_schema PASS 100% 959 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.5:medium PASS 100% 919 in → 5 out (0 reasoning)
7
openai/gpt-5.5:medium__json_schema PASS 100% 972 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.5:none PASS 100% 938 in → 5 out (0 reasoning)
7
openai/gpt-5.5:none__json_schema PASS 100% 965 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.5:xhigh PASS 100% 917 in → 42 out (35 reasoning)
7
openai/gpt-5.5:xhigh__json_schema PASS 100% 963 in → 123 out (108 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-luna:high PASS 100% 922 in → 21 out (14 reasoning)
7
openai/gpt-5.6-luna:high__json_schema PASS 100% 967 in → 148 out (133 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-luna:low PASS 100% 926 in → 5 out (0 reasoning)
7
openai/gpt-5.6-luna:low__json_schema PASS 100% 941 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-luna:max PASS 100% 921 in → 26 out (19 reasoning)
7
openai/gpt-5.6-luna:max__json_schema PASS 100% 975 in → 197 out (182 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-luna:medium PASS 100% 951 in → 5 out (0 reasoning)
7
openai/gpt-5.6-luna:medium__json_schema PASS 100% 965 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-luna:none PASS 100% 932 in → 5 out (0 reasoning)
7
openai/gpt-5.6-luna:none__json_schema PASS 100% 972 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-luna:xhigh PASS 100% 910 in → 20 out (13 reasoning)
7
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 967 in → 186 out (171 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-sol:high PASS 100% 925 in → 5 out (0 reasoning)
7
openai/gpt-5.6-sol:high__json_schema PASS 100% 961 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-sol:low PASS 100% 940 in → 5 out (0 reasoning)
7
openai/gpt-5.6-sol:low__json_schema PASS 100% 957 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-sol:max PASS 100% 943 in → 5 out (0 reasoning)
7
openai/gpt-5.6-sol:max__json_schema PASS 100% 965 in → 88 out (73 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-sol:medium PASS 100% 928 in → 5 out (0 reasoning)
7
openai/gpt-5.6-sol:medium__json_schema PASS 100% 975 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-sol:none PASS 100% 932 in → 5 out (0 reasoning)
7
openai/gpt-5.6-sol:none__json_schema PASS 100% 984 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-sol:xhigh PASS 100% 910 in → 5 out (0 reasoning)
7
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 962 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-terra:high PASS 100% 935 in → 5 out (0 reasoning)
7
openai/gpt-5.6-terra:high__json_schema PASS 100% 951 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-terra:low PASS 100% 916 in → 5 out (0 reasoning)
7
openai/gpt-5.6-terra:low__json_schema PASS 100% 969 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-terra:max PASS 100% 926 in → 5 out (0 reasoning)
7
openai/gpt-5.6-terra:max__json_schema PASS 100% 942 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-terra:medium PASS 100% 923 in → 5 out (0 reasoning)
7
openai/gpt-5.6-terra:medium__json_schema PASS 100% 967 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-terra:none PASS 100% 936 in → 5 out (0 reasoning)
7
openai/gpt-5.6-terra:none__json_schema PASS 100% 946 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-5.6-terra:xhigh PASS 100% 941 in → 5 out (0 reasoning)
7
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 980 in → 13 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-oss-120b:high PASS 100% 1,014 in → 137 out (119 reasoning)
7
openai/gpt-oss-120b:high__json_schema PASS 100% 980 in → 11 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-oss-120b:low PASS 100% 989 in → 29 out (17 reasoning)
7
openai/gpt-oss-120b:low__json_schema PASS 100% 1,037 in → 37 out (15 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-oss-120b:medium PASS 100% 978 in → 70 out (62 reasoning)
7
openai/gpt-oss-120b:medium__json_schema PASS 100% 1,023 in → 77 out (66 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-oss-120b:xhigh PASS 100% 994 in → 124 out (111 reasoning)
7
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 1,010 in → 166 out (147 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-oss-20b:high PASS 100% 998 in → 66 out (60 reasoning)
7
openai/gpt-oss-20b:high__json_schema PASS 100% 985 in → 173 out (155 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-oss-20b:low PASS 100% 1,002 in → 14 out (4 reasoning)
7
openai/gpt-oss-20b:low__json_schema PASS 100% 1,059 in → 28 out (11 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
openai/gpt-oss-20b:medium PASS 100% 1,001 in → 33 out (22 reasoning)
7
openai/gpt-oss-20b:medium__json_schema PASS 100% 1,006 in → 45 out (24 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
openai/gpt-oss-20b:xhigh PASS 100% 988 in → 129 out (114 reasoning)
7
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 993 in → 141 out (126 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-m.1:high PASS 100% 1,232 in → 284 out (280 reasoning)
7
poolside/laguna-m.1:high__json_schema PASS 100% 1,223 in → 210 out (199 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-m.1:low PASS 100% 1,210 in → 379 out (375 reasoning)
7
poolside/laguna-m.1:low__json_schema PASS 100% 1,205 in → 403 out (392 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-m.1:medium PASS 100% 1,238 in → 242 out (238 reasoning)
7
poolside/laguna-m.1:medium__json_schema PASS 100% 1,237 in → 228 out (217 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-m.1:none PASS 100% 1,223 in → 3 out (0 reasoning)
7
poolside/laguna-m.1:none__json_schema PASS 100% 1,208 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-m.1:xhigh PASS 100% 1,220 in → 264 out (260 reasoning)
7
poolside/laguna-m.1:xhigh__json_schema PASS 100% 1,221 in → 323 out (315 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-xs-2.1:high PASS 100% 1,226 in → 161 out (159 reasoning)
7
poolside/laguna-xs-2.1:high__json_schema PASS 100% 1,240 in → 201 out (189 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-xs-2.1:low PASS 100% 1,208 in → 185 out (183 reasoning)
7
poolside/laguna-xs-2.1:low__json_schema PASS 100% 1,226 in → 229 out (217 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-xs-2.1:medium PASS 100% 1,219 in → 208 out (206 reasoning)
7
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 1,234 in → 191 out (179 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-xs-2.1:none PASS 100% 1,203 in → 1 out (0 reasoning)
7
poolside/laguna-xs-2.1:none__json_schema PASS 100% 1,220 in → 11 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-xs-2.1:xhigh PASS 100% 1,247 in → 225 out (223 reasoning)
7
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 1,223 in → 212 out (204 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-xs.2:high PASS 100% 1,265 in → 98 out (94 reasoning)
7
poolside/laguna-xs.2:high__json_schema PASS 100% 1,233 in → 150 out (142 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-xs.2:low PASS 100% 1,246 in → 150 out (146 reasoning)
7
poolside/laguna-xs.2:low__json_schema PASS 100% 1,253 in → 140 out (128 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
poolside/laguna-xs.2:medium PASS 100% 1,251 in → 158 out (154 reasoning)
7
poolside/laguna-xs.2:medium__json_schema PASS 100% 1,263 in → 241 out (233 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-xs.2:none PASS 100% 1,238 in → 3 out (0 reasoning)
7
poolside/laguna-xs.2:none__json_schema PASS 100% 1,247 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
poolside/laguna-xs.2:xhigh PASS 100% 1,265 in → 135 out (131 reasoning)
7
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 1,262 in → 212 out (204 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
qwen/qwen3.6-27b:high PASS 100% 1,226 in → 374 out (319 reasoning)
7
qwen/qwen3.6-27b:high__json_schema PASS 100% 1,214 in → 258 out (213 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-27b:low PASS 100% 1,208 in → 205 out (170 reasoning)
7
qwen/qwen3.6-27b:low__json_schema PASS 100% 1,222 in → 182 out (137 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
qwen/qwen3.6-27b:medium PASS 100% 1,203 in → 318 out (1 reasoning)
7
qwen/qwen3.6-27b:medium__json_schema PASS 100% 1,222 in → 189 out (146 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-27b:none PASS 100% 1,201 in → 2 out (0 reasoning)
7
qwen/qwen3.6-27b:none__json_schema PASS 100% 1,201 in → 11 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-27b:xhigh PASS 100% 1,226 in → 225 out (182 reasoning)
7
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 1,225 in → 237 out (180 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-35b-a3b:high PASS 100% 1,223 in → 234 out (189 reasoning)
7
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 1,220 in → 374 out (292 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-35b-a3b:low PASS 100% 1,200 in → 218 out (179 reasoning)
7
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 1,182 in → 384 out (292 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-35b-a3b:medium PASS 100% 1,233 in → 183 out (142 reasoning)
7
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 1,224 in → 362 out (292 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-35b-a3b:none PASS 100% 1,214 in → 2 out (0 reasoning)
7
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 1,222 in → 11 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 1,221 in → 195 out (158 reasoning)
7
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 1,203 in → 239 out (191 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
qwen/qwen3.6-flash:high PASS 100% 1,221 in → 286 out (280 reasoning)
7
qwen/qwen3.6-flash:low PASS 100% 1,235 in → 272 out (267 reasoning)
7
qwen/qwen3.6-flash:medium PASS 100% 1,226 in → 205 out (200 reasoning)
7
qwen/qwen3.6-flash:none PASS 100% 1,215 in → 1 out (0 reasoning)
7
qwen/qwen3.6-flash:xhigh PASS 100% 1,208 in → 324 out (318 reasoning)
7
qwen/qwen3.7-flash:high PASS 100% 1,221 in → 171 out (166 reasoning)
7
qwen/qwen3.7-flash:low PASS 100% 1,210 in → 179 out (173 reasoning)
7
qwen/qwen3.7-flash:max PASS 100% 1,203 in → 222 out (216 reasoning)
7
qwen/qwen3.7-flash:medium PASS 100% 1,205 in → 146 out (141 reasoning)
7
qwen/qwen3.7-flash:none PASS 100% 1,231 in → 1 out (0 reasoning)
7
qwen/qwen3.7-flash:xhigh PASS 100% 1,199 in → 280 out (274 reasoning)
7
qwen/qwen3.7-max:high PASS 100% 1,213 in → 145 out (139 reasoning)
7
qwen/qwen3.7-max:low PASS 100% 1,210 in → 219 out (213 reasoning)
7
qwen/qwen3.7-max:medium PASS 100% 1,217 in → 147 out (141 reasoning)
7
qwen/qwen3.7-max:none PASS 100% 1,221 in → 1 out (0 reasoning)
7
qwen/qwen3.7-max:xhigh PASS 100% 1,208 in → 219 out (213 reasoning)
7
qwen/qwen3.7-plus:high PASS 100% 1,229 in → 169 out (163 reasoning)
7
qwen/qwen3.7-plus:low PASS 100% 1,200 in → 161 out (155 reasoning)
7
qwen/qwen3.7-plus:medium PASS 100% 1,205 in → 227 out (221 reasoning)
7
qwen/qwen3.7-plus:none PASS 100% 1,224 in → 1 out (0 reasoning)
7
qwen/qwen3.7-plus:xhigh PASS 100% 1,234 in → 163 out (158 reasoning)
7
tencent/hy3:high PASS 100% 969 in → 107 out (104 reasoning)
7
tencent/hy3:high__json_schema PASS 100% 946 in → 134 out (119 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
tencent/hy3:low PASS 100% 956 in → 99 out (96 reasoning)
7
tencent/hy3:low__json_schema PASS 100% 956 in → 127 out (109 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
tencent/hy3:medium PASS 100% 949 in → 91 out (75 reasoning)
7
tencent/hy3:medium__json_schema PASS 100% 963 in → 120 out (106 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
tencent/hy3:none PASS 100% 948 in → 2 out (0 reasoning)
7
tencent/hy3:none__json_schema PASS 100% 962 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
tencent/hy3:xhigh PASS 100% 953 in → 105 out (90 reasoning)
7
tencent/hy3:xhigh__json_schema PASS 100% 964 in → 114 out (92 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
thinkingmachines/inkling-small:high PASS 100% 946 in → 14 out (7 reasoning)
7
thinkingmachines/inkling-small:high__json_schema PASS 100% 944 in → 37 out (23 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
thinkingmachines/inkling-small:low PASS 100% 952 in → 14 out (5 reasoning)
7
thinkingmachines/inkling-small:low__json_schema PASS 100% 948 in → 20 out (7 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
thinkingmachines/inkling-small:max PASS 100% 938 in → 23 out (13 reasoning)
7
thinkingmachines/inkling-small:max__json_schema PASS 100% 944 in → 31 out (20 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
thinkingmachines/inkling-small:medium PASS 100% 934 in → 22 out (15 reasoning)
7
thinkingmachines/inkling-small:medium__json_schema PASS 100% 931 in → 25 out (13 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
thinkingmachines/inkling-small:none PASS 100% 922 in → 4 out (0 reasoning)
7
thinkingmachines/inkling-small:xhigh PASS 100% 936 in → 54 out (48 reasoning)
7
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 936 in → 27 out (13 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7}
thinkingmachines/inkling:high PASS 100% 940 in → 83 out (75 reasoning)
7
thinkingmachines/inkling:low PASS 100% 945 in → 21 out (14 reasoning)
7
thinkingmachines/inkling:low__json_schema PASS 100% 953 in → 26 out (15 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
thinkingmachines/inkling:max PASS 100% 942 in → 33 out (25 reasoning)
7
thinkingmachines/inkling:medium PASS 100% 928 in → 20 out (14 reasoning)
7
thinkingmachines/inkling:medium__json_schema PASS 100% 933 in → 27 out (13 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
thinkingmachines/inkling:none PASS 100% 923 in → 4 out (0 reasoning)
7
thinkingmachines/inkling:none__json_schema PASS 100% 936 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
thinkingmachines/inkling:xhigh PASS 100% 960 in → 29 out (22 reasoning)
7
thinkingmachines/inkling:xhigh__json_schema PASS 100% 938 in → 43 out (31 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
x-ai/grok-4.3:high PASS 100% 1,111 in → 144 out (143 reasoning)
7
x-ai/grok-4.3:high__json_schema PASS 100% 1,170 in → 252 out (247 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.3:low PASS 100% 1,120 in → 174 out (173 reasoning)
7
x-ai/grok-4.3:low__json_schema PASS 100% 1,169 in → 255 out (250 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.3:max PASS 100% 1,125 in → 164 out (163 reasoning)
7
x-ai/grok-4.3:max__json_schema PASS 100% 1,168 in → 341 out (336 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.3:medium PASS 100% 1,099 in → 187 out (186 reasoning)
7
x-ai/grok-4.3:medium__json_schema PASS 100% 1,156 in → 335 out (330 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.3:none PASS 100% 1,139 in → 1 out (0 reasoning)
7
x-ai/grok-4.3:none__json_schema PASS 100% 1,167 in → 5 out (0 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.3:xhigh PASS 100% 1,127 in → 149 out (148 reasoning)
7
x-ai/grok-4.3:xhigh__json_schema PASS 100% 1,162 in → 337 out (332 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.5:high PASS 100% 1,151 in → 131 out (130 reasoning)
7
x-ai/grok-4.5:high__json_schema PASS 100% 1,226 in → 223 out (218 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.5:low PASS 100% 1,129 in → 112 out (111 reasoning)
7
x-ai/grok-4.5:low__json_schema PASS 100% 1,213 in → 190 out (185 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.5:max PASS 100% 1,139 in → 120 out (119 reasoning)
7
x-ai/grok-4.5:max__json_schema PASS 100% 1,222 in → 214 out (209 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.5:medium PASS 100% 1,170 in → 105 out (104 reasoning)
7
x-ai/grok-4.5:medium__json_schema PASS 100% 1,224 in → 260 out (255 reasoning)
7
JSON Schema Structured Output
(raw) {"count":7}
x-ai/grok-4.5:xhigh PASS 100% 1,152 in → 117 out (116 reasoning)
7
x-ai/grok-4.5:xhigh__json_schema PASS 100% 1,224 in → 189 out (183 reasoning)
7
JSON Schema Structured Output
(raw) {"count": 7}
z-ai/glm-4.7-flash:high PASS 100% 1,001 in → 417 out (373 reasoning)
7
z-ai/glm-4.7-flash:low PASS 100% 1,004 in → 448 out (407 reasoning)
7
z-ai/glm-4.7-flash:low__json_schema PASS 100% 1,004 in → 426 out (332 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-4.7-flash:medium PASS 100% 982 in → 423 out (420 reasoning)
7
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 983 in → 447 out (380 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-4.7-flash:none PASS 100% 984 in → 2 out (0 reasoning)
7
z-ai/glm-4.7-flash:none__json_schema PASS 100% 999 in → 8 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-4.7-flash:xhigh PASS 100% 990 in → 410 out (352 reasoning)
7
z-ai/glm-4.7-flash:xhigh__json_schema PASS 100% 1,006 in → 469 out (387 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-5.2:high PASS 100% 1,015 in → 136 out (111 reasoning)
7
z-ai/glm-5.2:low PASS 100% 996 in → 256 out (254 reasoning)
7
z-ai/glm-5.2:low__json_schema PASS 100% 1,014 in → 100 out (83 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-5.2:medium PASS 100% 1,011 in → 95 out (66 reasoning)
7
z-ai/glm-5.2:medium__json_schema PASS 100% 1,003 in → 133 out (122 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-5.2:none PASS 100% 995 in → 2 out (0 reasoning)
7
z-ai/glm-5.2:none__json_schema PASS 100% 1,002 in → 7 out (0 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
z-ai/glm-5.2:xhigh PASS 100% 992 in → 128 out (102 reasoning)
7
z-ai/glm-5.2:xhigh__json_schema PASS 100% 1,000 in → 134 out (89 reasoning)
7
JSON Schema Structured Output
(raw) { "count": 7 }
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: 7{ "count": 7 }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
(empty output)
Failure: Model 'google/gemma-4-31b-it:none' violated the reasoning_level=none invariant: provider reported 157 reasoning token(s)
Invalid structured output. Output: 6
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-87ce3eb0-6fe2-9e47-9cfd-befc75e026e8","request_id":"87ce3eb0-6fe2-9e47-9cfd-befc75e026e8"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-9474fc69-998b-97d4-9a84-cede1d4765fd","request_id":"9474fc69-998b-97d4-9a84-cede1d4765fd"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-43357831-e361-9ea4-a4b4-3540a97e6be3","request_id":"43357831-e361-9ea4-a4b4-3540a97e6be3"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-0861bf3b-c018-9f01-b9e4-14728d2dce6a","request_id":"0861bf3b-c018-9f01-b9e4-14728d2dce6a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-6dd566f7-c022-9d79-b533-2eb684efb24e","request_id":"6dd566f7-c022-9d79-b533-2eb684efb24e"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-fe5f9260-c46b-9ffd-8a16-b138f328ff90"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-60130396-e8cc-9e5e-8aea-8b3d3d829580"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-2999cb47-68bc-9e00-9b74-c9a0019b06b8"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-4f718220-a0ae-9994-a320-38fdd1aac490"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-0537188c-a872-9f4a-9dff-2a87d83caeb9"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-ac93a843-96af-9c96-85a3-5d213872cf71"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-5b9b81ad-4260-9def-b1c3-ab3432b51909","request_id":"5b9b81ad-4260-9def-b1c3-ab3432b51909"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-3dca70f8-2f5f-98b7-a7e8-b963320e83d8","request_id":"3dca70f8-2f5f-98b7-a7e8-b963320e83d8"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-9d239090-2f55-94c5-8264-98a41c71f479","request_id":"9d239090-2f55-94c5-8264-98a41c71f479"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-0c6fc9e7-8f04-9fa2-82c6-cfc5950706a0","request_id":"0c6fc9e7-8f04-9fa2-82c6-cfc5950706a0"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-ceceedff-ab1e-9cef-91f8-faba3674173d","request_id":"ceceedff-ab1e-9cef-91f8-faba3674173d"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-0598c169-5fb2-9856-8a7f-88b2eebbcc14","request_id":"0598c169-5fb2-9856-8a7f-88b2eebbcc14"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-9a56e725-f4ce-9f78-81e7-0078a71ebf86","request_id":"9a56e725-f4ce-9f78-81e7-0078a71ebf86"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-d80f8ef4-c6f5-9938-a2b3-ab256365cb16","request_id":"d80f8ef4-c6f5-9938-a2b3-ab256365cb16"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-8b2e67ef-8aa2-96d2-93c2-14650cc5f787","request_id":"8b2e67ef-8aa2-96d2-93c2-14650cc5f787"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-76e08608-5ada-953d-b395-3b819f15a682","request_id":"76e08608-5ada-953d-b395-3b819f15a682"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: 7{ "count": 7 }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Invalid structured output. Output: 7
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
Invalid structured output. Output: 7
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)