Show file rename detection in commit
Tests ability to detect file rename in a commit. Evaluates rename-detection awareness in commit inspection.

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 'content' > old_name.txt
  5. 05 git add old_name.txt
  6. 06 git commit -m 'Add original file'
  7. 07 git mv old_name.txt new_name.txt
  8. 08 git commit -m 'Rename file'
Prompt
Using git show --name-status, what is the status code for the file rename in the 'Rename file' commit? Output ONLY the single letter code (e.g. R for rename), nothing else.
Expected
R

Scoped model quality, cost, API time, and token usage for git_show/f010.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 235 in → 50 out (39 reasoning)
R
anthropic/claude-fable-5:high__json_schema PASS 100% 465 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-fable-5:low PASS 100% 240 in → 19 out (23 reasoning)
R
anthropic/claude-fable-5:low__json_schema PASS 100% 461 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-fable-5:max PASS 100% 238 in → 94 out (58 reasoning)
R
anthropic/claude-fable-5:max__json_schema PASS 100% 462 in → 156 out (58 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-fable-5:medium PASS 100% 238 in → 28 out (32 reasoning)
R
anthropic/claude-fable-5:medium__json_schema PASS 100% 464 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-fable-5:xhigh PASS 100% 240 in → 68 out (37 reasoning)
R
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 462 in → 44 out (37 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-haiku-4.5:high PASS 100% 228 in → 220 out (191 reasoning)
R
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 410 in → 306 out (251 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-haiku-4.5:low PASS 100% 229 in → 111 out (94 reasoning)
R
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 409 in → 384 out (306 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-haiku-4.5:medium PASS 100% 233 in → 150 out (131 reasoning)
R
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 407 in → 253 out (225 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-haiku-4.5:none PASS 100% 203 in → 4 out (0 reasoning)
R
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 380 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-haiku-4.5:xhigh PASS 100% 231 in → 127 out (117 reasoning)
R
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 411 in → 220 out (185 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-opus-4.6:high PASS 100% 203 in → 4 out (0 reasoning)
R
anthropic/claude-opus-4.6:high__json_schema PASS 100% 380 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.6:low PASS 100% 203 in → 4 out (0 reasoning)
R
anthropic/claude-opus-4.6:low__json_schema PASS 100% 378 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.6:max PASS 100% 202 in → 4 out (0 reasoning)
R
anthropic/claude-opus-4.6:max__json_schema PASS 100% 379 in → 62 out (38 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.6:medium PASS 100% 201 in → 4 out (0 reasoning)
R
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 383 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.6:none PASS 100% 206 in → 4 out (0 reasoning)
R
anthropic/claude-opus-4.6:none__json_schema PASS 100% 379 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.6:xhigh PASS 100% 204 in → 4 out (0 reasoning)
R
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 378 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.7:high__json_schema PASS 100% 466 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.7:low PASS 100% 241 in → 5 out (0 reasoning)
R
anthropic/claude-opus-4.7:low__json_schema PASS 100% 469 in → 15 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.7:max PASS 100% 241 in → 5 out (0 reasoning)
R
anthropic/claude-opus-4.7:max__json_schema PASS 100% 470 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.7:medium PASS 100% 241 in → 5 out (0 reasoning)
R
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 467 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.7:none PASS 100% 245 in → 5 out (0 reasoning)
R
anthropic/claude-opus-4.7:none__json_schema PASS 100% 467 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 471 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.8:high PASS 100% 236 in → 3 out (0 reasoning)
R
anthropic/claude-opus-4.8:high__json_schema PASS 100% 464 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-opus-4.8:low PASS 100% 238 in → 3 out (0 reasoning)
R
anthropic/claude-opus-4.8:low__json_schema PASS 100% 460 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.8:max PASS 100% 240 in → 143 out (41 reasoning)
R
anthropic/claude-opus-4.8:max__json_schema PASS 100% 463 in → 71 out (44 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-opus-4.8:medium PASS 100% 239 in → 3 out (0 reasoning)
R
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 462 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.8:none PASS 100% 238 in → 3 out (0 reasoning)
R
anthropic/claude-opus-4.8:none__json_schema PASS 100% 467 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-opus-4.8:xhigh PASS 100% 236 in → 110 out (44 reasoning)
R
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 463 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-4.6:high PASS 100% 202 in → 4 out (0 reasoning)
R
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 380 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-4.6:low PASS 100% 204 in → 4 out (0 reasoning)
R
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 379 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-4.6:max PASS 100% 204 in → 444 out (179 reasoning)
R
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 379 in → 80 out (59 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-4.6:medium PASS 100% 201 in → 4 out (0 reasoning)
R
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 380 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-4.6:none PASS 100% 200 in → 4 out (0 reasoning)
R
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 383 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 199 in → 4 out (0 reasoning)
R
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 376 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-5:high__json_schema PASS 100% 461 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
anthropic/claude-sonnet-5:low__json_schema PASS 100% 464 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 461 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-sonnet-5:none__json_schema PASS 100% 465 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 467 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
arcee-ai/trinity-large-thinking:high PASS 100% 172 in → 460 out (457 reasoning)
R
arcee-ai/trinity-large-thinking:low PASS 100% 171 in → 343 out (339 reasoning)
R
arcee-ai/trinity-large-thinking:medium PASS 100% 167 in → 449 out (447 reasoning)
R
arcee-ai/trinity-large-thinking:xhigh PASS 100% 169 in → 395 out (392 reasoning)
R
arcee-ai/trinity-mini:high PASS 100% 167 in → 278 out (294 reasoning)
R
arcee-ai/trinity-mini:high__json_schema PASS 100% 166 in → 285 out (306 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
arcee-ai/trinity-mini:low PASS 100% 165 in → 256 out (279 reasoning)
R
arcee-ai/trinity-mini:low__json_schema PASS 100% 169 in → 271 out (278 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
arcee-ai/trinity-mini:medium PASS 100% 169 in → 322 out (347 reasoning)
R
arcee-ai/trinity-mini:medium__json_schema PASS 100% 168 in → 311 out (326 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
arcee-ai/trinity-mini:xhigh PASS 100% 167 in → 288 out (312 reasoning)
R
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 168 in → 300 out (314 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-flash-0731:high PASS 100% 248 in → 113 out (113 reasoning)
R
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 245 in → 39 out (30 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-flash-0731:low PASS 100% 176 in → 105 out (102 reasoning)
R
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 170 in → 60 out (52 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
deepseek/deepseek-v4-flash-0731:max PASS 100% 256 in → 103 out (100 reasoning)
R
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 250 in → 92 out (92 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
deepseek/deepseek-v4-flash-0731:medium PASS 100% 171 in → 141 out (138 reasoning)
R
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 167 in → 85 out (77 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
deepseek/deepseek-v4-flash-0731:none PASS 100% 170 in → 2 out (0 reasoning)
R
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 165 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 171 in → 93 out (91 reasoning)
R
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 169 in → 67 out (59 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R" }
deepseek/deepseek-v4-flash:high PASS 100% 168 in → 115 out (113 reasoning)
R
deepseek/deepseek-v4-flash:low PASS 100% 168 in → 102 out (95 reasoning)
R
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 171 in → 138 out (124 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-flash:medium PASS 100% 169 in → 54 out (51 reasoning)
R
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 171 in → 90 out (79 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-flash:none PASS 100% 169 in → 1 out (0 reasoning)
R
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 169 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-flash:xhigh PASS 100% 248 in → 138 out (147 reasoning)
R
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 245 in → 270 out (258 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-pro:high PASS 100% 164 in → 123 out (120 reasoning)
R
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 169 in → 286 out (274 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-pro:low PASS 100% 171 in → 257 out (255 reasoning)
R
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 173 in → 294 out (277 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-pro:medium PASS 100% 171 in → 174 out (171 reasoning)
R
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 169 in → 163 out (152 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-pro:none PASS 100% 169 in → 2 out (0 reasoning)
R
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 169 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
deepseek/deepseek-v4-pro:xhigh PASS 100% 170 in → 132 out (138 reasoning)
R
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 448 in → 748 out (739 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3-flash-preview:high PASS 100% 206 in → 309 out (308 reasoning)
R
google/gemini-3-flash-preview:high__json_schema PASS 100% 208 in → 485 out (477 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3-flash-preview:low PASS 100% 204 in → 1 out (0 reasoning)
R
google/gemini-3-flash-preview:low__json_schema PASS 100% 276 in → 357 out (350 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3-flash-preview:medium PASS 100% 201 in → 207 out (206 reasoning)
R
google/gemini-3-flash-preview:medium__json_schema PASS 100% 273 in → 288 out (281 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3-flash-preview:xhigh PASS 100% 204 in → 257 out (256 reasoning)
R
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 272 in → 175 out (167 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.1-flash-lite-preview:high PASS 100% 197 in → 344 out (343 reasoning)
R
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 204 in → 311 out (303 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 199 in → 124 out (123 reasoning)
R
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 273 in → 123 out (115 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 201 in → 403 out (402 reasoning)
R
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 205 in → 174 out (166 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 200 in → 327 out (326 reasoning)
R
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 201 in → 241 out (234 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.1-pro-preview:high PASS 100% 203 in → 346 out (345 reasoning)
R
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 275 in → 428 out (421 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.1-pro-preview:low PASS 100% 200 in → 214 out (213 reasoning)
R
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 269 in → 62 out (49 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemini-3.1-pro-preview:medium PASS 100% 199 in → 305 out (304 reasoning)
R
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 271 in → 321 out (314 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.1-pro-preview:xhigh PASS 100% 204 in → 311 out (310 reasoning)
R
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 271 in → 307 out (300 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.5-flash-lite:high PASS 100% 206 in → 297 out (296 reasoning)
R
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 200 in → 252 out (244 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.5-flash-lite:low PASS 100% 204 in → 1 out (0 reasoning)
R
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 273 in → 8 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.5-flash-lite:max PASS 100% 204 in → 357 out (356 reasoning)
R
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 275 in → 304 out (296 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.5-flash-lite:medium PASS 100% 204 in → 248 out (247 reasoning)
R
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 203 in → 249 out (242 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.5-flash-lite:xhigh PASS 100% 202 in → 341 out (340 reasoning)
R
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 270 in → 391 out (383 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.5-flash:high PASS 100% 203 in → 465 out (464 reasoning)
R
google/gemini-3.5-flash:high__json_schema PASS 100% 275 in → 425 out (417 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.5-flash:low PASS 100% 203 in → 104 out (103 reasoning)
R
google/gemini-3.5-flash:low__json_schema PASS 100% 271 in → 116 out (108 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemini-3.5-flash:medium PASS 100% 205 in → 438 out (437 reasoning)
R
google/gemini-3.5-flash:medium__json_schema PASS 100% 273 in → 206 out (199 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.5-flash:xhigh PASS 100% 201 in → 491 out (490 reasoning)
R
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 275 in → 328 out (321 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.6-flash:high PASS 100% 204 in → 570 out (569 reasoning)
R
google/gemini-3.6-flash:high__json_schema PASS 100% 276 in → 247 out (240 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.6-flash:low PASS 100% 198 in → 234 out (233 reasoning)
R
google/gemini-3.6-flash:low__json_schema PASS 100% 204 in → 7 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.6-flash:max PASS 100% 200 in → 463 out (462 reasoning)
R
google/gemini-3.6-flash:max__json_schema PASS 100% 204 in → 320 out (313 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemini-3.6-flash:medium PASS 100% 206 in → 434 out (433 reasoning)
R
google/gemini-3.6-flash:medium__json_schema PASS 100% 274 in → 187 out (174 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemini-3.6-flash:xhigh PASS 100% 200 in → 495 out (494 reasoning)
R
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 274 in → 399 out (392 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
google/gemma-4-26b-a4b-it:high PASS 100% 220 in → 414 out (346 reasoning)
R
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 216 in → 730 out (595 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-26b-a4b-it:low PASS 100% 218 in → 344 out (273 reasoning)
R
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 223 in → 469 out (332 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-26b-a4b-it:medium PASS 100% 220 in → 414 out (333 reasoning)
R
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 216 in → 497 out (391 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-26b-a4b-it:none PASS 100% 212 in → 2 out (0 reasoning)
R
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 213 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 218 in → 312 out (310 reasoning)
R
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 215 in → 485 out (364 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-31b-it:high PASS 100% 217 in → 386 out (322 reasoning)
R
google/gemma-4-31b-it:high__json_schema PASS 100% 217 in → 351 out (279 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-31b-it:low PASS 100% 216 in → 321 out (272 reasoning)
R
google/gemma-4-31b-it:low__json_schema PASS 100% 217 in → 293 out (237 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
google/gemma-4-31b-it:medium PASS 100% 220 in → 278 out (276 reasoning)
R
google/gemma-4-31b-it:medium__json_schema PASS 100% 218 in → 364 out (296 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemma-4-31b-it:none PASS 100% 215 in → 2 out (0 reasoning)
R
google/gemma-4-31b-it:none__json_schema PASS 100% 214 in → 9 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
google/gemma-4-31b-it:xhigh PASS 100% 217 in → 351 out (280 reasoning)
R
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 219 in → 293 out (215 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
ibm-granite/granite-4.1-8b PASS 100% 193 in → 2 out
R
ibm-granite/granite-4.1-8b__json_schema PASS 100% 193 in → 11 out
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
inclusionai/ling-2.6-flash PASS 100% 212 in → 2 out
R
inclusionai/ling-2.6-flash__json_schema PASS 100% 212 in → 11 out
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
liquid/lfm-2-24b-a2b PASS 100% 186 in → 2 out
R
minimax/minimax-m2.5:high PASS 100% 196 in → 125 out (122 reasoning)
R
minimax/minimax-m2.5:high__json_schema PASS 100% 221 in → 211 out (202 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
minimax/minimax-m2.5:low PASS 100% 200 in → 213 out (210 reasoning)
R
minimax/minimax-m2.5:low__json_schema PASS 100% 221 in → 218 out (207 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
minimax/minimax-m2.5:medium PASS 100% 194 in → 190 out (187 reasoning)
R
minimax/minimax-m2.5:medium__json_schema PASS 100% 201 in → 253 out (255 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
minimax/minimax-m2.5:xhigh PASS 100% 200 in → 201 out (198 reasoning)
R
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 199 in → 117 out (111 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
minimax/minimax-m2.7:high PASS 100% 199 in → 183 out (180 reasoning)
R
minimax/minimax-m2.7:high__json_schema PASS 100% 345 in → 551 out (543 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
minimax/minimax-m2.7:low PASS 100% 201 in → 149 out (148 reasoning)
R
minimax/minimax-m2.7:low__json_schema PASS 100% 343 in → 477 out (469 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
minimax/minimax-m2.7:medium PASS 100% 201 in → 213 out (211 reasoning)
R
minimax/minimax-m2.7:xhigh PASS 100% 201 in → 166 out (173 reasoning)
R
minimax/minimax-m3:high PASS 100% 337 in → 106 out (115 reasoning)
R
minimax/minimax-m3:high__json_schema PASS 100% 324 in → 8 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
minimax/minimax-m3:low PASS 100% 340 in → 176 out (178 reasoning)
R
minimax/minimax-m3:low__json_schema PASS 100% 284 in → 8 out (7 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
minimax/minimax-m3:medium PASS 100% 334 in → 164 out (179 reasoning)
R
minimax/minimax-m3:medium__json_schema PASS 100% 326 in → 8 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
minimax/minimax-m3:xhigh PASS 100% 334 in → 40 out (42 reasoning)
R
mistralai/devstral-2512 PASS 100% 193 in → 2 out
R
mistralai/devstral-2512__json_schema PASS 100% 191 in → 11 out
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
mistralai/mistral-medium-3-5:high PASS 100% 202 in → 434 out (447 reasoning)
R
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 188 in → 831 out (853 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
mistralai/mistral-medium-3-5:low PASS 100% 204 in → 444 out (452 reasoning)
R
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 191 in → 1,253 out (1,375 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
mistralai/mistral-medium-3-5:medium PASS 100% 199 in → 323 out (326 reasoning)
R
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 192 in → 189 out (198 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
mistralai/mistral-medium-3-5:none PASS 100% 201 in → 2 out (0 reasoning)
R
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 187 in → 8 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
mistralai/mistral-medium-3-5:xhigh PASS 100% 199 in → 638 out (693 reasoning)
R
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 187 in → 338 out (340 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
moonshotai/kimi-k2.6:high PASS 100% 169 in → 222 out (222 reasoning)
R
moonshotai/kimi-k2.6:high__json_schema PASS 100% 360 in → 411 out (403 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
moonshotai/kimi-k2.6:low PASS 100% 172 in → 163 out (160 reasoning)
R
moonshotai/kimi-k2.6:low__json_schema PASS 100% 166 in → 147 out (139 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
moonshotai/kimi-k2.6:medium PASS 100% 171 in → 165 out (162 reasoning)
R
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 167 in → 307 out (296 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
moonshotai/kimi-k2.6:xhigh PASS 100% 169 in → 133 out (141 reasoning)
R
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 170 in → 193 out (182 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
moonshotai/kimi-k2.7-code:high PASS 100% 170 in → 150 out (153 reasoning)
R
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 263 in → 208 out (200 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
moonshotai/kimi-k2.7-code:low PASS 100% 169 in → 82 out (80 reasoning)
R
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 169 in → 111 out (99 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
moonshotai/kimi-k2.7-code:medium PASS 100% 169 in → 62 out (59 reasoning)
R
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 263 in → 51 out (43 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
moonshotai/kimi-k2.7-code:xhigh PASS 100% 168 in → 136 out (141 reasoning)
R
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 268 in → 144 out (136 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
moonshotai/kimi-k3:high PASS 100% 245 in → 74 out (58 reasoning)
R
moonshotai/kimi-k3:high__json_schema PASS 100% 246 in → 74 out (58 reasoning)
R
moonshotai/kimi-k3:low PASS 100% 247 in → 80 out (64 reasoning)
R
moonshotai/kimi-k3:low__json_schema PASS 100% 247 in → 96 out (80 reasoning)
R
moonshotai/kimi-k3:max PASS 100% 242 in → 79 out (63 reasoning)
R
moonshotai/kimi-k3:max__json_schema PASS 100% 246 in → 72 out (56 reasoning)
R
moonshotai/kimi-k3:medium PASS 100% 244 in → 127 out (111 reasoning)
R
moonshotai/kimi-k3:medium__json_schema PASS 100% 246 in → 70 out (54 reasoning)
R
moonshotai/kimi-k3:xhigh PASS 100% 249 in → 75 out (59 reasoning)
R
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 247 in → 74 out (58 reasoning)
R
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 206 in → 130 out (125 reasoning)
R
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 206 in → 41 out (31 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 203 in → 48 out (46 reasoning)
R
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 204 in → 86 out (79 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 202 in → 144 out (134 reasoning)
R
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 201 in → 153 out (153 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 206 in → 2 out (0 reasoning)
R
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 206 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 208 in → 74 out (75 reasoning)
R
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 206 in → 69 out (62 reasoning)
R
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 202 in → 43 out (31 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 204 in → 69 out (67 reasoning)
R
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 205 in → 57 out (45 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 204 in → 86 out (81 reasoning)
R
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 207 in → 88 out (75 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 208 in → 2 out (0 reasoning)
R
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 202 in → 11 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 204 in → 98 out (101 reasoning)
R
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 205 in → 51 out (38 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
openai/gpt-5.4-mini:high PASS 100% 168 in → 96 out (89 reasoning)
R
openai/gpt-5.4-mini:high__json_schema PASS 100% 217 in → 76 out (60 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-mini:low PASS 100% 169 in → 51 out (44 reasoning)
R
openai/gpt-5.4-mini:low__json_schema PASS 100% 213 in → 46 out (30 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-mini:medium PASS 100% 164 in → 70 out (63 reasoning)
R
openai/gpt-5.4-mini:medium__json_schema PASS 100% 216 in → 101 out (85 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-mini:none PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.4-mini:none__json_schema PASS 100% 213 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-mini:xhigh PASS 100% 168 in → 196 out (189 reasoning)
R
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 213 in → 98 out (82 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-nano:high PASS 100% 172 in → 69 out (62 reasoning)
R
openai/gpt-5.4-nano:high__json_schema PASS 100% 213 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-nano:low PASS 100% 173 in → 28 out (21 reasoning)
R
openai/gpt-5.4-nano:low__json_schema PASS 100% 214 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-nano:medium PASS 100% 167 in → 31 out (24 reasoning)
R
openai/gpt-5.4-nano:medium__json_schema PASS 100% 211 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-nano:none PASS 100% 170 in → 5 out (0 reasoning)
R
openai/gpt-5.4-nano:none__json_schema PASS 100% 211 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4-nano:xhigh PASS 100% 167 in → 198 out (191 reasoning)
R
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 218 in → 129 out (113 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4:high PASS 100% 166 in → 114 out (107 reasoning)
R
openai/gpt-5.4:high__json_schema PASS 100% 215 in → 48 out (32 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4:low PASS 100% 167 in → 27 out (20 reasoning)
R
openai/gpt-5.4:low__json_schema PASS 100% 214 in → 47 out (31 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4:medium PASS 100% 171 in → 31 out (24 reasoning)
R
openai/gpt-5.4:medium__json_schema PASS 100% 214 in → 73 out (57 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4:none PASS 100% 165 in → 5 out (0 reasoning)
R
openai/gpt-5.4:none__json_schema PASS 100% 214 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.4:xhigh PASS 100% 170 in → 87 out (80 reasoning)
R
openai/gpt-5.4:xhigh__json_schema PASS 100% 217 in → 125 out (109 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.5:high PASS 100% 168 in → 58 out (51 reasoning)
R
openai/gpt-5.5:high__json_schema PASS 100% 216 in → 80 out (64 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.5:low PASS 100% 168 in → 38 out (31 reasoning)
R
openai/gpt-5.5:low__json_schema PASS 100% 211 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.5:medium PASS 100% 170 in → 55 out (48 reasoning)
R
openai/gpt-5.5:medium__json_schema PASS 100% 218 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.5:none PASS 100% 170 in → 5 out (0 reasoning)
R
openai/gpt-5.5:none__json_schema PASS 100% 216 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.5:xhigh PASS 100% 164 in → 83 out (76 reasoning)
R
openai/gpt-5.5:xhigh__json_schema PASS 100% 218 in → 162 out (146 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-luna:high PASS 100% 171 in → 5 out (0 reasoning)
R
openai/gpt-5.6-luna:high__json_schema PASS 100% 213 in → 29 out (13 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-luna:low PASS 100% 168 in → 5 out (0 reasoning)
R
openai/gpt-5.6-luna:low__json_schema PASS 100% 217 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-luna:max PASS 100% 170 in → 66 out (59 reasoning)
R
openai/gpt-5.6-luna:max__json_schema PASS 100% 212 in → 61 out (45 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-luna:medium PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.6-luna:medium__json_schema PASS 100% 214 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-luna:none PASS 100% 167 in → 5 out (0 reasoning)
R
openai/gpt-5.6-luna:none__json_schema PASS 100% 218 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-luna:xhigh PASS 100% 171 in → 22 out (15 reasoning)
R
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 212 in → 27 out (11 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-sol:high PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.6-sol:high__json_schema PASS 100% 216 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-sol:low PASS 100% 168 in → 5 out (0 reasoning)
R
openai/gpt-5.6-sol:low__json_schema PASS 100% 211 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-sol:max PASS 100% 166 in → 5 out (0 reasoning)
R
openai/gpt-5.6-sol:max__json_schema PASS 100% 214 in → 284 out (268 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-sol:medium PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.6-sol:medium__json_schema PASS 100% 214 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-sol:none PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.6-sol:none__json_schema PASS 100% 216 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-sol:xhigh PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 215 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-terra:high PASS 100% 167 in → 5 out (0 reasoning)
R
openai/gpt-5.6-terra:high__json_schema PASS 100% 218 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-terra:low PASS 100% 170 in → 17 out (10 reasoning)
R
openai/gpt-5.6-terra:low__json_schema PASS 100% 212 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-terra:max PASS 100% 173 in → 62 out (55 reasoning)
R
openai/gpt-5.6-terra:max__json_schema PASS 100% 218 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-terra:medium PASS 100% 174 in → 36 out (29 reasoning)
R
openai/gpt-5.6-terra:medium__json_schema PASS 100% 221 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-terra:none PASS 100% 169 in → 5 out (0 reasoning)
R
openai/gpt-5.6-terra:none__json_schema PASS 100% 210 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-5.6-terra:xhigh PASS 100% 169 in → 18 out (11 reasoning)
R
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 215 in → 14 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-oss-120b:high PASS 100% 232 in → 148 out (143 reasoning)
R
openai/gpt-oss-120b:high__json_schema PASS 100% 228 in → 266 out (250 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-oss-120b:low PASS 100% 217 in → 26 out (14 reasoning)
R
openai/gpt-oss-120b:low__json_schema PASS 100% 229 in → 31 out (11 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
openai/gpt-oss-120b:medium PASS 100% 218 in → 110 out (101 reasoning)
R
openai/gpt-oss-120b:medium__json_schema PASS 100% 310 in → 95 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
openai/gpt-oss-120b:xhigh PASS 100% 214 in → 267 out (248 reasoning)
R
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 232 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
openai/gpt-oss-20b:high PASS 100% 233 in → 178 out (168 reasoning)
R
openai/gpt-oss-20b:high__json_schema PASS 100% 229 in → 455 out (431 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
openai/gpt-oss-20b:low PASS 100% 213 in → 31 out (19 reasoning)
R
openai/gpt-oss-20b:medium PASS 100% 232 in → 91 out (90 reasoning)
R
openai/gpt-oss-20b:medium__json_schema PASS 100% 228 in → 87 out (65 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
openai/gpt-oss-20b:xhigh PASS 100% 215 in → 1,228 out (1,209 reasoning)
R
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 230 in → 396 out (381 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-m.1:high PASS 100% 199 in → 254 out (250 reasoning)
R
poolside/laguna-m.1:high__json_schema PASS 100% 199 in → 297 out (288 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
poolside/laguna-m.1:low PASS 100% 199 in → 238 out (234 reasoning)
R
poolside/laguna-m.1:low__json_schema PASS 100% 196 in → 325 out (312 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-m.1:medium PASS 100% 194 in → 366 out (362 reasoning)
R
poolside/laguna-m.1:medium__json_schema PASS 100% 199 in → 347 out (334 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-m.1:none PASS 100% 201 in → 3 out (0 reasoning)
R
poolside/laguna-m.1:none__json_schema PASS 100% 197 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-m.1:xhigh PASS 100% 196 in → 308 out (304 reasoning)
R
poolside/laguna-m.1:xhigh__json_schema PASS 100% 200 in → 286 out (277 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
poolside/laguna-xs-2.1:high PASS 100% 198 in → 433 out (431 reasoning)
R
poolside/laguna-xs-2.1:high__json_schema PASS 100% 200 in → 349 out (335 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-xs-2.1:low PASS 100% 200 in → 286 out (284 reasoning)
R
poolside/laguna-xs-2.1:low__json_schema PASS 100% 202 in → 362 out (348 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-xs-2.1:medium PASS 100% 203 in → 190 out (188 reasoning)
R
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 197 in → 263 out (249 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-xs-2.1:none__json_schema PASS 100% 200 in → 8 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
poolside/laguna-xs-2.1:xhigh PASS 100% 200 in → 489 out (487 reasoning)
R
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 199 in → 319 out (305 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-xs.2:high PASS 100% 239 in → 121 out (117 reasoning)
R
poolside/laguna-xs.2:high__json_schema PASS 100% 239 in → 180 out (171 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
poolside/laguna-xs.2:low PASS 100% 233 in → 144 out (140 reasoning)
R
poolside/laguna-xs.2:low__json_schema PASS 100% 238 in → 183 out (174 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
poolside/laguna-xs.2:medium PASS 100% 238 in → 230 out (226 reasoning)
R
poolside/laguna-xs.2:medium__json_schema PASS 100% 236 in → 216 out (202 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-xs.2:none PASS 100% 237 in → 3 out (0 reasoning)
R
poolside/laguna-xs.2:none__json_schema PASS 100% 240 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
poolside/laguna-xs.2:xhigh PASS 100% 237 in → 176 out (172 reasoning)
R
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 235 in → 266 out (257 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
qwen/qwen3.6-27b:high PASS 100% 201 in → 503 out (477 reasoning)
R
qwen/qwen3.6-27b:low PASS 100% 201 in → 795 out (731 reasoning)
R
qwen/qwen3.6-27b:low__json_schema PASS 100% 198 in → 572 out (1 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-27b:medium PASS 100% 198 in → 346 out (1 reasoning)
R
qwen/qwen3.6-27b:medium__json_schema PASS 100% 195 in → 610 out (1 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-27b:none PASS 100% 200 in → 2 out (0 reasoning)
R
qwen/qwen3.6-27b:none__json_schema PASS 100% 201 in → 12 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-27b:xhigh PASS 100% 200 in → 423 out (395 reasoning)
R
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 200 in → 595 out (558 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-35b-a3b:high PASS 100% 198 in → 663 out (612 reasoning)
R
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 199 in → 319 out (300 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-35b-a3b:low PASS 100% 201 in → 313 out (299 reasoning)
R
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 199 in → 228 out (205 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-35b-a3b:medium PASS 100% 199 in → 291 out (274 reasoning)
R
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 201 in → 315 out (281 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-35b-a3b:none PASS 100% 201 in → 2 out (0 reasoning)
R
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 200 in → 13 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 200 in → 364 out (339 reasoning)
R
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 201 in → 461 out (430 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
qwen/qwen3.6-flash:high PASS 100% 199 in → 326 out (320 reasoning)
R
qwen/qwen3.6-flash:low PASS 100% 203 in → 348 out (342 reasoning)
R
qwen/qwen3.6-flash:medium PASS 100% 198 in → 428 out (422 reasoning)
R
qwen/qwen3.6-flash:none PASS 100% 197 in → 1 out (0 reasoning)
R
qwen/qwen3.6-flash:xhigh PASS 100% 203 in → 451 out (445 reasoning)
R
qwen/qwen3.7-flash:high PASS 100% 200 in → 163 out (157 reasoning)
R
qwen/qwen3.7-flash:low PASS 100% 195 in → 409 out (404 reasoning)
R
qwen/qwen3.7-flash:max PASS 100% 201 in → 599 out (594 reasoning)
R
qwen/qwen3.7-flash:medium PASS 100% 198 in → 309 out (303 reasoning)
R
qwen/qwen3.7-flash:none PASS 100% 202 in → 1 out (0 reasoning)
R
qwen/qwen3.7-flash:xhigh PASS 100% 199 in → 357 out (351 reasoning)
R
qwen/qwen3.7-max:high PASS 100% 197 in → 172 out (166 reasoning)
R
qwen/qwen3.7-max:low PASS 100% 200 in → 193 out (188 reasoning)
R
qwen/qwen3.7-max:medium PASS 100% 201 in → 139 out (133 reasoning)
R
qwen/qwen3.7-max:none PASS 100% 197 in → 1 out (0 reasoning)
R
qwen/qwen3.7-max:xhigh PASS 100% 201 in → 211 out (205 reasoning)
R
qwen/qwen3.7-plus:high PASS 100% 197 in → 112 out (107 reasoning)
R
qwen/qwen3.7-plus:low PASS 100% 201 in → 263 out (257 reasoning)
R
qwen/qwen3.7-plus:medium PASS 100% 198 in → 397 out (391 reasoning)
R
qwen/qwen3.7-plus:none PASS 100% 204 in → 1 out (0 reasoning)
R
qwen/qwen3.7-plus:xhigh PASS 100% 199 in → 366 out (360 reasoning)
R
tencent/hy3:high PASS 100% 178 in → 268 out (265 reasoning)
R
tencent/hy3:high__json_schema PASS 100% 180 in → 207 out (203 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
tencent/hy3:low PASS 100% 185 in → 167 out (164 reasoning)
R
tencent/hy3:low__json_schema PASS 100% 177 in → 246 out (224 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R"}
tencent/hy3:medium PASS 100% 179 in → 137 out (134 reasoning)
R
tencent/hy3:medium__json_schema PASS 100% 176 in → 244 out (233 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
tencent/hy3:none PASS 100% 180 in → 2 out (0 reasoning)
R
tencent/hy3:none__json_schema PASS 100% 179 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
tencent/hy3:xhigh PASS 100% 176 in → 105 out (102 reasoning)
R
tencent/hy3:xhigh__json_schema PASS 100% 178 in → 317 out (306 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling-small:high PASS 100% 183 in → 67 out (60 reasoning)
R
thinkingmachines/inkling-small:high__json_schema PASS 100% 177 in → 84 out (70 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling-small:low PASS 100% 177 in → 13 out (5 reasoning)
R
thinkingmachines/inkling-small:low__json_schema PASS 100% 179 in → 21 out (6 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling-small:max PASS 100% 178 in → 78 out (73 reasoning)
R
thinkingmachines/inkling-small:max__json_schema PASS 100% 177 in → 239 out (224 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling-small:medium PASS 100% 172 in → 86 out (81 reasoning)
R
thinkingmachines/inkling-small:medium__json_schema PASS 100% 173 in → 22 out (6 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling-small:none PASS 100% 178 in → 4 out (0 reasoning)
R
thinkingmachines/inkling-small:xhigh PASS 100% 176 in → 74 out (67 reasoning)
R
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 178 in → 72 out (60 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
thinkingmachines/inkling:high PASS 100% 181 in → 100 out (93 reasoning)
R
thinkingmachines/inkling:high__json_schema PASS 100% 179 in → 90 out (75 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling:low PASS 100% 181 in → 13 out (5 reasoning)
R
thinkingmachines/inkling:low__json_schema PASS 100% 182 in → 21 out (5 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling:max PASS 100% 181 in → 95 out (88 reasoning)
R
thinkingmachines/inkling:max__json_schema PASS 100% 180 in → 174 out (157 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling:medium PASS 100% 176 in → 95 out (87 reasoning)
R
thinkingmachines/inkling:medium__json_schema PASS 100% 177 in → 32 out (17 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
thinkingmachines/inkling:xhigh PASS 100% 173 in → 154 out (146 reasoning)
R
thinkingmachines/inkling:xhigh__json_schema PASS 100% 179 in → 131 out (117 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
x-ai/grok-4.3:high PASS 100% 343 in → 175 out (174 reasoning)
R
x-ai/grok-4.3:high__json_schema PASS 100% 414 in → 481 out (475 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.3:low__json_schema PASS 100% 418 in → 270 out (264 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.3:max PASS 100% 343 in → 571 out (570 reasoning)
R
x-ai/grok-4.3:max__json_schema PASS 100% 415 in → 402 out (396 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.3:medium__json_schema PASS 100% 414 in → 610 out (604 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.3:none PASS 100% 342 in → 1 out (0 reasoning)
R
x-ai/grok-4.3:none__json_schema PASS 100% 411 in → 6 out (0 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.3:xhigh PASS 100% 344 in → 376 out (375 reasoning)
R
x-ai/grok-4.3:xhigh__json_schema PASS 100% 411 in → 515 out (509 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.5:high PASS 100% 379 in → 174 out (173 reasoning)
R
x-ai/grok-4.5:high__json_schema PASS 100% 462 in → 332 out (324 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.5:low PASS 100% 375 in → 118 out (117 reasoning)
R
x-ai/grok-4.5:low__json_schema PASS 100% 456 in → 165 out (157 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.5:max PASS 100% 377 in → 279 out (278 reasoning)
R
x-ai/grok-4.5:max__json_schema PASS 100% 452 in → 250 out (242 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
x-ai/grok-4.5:medium PASS 100% 378 in → 353 out (352 reasoning)
R
x-ai/grok-4.5:medium__json_schema PASS 100% 456 in → 295 out (287 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
x-ai/grok-4.5:xhigh PASS 100% 377 in → 359 out (358 reasoning)
R
x-ai/grok-4.5:xhigh__json_schema PASS 100% 457 in → 358 out (350 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code":"R"}
z-ai/glm-4.7-flash:high PASS 100% 175 in → 438 out (387 reasoning)
R
z-ai/glm-4.7-flash:low PASS 100% 171 in → 609 out (606 reasoning)
R
z-ai/glm-4.7-flash:low__json_schema PASS 100% 171 in → 541 out (500 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
z-ai/glm-4.7-flash:medium PASS 100% 172 in → 438 out (400 reasoning)
R
z-ai/glm-4.7-flash:none PASS 100% 171 in → 2 out (0 reasoning)
R
z-ai/glm-4.7-flash:none__json_schema PASS 100% 170 in → 10 out (0 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
z-ai/glm-4.7-flash:xhigh PASS 100% 172 in → 420 out (382 reasoning)
R
z-ai/glm-5.2:high PASS 100% 173 in → 69 out (66 reasoning)
R
z-ai/glm-5.2:high__json_schema PASS 100% 369 in → 98 out (86 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
z-ai/glm-5.2:low PASS 100% 180 in → 452 out (445 reasoning)
R
z-ai/glm-5.2:low__json_schema PASS 100% 183 in → 187 out (175 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
z-ai/glm-5.2:medium PASS 100% 182 in → 132 out (127 reasoning)
R
z-ai/glm-5.2:medium__json_schema PASS 100% 367 in → 82 out (73 reasoning)
R
JSON Schema Structured Output
(raw) {"status_code": "R"}
z-ai/glm-5.2:none PASS 100% 173 in → 2 out (0 reasoning)
R
z-ai/glm-5.2:xhigh PASS 100% 178 in → 358 out (355 reasoning)
R
z-ai/glm-5.2:xhigh__json_schema PASS 100% 180 in → 323 out (318 reasoning)
R
JSON Schema Structured Output
(raw) { "status_code": "R" }
anthropic/claude-opus-4.7:high FAIL 0% 248 in → 6 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
anthropic/claude-opus-4.7:xhigh FAIL 0% 242 in → 6 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
anthropic/claude-sonnet-5:high FAIL 0% 239 in → 4 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
anthropic/claude-sonnet-5:low FAIL 0% 238 in → 4 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
anthropic/claude-sonnet-5:medium FAIL 0% 241 in → 4 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
anthropic/claude-sonnet-5:none FAIL 0% 241 in → 4 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
anthropic/claude-sonnet-5:xhigh FAIL 0% 242 in → 4 out (0 reasoning)
R100
Failure: Expected 'R', got 'R100'
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: R
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: R
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)
minimax/minimax-m3:xhigh__json_schema FAIL 0% 286 in → 11 out (10 reasoning)
R100
JSON Schema Structured Output
(raw) { "status_code": "R100" }
Failure: Expected 'R', got 'R100'
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)
openai/gpt-oss-20b:low__json_schema FAIL 0% 231 in → 7 out (0 reasoning)
??
JSON Schema Structured Output
(raw) { "status_code":"??"}
Failure: Expected 'R', got '??'
poolside/laguna-xs-2.1:none FAIL 0% 201 in → 7 out (0 reasoning)
R ```</think>R ```
Failure: Expected 'R', got 'R ```</think>R ```'
Invalid JSON. Output: R
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)
(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-4d16b886-6f41-92ef-8401-b1ad37a70b53","request_id":"4d16b886-6f41-92ef-8401-b1ad37a70b53"}', '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-62f825b2-4cb1-9a19-85dd-4e21a3f1b7ce","request_id":"62f825b2-4cb1-9a19-85dd-4e21a3f1b7ce"}', '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-18af9bf7-d942-9f40-ad98-f9a091572155","request_id":"18af9bf7-d942-9f40-ad98-f9a091572155"}', '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-4e7c2b2c-d3e4-9106-8703-b9b3e46dd65e","request_id":"4e7c2b2c-d3e4-9106-8703-b9b3e46dd65e"}', '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-ef53b552-4cd9-931e-b968-96b481c5da82","request_id":"ef53b552-4cd9-931e-b968-96b481c5da82"}', '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-cd951e7b-ab00-9619-a36b-aa54e02ae0f5"}\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-fd2018f2-a86f-96f7-a6b9-4b16894544c0"}\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-4c02f5de-6e31-9537-8190-f1b8e00d035b"}\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-720891dc-e7a5-951f-ac64-6f4ee44cebdb"}\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-af23e8e2-2baa-93c4-b649-d154711937f5"}\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-e9f85708-0a99-9c02-9c53-043223288f2d"}\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-8842da0a-4318-997c-81cb-8b54c74214a6","request_id":"8842da0a-4318-997c-81cb-8b54c74214a6"}', '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-1d2f5704-5861-9073-ae1b-cc5495f36411","request_id":"1d2f5704-5861-9073-ae1b-cc5495f36411"}', '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-1bd2f053-fe48-96af-91e7-10b5b11a44c0","request_id":"1bd2f053-fe48-96af-91e7-10b5b11a44c0"}', '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-8ea9db33-d9f2-9af6-99d7-1733326c4187","request_id":"8ea9db33-d9f2-9af6-99d7-1733326c4187"}', '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-4947ccbf-8d2a-92fc-b887-d278528d3b25","request_id":"4947ccbf-8d2a-92fc-b887-d278528d3b25"}', '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-d31dff43-6556-9de4-a32f-b9953ae12cfb","request_id":"d31dff43-6556-9de4-a32f-b9953ae12cfb"}', '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-b2977eb2-58a9-9be5-9d7b-f7e866902620","request_id":"b2977eb2-58a9-9be5-9d7b-f7e866902620"}', '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-804862cb-dbdf-905b-8fd1-26dfa19a5e63","request_id":"804862cb-dbdf-905b-8fd1-26dfa19a5e63"}', '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-3af87ba4-5ccd-91d6-bf98-9c6e7da78ba5","request_id":"3af87ba4-5ccd-91d6-bf98-9c6e7da78ba5"}', '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-d6ddacfa-03c9-91e4-bb3e-bcbbb0e04dd9","request_id":"d6ddacfa-03c9-91e4-bb3e-bcbbb0e04dd9"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: R{"status_code": "R"}
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)
thinkingmachines/inkling:none FAIL 0% 177 in → 4 out (0 reasoning)
R<|end_message|>
Failure: Expected 'R', got 'R<|end_message|>'
Invalid JSON. Output: R{ "status_code": "R" }
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)
x-ai/grok-4.3:low FAIL 0% 347 in → 416 out (288 reasoning)
R The provided commit log (default `git show` output) shows a 100% similarity rename between `old_name.txt` and `new_name.txt`. When the same commit is viewed with `git show --name-status`, Git reports the change using its short status format; rename operations are always prefixed with the single letter `R` (optionally followed by the similarity percentage, e.g., `R100`). No other status letter applies, because the file was neither added (`A`), modified (`M`), deleted (`D`), copied (`C`), etc. Thus the single-letter code requested by the query is simply `R`.
Failure: Expected 'R', got 'R The provided commit log (default `git show` output) shows a 100% similarity rename between `old_name.txt` and `new_name.txt`. When the same commit is viewed with `git show --name-status`, Git reports the change using its short status format; rename operations are always prefixed with the single letter `R` (optionally followed by the similarity percentage, e.g., `R100`). No other status letter applies, because the file was neither added (`A`), modified (`M`), deleted (`D`), copied (`C`), etc. Thus the single-letter code requested by the query is simply `R`.'
x-ai/grok-4.3:medium FAIL 0% 349 in → 567 out (510 reasoning)
R The provided commit metadata confirms a detected rename (100% similarity) between old_name.txt and new_name.txt. When --name-status is used, Git therefore emits a single-letter status of R (optionally followed by the similarity score). The question explicitly requests only that letter.
Failure: Expected 'R', got 'R The provided commit metadata confirms a detected rename (100% similarity) between old_name.txt and new_name.txt. When --name-status is used, Git therefore emits a single-letter status of R (optionally followed by the similarity score). The question explicitly requests only that letter.'
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)
(empty output)
JSON Schema Structured Output
Failure: Model 'z-ai/glm-5.2:none' violated the reasoning_level=none invariant: provider reported 248 reasoning token(s)