Regex search using git grep -E
Tests ability to perform regex search with git grep -E. Evaluates extended regex pattern matching in git.

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 mkdir -p src
  5. 05 echo 'def get_user(id): return db.find(id)' > src/api.py
  6. 06 echo 'def get_post(id): return posts.find(id)' >> src/api.py
  7. 07 echo 'def get_comment(id): return comments.find(id)' >> src/api.py
  8. 08 echo 'def list_users(): return db.all()' >> src/api.py
  9. 09 echo 'def delete_post(id): posts.remove(id)' >> src/api.py
  10. 10 git add .
  11. 11 git commit -m 'Add API functions'
  12. 12 echo 'git grep -E "def get_"' > .grep_command
  13. 13 git add .grep_command
  14. 14 git commit -m 'Add grep sentinel'
Prompt
Here is the output of a git grep -E command that searches for function definitions matching 'def get_'. How many matching lines are there? Output ONLY the number, nothing else.
Expected
3

Scoped model quality, cost, API time, and token usage for git_grep/f003.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high__json_schema PASS 100% 337 in → 16 out (61 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:low__json_schema PASS 100% 337 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:max__json_schema PASS 100% 337 in → 25 out (7 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:medium__json_schema PASS 100% 337 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 337 in → 16 out (61 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:high PASS 100% 138 in → 130 out (98 reasoning)
3
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 300 in → 177 out (140 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:low PASS 100% 138 in → 126 out (94 reasoning)
3
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 300 in → 178 out (144 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:medium PASS 100% 138 in → 132 out (99 reasoning)
3
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 300 in → 172 out (138 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:none PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 270 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:xhigh PASS 100% 138 in → 129 out (95 reasoning)
3
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 300 in → 184 out (154 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.6:high PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:high__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:low PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:low__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:max PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:max__json_schema PASS 100% 271 in → 125 out (78 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.6:medium PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:none PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:none__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:xhigh PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:high PASS 100% 130 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:high__json_schema PASS 100% 342 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:low PASS 100% 130 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:low__json_schema PASS 100% 342 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:max PASS 100% 130 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:max__json_schema PASS 100% 342 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:medium PASS 100% 130 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 342 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:none PASS 100% 130 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:none__json_schema PASS 100% 342 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:xhigh PASS 100% 130 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 342 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:high PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:high__json_schema PASS 100% 337 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:low PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:low__json_schema PASS 100% 337 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:max PASS 100% 125 in → 124 out (28 reasoning)
3
anthropic/claude-opus-4.8:max__json_schema PASS 100% 337 in → 121 out (40 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:medium PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 337 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:none PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:none__json_schema PASS 100% 337 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:xhigh PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 337 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:high PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:low PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:max PASS 100% 109 in → 119 out (78 reasoning)
3
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 271 in → 123 out (78 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:medium PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:none PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 109 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 271 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-5:high PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:high__json_schema PASS 100% 337 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:low PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:low__json_schema PASS 100% 337 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:medium PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 337 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:none PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:none__json_schema PASS 100% 337 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:xhigh PASS 100% 125 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 337 in → 18 out (17 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
arcee-ai/trinity-large-thinking:high PASS 100% 86 in → 413 out (409 reasoning)
3
arcee-ai/trinity-large-thinking:low PASS 100% 86 in → 229 out (225 reasoning)
3
arcee-ai/trinity-large-thinking:medium PASS 100% 86 in → 220 out (216 reasoning)
3
arcee-ai/trinity-large-thinking:xhigh PASS 100% 86 in → 303 out (299 reasoning)
3
arcee-ai/trinity-mini:high PASS 100% 86 in → 248 out (287 reasoning)
3
arcee-ai/trinity-mini:high__json_schema PASS 100% 86 in → 229 out (260 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:low PASS 100% 86 in → 273 out (317 reasoning)
3
arcee-ai/trinity-mini:low__json_schema PASS 100% 86 in → 258 out (292 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:medium PASS 100% 86 in → 251 out (291 reasoning)
3
arcee-ai/trinity-mini:medium__json_schema PASS 100% 86 in → 223 out (251 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:xhigh PASS 100% 86 in → 238 out (278 reasoning)
3
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 86 in → 241 out (273 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:high PASS 100% 84 in → 45 out (47 reasoning)
3
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 84 in → 83 out (84 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:low PASS 100% 84 in → 62 out (64 reasoning)
3
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 90 in → 101 out (92 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:max PASS 100% 163 in → 33 out (34 reasoning)
3
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 176 in → 31 out (29 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-flash-0731:medium PASS 100% 163 in → 24 out (22 reasoning)
3
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 84 in → 90 out (80 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 147 in → 6 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 163 in → 36 out (34 reasoning)
3
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 84 in → 67 out (57 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:high PASS 100% 84 in → 45 out (42 reasoning)
3
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 84 in → 70 out (69 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:low PASS 100% 84 in → 30 out (28 reasoning)
3
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 86 in → 35 out (28 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-flash:medium PASS 100% 84 in → 108 out (115 reasoning)
3
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 84 in → 84 out (73 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:none PASS 100% 84 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 84 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:xhigh PASS 100% 163 in → 55 out (57 reasoning)
3
deepseek/deepseek-v4-pro:high PASS 100% 84 in → 108 out (105 reasoning)
3
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 86 in → 119 out (111 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
deepseek/deepseek-v4-pro:low PASS 100% 84 in → 78 out (76 reasoning)
3
deepseek/deepseek-v4-pro:medium PASS 100% 84 in → 54 out (51 reasoning)
3
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 86 in → 119 out (108 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 271 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
deepseek/deepseek-v4-pro:xhigh PASS 100% 163 in → 158 out (155 reasoning)
3
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 349 in → 1,075 out (1,068 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:high PASS 100% 100 in → 218 out (217 reasoning)
3
google/gemini-3-flash-preview:high__json_schema PASS 100% 155 in → 294 out (289 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:low PASS 100% 100 in → 199 out (198 reasoning)
3
google/gemini-3-flash-preview:low__json_schema PASS 100% 155 in → 442 out (437 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:medium PASS 100% 100 in → 232 out (231 reasoning)
3
google/gemini-3-flash-preview:medium__json_schema PASS 100% 101 in → 335 out (330 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:xhigh PASS 100% 100 in → 219 out (218 reasoning)
3
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 101 in → 262 out (257 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-flash-lite-preview:high PASS 100% 101 in → 206 out (205 reasoning)
3
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 101 in → 366 out (361 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-flash-lite-preview:low PASS 100% 100 in → 126 out (125 reasoning)
3
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 155 in → 146 out (137 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.1-flash-lite-preview:medium PASS 100% 101 in → 137 out (136 reasoning)
3
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 101 in → 292 out (287 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 101 in → 251 out (250 reasoning)
3
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 155 in → 249 out (243 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:high PASS 100% 100 in → 282 out (281 reasoning)
3
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 155 in → 233 out (228 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-pro-preview:low PASS 100% 100 in → 172 out (171 reasoning)
3
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 155 in → 276 out (271 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-pro-preview:medium PASS 100% 100 in → 181 out (180 reasoning)
3
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 155 in → 227 out (221 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:xhigh PASS 100% 100 in → 185 out (184 reasoning)
3
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 155 in → 347 out (342 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash-lite:high PASS 100% 101 in → 201 out (200 reasoning)
3
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 101 in → 415 out (409 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash-lite:low PASS 100% 100 in → 1 out (0 reasoning)
3
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 101 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.5-flash-lite:max PASS 100% 101 in → 196 out (195 reasoning)
3
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 155 in → 399 out (393 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash-lite:medium PASS 100% 101 in → 188 out (187 reasoning)
3
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 101 in → 308 out (303 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash-lite:xhigh PASS 100% 101 in → 260 out (259 reasoning)
3
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 155 in → 368 out (362 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash:high PASS 100% 100 in → 201 out (200 reasoning)
3
google/gemini-3.5-flash:high__json_schema PASS 100% 155 in → 426 out (421 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:low PASS 100% 100 in → 105 out (104 reasoning)
3
google/gemini-3.5-flash:low__json_schema PASS 100% 155 in → 117 out (112 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:medium PASS 100% 100 in → 285 out (284 reasoning)
3
google/gemini-3.5-flash:medium__json_schema PASS 100% 155 in → 217 out (212 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:xhigh PASS 100% 100 in → 185 out (184 reasoning)
3
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 155 in → 435 out (430 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:high PASS 100% 101 in → 183 out (182 reasoning)
3
google/gemini-3.6-flash:high__json_schema PASS 100% 155 in → 358 out (353 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:low PASS 100% 101 in → 166 out (165 reasoning)
3
google/gemini-3.6-flash:low__json_schema PASS 100% 155 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.6-flash:max PASS 100% 100 in → 208 out (207 reasoning)
3
google/gemini-3.6-flash:max__json_schema PASS 100% 155 in → 351 out (346 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:medium PASS 100% 101 in → 233 out (232 reasoning)
3
google/gemini-3.6-flash:medium__json_schema PASS 100% 155 in → 207 out (202 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:xhigh PASS 100% 100 in → 214 out (213 reasoning)
3
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 101 in → 327 out (322 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemma-4-26b-a4b-it:high PASS 100% 115 in → 209 out (152 reasoning)
3
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 115 in → 260 out (182 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:low PASS 100% 116 in → 151 out (118 reasoning)
3
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 116 in → 272 out (186 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:medium PASS 100% 115 in → 197 out (142 reasoning)
3
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 116 in → 192 out (137 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:none PASS 100% 113 in → 2 out (0 reasoning)
3
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 113 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 116 in → 211 out (157 reasoning)
3
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 116 in → 208 out (147 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:high PASS 100% 115 in → 245 out (176 reasoning)
3
google/gemma-4-31b-it:high__json_schema PASS 100% 115 in → 187 out (128 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:low PASS 100% 115 in → 191 out (137 reasoning)
3
google/gemma-4-31b-it:low__json_schema PASS 100% 119 in → 195 out (189 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemma-4-31b-it:medium PASS 100% 116 in → 155 out (112 reasoning)
3
google/gemma-4-31b-it:medium__json_schema PASS 100% 116 in → 210 out (143 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:none PASS 100% 113 in → 2 out (0 reasoning)
3
google/gemma-4-31b-it:none__json_schema PASS 100% 113 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:xhigh PASS 100% 116 in → 149 out (107 reasoning)
3
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 116 in → 148 out (101 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
ibm-granite/granite-4.1-8b PASS 100% 110 in → 2 out
3
3
JSON Schema Structured Output
(raw) { "count": 3 }
inclusionai/ling-2.6-flash PASS 100% 102 in → 2 out
3
3
JSON Schema Structured Output
(raw) { "count": 3 }
liquid/lfm-2-24b-a2b PASS 100% 92 in → 2 out
3
minimax/minimax-m2.5:high PASS 100% 117 in → 126 out (135 reasoning)
3
minimax/minimax-m2.5:high__json_schema PASS 100% 117 in → 119 out (118 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:low PASS 100% 117 in → 183 out (176 reasoning)
3
minimax/minimax-m2.5:low__json_schema PASS 100% 141 in → 123 out (113 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:medium PASS 100% 117 in → 238 out (255 reasoning)
3
minimax/minimax-m2.5:medium__json_schema PASS 100% 117 in → 160 out (171 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:xhigh PASS 100% 117 in → 125 out (132 reasoning)
3
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 117 in → 155 out (154 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.7:high PASS 100% 117 in → 93 out (105 reasoning)
3
minimax/minimax-m2.7:high__json_schema PASS 100% 247 in → 240 out (233 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
minimax/minimax-m2.7:low PASS 100% 117 in → 140 out (136 reasoning)
3
minimax/minimax-m2.7:low__json_schema PASS 100% 247 in → 135 out (128 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
minimax/minimax-m2.7:medium PASS 100% 101 in → 130 out (143 reasoning)
3
minimax/minimax-m2.7:medium__json_schema PASS 100% 247 in → 182 out (175 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
minimax/minimax-m2.7:xhigh PASS 100% 120 in → 116 out (114 reasoning)
3
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 247 in → 278 out (271 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
minimax/minimax-m3:high PASS 100% 252 in → 83 out (83 reasoning)
3
minimax/minimax-m3:high__json_schema PASS 100% 203 in → 7 out (6 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m3:low PASS 100% 255 in → 84 out (83 reasoning)
3
minimax/minimax-m3:low__json_schema PASS 100% 203 in → 10 out (8 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m3:medium PASS 100% 255 in → 78 out (78 reasoning)
3
minimax/minimax-m3:medium__json_schema PASS 100% 203 in → 8 out (7 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m3:xhigh PASS 100% 252 in → 85 out (81 reasoning)
3
minimax/minimax-m3:xhigh__json_schema PASS 100% 203 in → 8 out (7 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
mistralai/devstral-2512 PASS 100% 82 in → 2 out
3
mistralai/devstral-2512__json_schema PASS 100% 82 in → 7 out
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:high PASS 100% 94 in → 252 out (269 reasoning)
3
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 82 in → 125 out (121 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:low PASS 100% 94 in → 122 out (128 reasoning)
3
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 82 in → 139 out (132 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:medium PASS 100% 94 in → 178 out (188 reasoning)
3
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 82 in → 238 out (245 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:none PASS 100% 94 in → 2 out (0 reasoning)
3
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 82 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:xhigh PASS 100% 94 in → 165 out (178 reasoning)
3
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 82 in → 113 out (109 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.6:high PASS 100% 86 in → 108 out (115 reasoning)
3
moonshotai/kimi-k2.6:high__json_schema PASS 100% 86 in → 323 out (139 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
moonshotai/kimi-k2.6:low PASS 100% 87 in → 311 out (347 reasoning)
3
moonshotai/kimi-k2.6:low__json_schema PASS 100% 86 in → 311 out (109 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.6:medium PASS 100% 86 in → 108 out (105 reasoning)
3
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 87 in → 132 out (123 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.6:xhigh PASS 100% 87 in → 174 out (171 reasoning)
3
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 87 in → 98 out (87 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.7-code:high PASS 100% 86 in → 22 out (19 reasoning)
3
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 168 in → 36 out (29 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k2.7-code:low PASS 100% 87 in → 87 out (84 reasoning)
3
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 87 in → 108 out (98 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.7-code:medium PASS 100% 86 in → 21 out (18 reasoning)
3
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 87 in → 103 out (91 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.7-code:xhigh PASS 100% 87 in → 79 out (74 reasoning)
3
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 87 in → 58 out (50 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k3:high PASS 100% 164 in → 63 out (47 reasoning)
3
moonshotai/kimi-k3:high__json_schema PASS 100% 164 in → 64 out (48 reasoning)
3
moonshotai/kimi-k3:low PASS 100% 164 in → 53 out (37 reasoning)
3
moonshotai/kimi-k3:low__json_schema PASS 100% 164 in → 101 out (85 reasoning)
3
moonshotai/kimi-k3:max PASS 100% 164 in → 99 out (83 reasoning)
3
moonshotai/kimi-k3:max__json_schema PASS 100% 164 in → 55 out (39 reasoning)
3
moonshotai/kimi-k3:medium PASS 100% 164 in → 116 out (100 reasoning)
3
moonshotai/kimi-k3:medium__json_schema PASS 100% 164 in → 123 out (107 reasoning)
3
moonshotai/kimi-k3:xhigh PASS 100% 164 in → 112 out (96 reasoning)
3
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 164 in → 45 out (29 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 95 in → 122 out (130 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 95 in → 140 out (138 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 95 in → 30 out (28 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 95 in → 67 out (63 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 95 in → 71 out (76 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 95 in → 258 out (263 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 95 in → 2 out (0 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 95 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 95 in → 68 out (78 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 95 in → 139 out (148 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 95 in → 27 out (23 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 95 in → 30 out (19 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 95 in → 23 out (19 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 95 in → 33 out (22 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 95 in → 112 out (105 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 95 in → 41 out (30 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 95 in → 2 out (0 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 95 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 95 in → 28 out (26 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 95 in → 29 out (18 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-5.4-mini:high PASS 100% 82 in → 33 out (26 reasoning)
3
openai/gpt-5.4-mini:high__json_schema PASS 100% 115 in → 89 out (74 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:low PASS 100% 82 in → 17 out (10 reasoning)
3
openai/gpt-5.4-mini:low__json_schema PASS 100% 115 in → 60 out (45 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:medium PASS 100% 82 in → 25 out (18 reasoning)
3
openai/gpt-5.4-mini:medium__json_schema PASS 100% 115 in → 93 out (78 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.4-mini:none__json_schema PASS 100% 115 in → 19 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:xhigh PASS 100% 82 in → 90 out (83 reasoning)
3
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 115 in → 336 out (321 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:high PASS 100% 82 in → 22 out (15 reasoning)
3
openai/gpt-5.4-nano:high__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:low PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.4-nano:low__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:medium PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.4-nano:medium__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.4-nano:none__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:xhigh PASS 100% 82 in → 28 out (21 reasoning)
3
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 115 in → 35 out (20 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:high PASS 100% 82 in → 27 out (20 reasoning)
3
openai/gpt-5.4:high__json_schema PASS 100% 115 in → 98 out (83 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:low PASS 100% 82 in → 20 out (13 reasoning)
3
openai/gpt-5.4:low__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:medium PASS 100% 82 in → 23 out (16 reasoning)
3
openai/gpt-5.4:medium__json_schema PASS 100% 115 in → 73 out (58 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.4:none__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:xhigh PASS 100% 82 in → 30 out (23 reasoning)
3
openai/gpt-5.4:xhigh__json_schema PASS 100% 115 in → 926 out (911 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:high PASS 100% 82 in → 31 out (24 reasoning)
3
openai/gpt-5.5:high__json_schema PASS 100% 115 in → 243 out (228 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:low PASS 100% 82 in → 19 out (12 reasoning)
3
openai/gpt-5.5:low__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:medium PASS 100% 82 in → 22 out (15 reasoning)
3
openai/gpt-5.5:medium__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.5:none__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:xhigh PASS 100% 82 in → 37 out (30 reasoning)
3
openai/gpt-5.5:xhigh__json_schema PASS 100% 115 in → 51 out (36 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:high PASS 100% 82 in → 19 out (12 reasoning)
3
openai/gpt-5.6-luna:high__json_schema PASS 100% 115 in → 61 out (46 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:low PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:low__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:max PASS 100% 82 in → 23 out (16 reasoning)
3
openai/gpt-5.6-luna:max__json_schema PASS 100% 115 in → 34 out (19 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:medium PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:medium__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:none__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:xhigh PASS 100% 82 in → 21 out (14 reasoning)
3
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 115 in → 108 out (93 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:high PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:high__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:low PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:low__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:max PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:max__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:medium PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:medium__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:none__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:xhigh PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:high PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:high__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:low PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:low__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:max PASS 100% 82 in → 21 out (14 reasoning)
3
openai/gpt-5.6-terra:max__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:medium PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:medium__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:none PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:none__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:xhigh PASS 100% 82 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 115 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-120b:high PASS 100% 130 in → 142 out (149 reasoning)
3
openai/gpt-oss-120b:high__json_schema PASS 100% 141 in → 260 out (287 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-oss-120b:low PASS 100% 147 in → 25 out (15 reasoning)
3
openai/gpt-oss-120b:low__json_schema PASS 100% 130 in → 50 out (33 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-oss-120b:medium PASS 100% 143 in → 65 out (63 reasoning)
3
openai/gpt-oss-120b:medium__json_schema PASS 100% 130 in → 122 out (118 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-oss-120b:xhigh PASS 100% 141 in → 126 out (129 reasoning)
3
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 145 in → 154 out (155 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-oss-20b:high PASS 100% 147 in → 149 out (139 reasoning)
3
openai/gpt-oss-20b:high__json_schema PASS 100% 141 in → 219 out (232 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-20b:low PASS 100% 143 in → 17 out (4 reasoning)
3
openai/gpt-oss-20b:low__json_schema PASS 100% 143 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
openai/gpt-oss-20b:medium PASS 100% 143 in → 108 out (97 reasoning)
3
openai/gpt-oss-20b:medium__json_schema PASS 100% 141 in → 66 out (51 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
openai/gpt-oss-20b:xhigh PASS 100% 143 in → 26 out (25 reasoning)
3
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 141 in → 172 out (179 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
poolside/laguna-m.1:high PASS 100% 93 in → 216 out (212 reasoning)
3
poolside/laguna-m.1:high__json_schema PASS 100% 93 in → 166 out (155 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:low PASS 100% 93 in → 221 out (217 reasoning)
3
poolside/laguna-m.1:low__json_schema PASS 100% 93 in → 180 out (169 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:medium PASS 100% 93 in → 231 out (227 reasoning)
3
poolside/laguna-m.1:medium__json_schema PASS 100% 93 in → 266 out (255 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:none PASS 100% 93 in → 3 out (0 reasoning)
3
poolside/laguna-m.1:none__json_schema PASS 100% 93 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:xhigh PASS 100% 93 in → 215 out (211 reasoning)
3
poolside/laguna-m.1:xhigh__json_schema PASS 100% 93 in → 237 out (225 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:high PASS 100% 93 in → 181 out (179 reasoning)
3
poolside/laguna-xs-2.1:high__json_schema PASS 100% 93 in → 377 out (365 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:low PASS 100% 93 in → 275 out (273 reasoning)
3
poolside/laguna-xs-2.1:low__json_schema PASS 100% 93 in → 160 out (148 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:medium PASS 100% 93 in → 192 out (190 reasoning)
3
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 93 in → 184 out (173 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:none PASS 100% 93 in → 1 out (0 reasoning)
3
poolside/laguna-xs-2.1:none__json_schema PASS 100% 93 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:xhigh PASS 100% 93 in → 172 out (170 reasoning)
3
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 93 in → 190 out (178 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs.2:high PASS 100% 130 in → 177 out (173 reasoning)
3
poolside/laguna-xs.2:high__json_schema PASS 100% 130 in → 162 out (154 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:low PASS 100% 130 in → 107 out (103 reasoning)
3
poolside/laguna-xs.2:low__json_schema PASS 100% 130 in → 113 out (105 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:medium PASS 100% 130 in → 117 out (113 reasoning)
3
poolside/laguna-xs.2:medium__json_schema PASS 100% 130 in → 173 out (161 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs.2:none PASS 100% 130 in → 3 out (0 reasoning)
3
poolside/laguna-xs.2:none__json_schema PASS 100% 130 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:xhigh PASS 100% 130 in → 161 out (157 reasoning)
3
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 130 in → 131 out (119 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:high PASS 100% 89 in → 443 out (437 reasoning)
3
qwen/qwen3.6-27b:high__json_schema PASS 100% 89 in → 157 out (140 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:low PASS 100% 89 in → 291 out (271 reasoning)
3
qwen/qwen3.6-27b:low__json_schema PASS 100% 91 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:medium PASS 100% 89 in → 363 out (352 reasoning)
3
qwen/qwen3.6-27b:medium__json_schema PASS 100% 89 in → 306 out (277 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:none PASS 100% 91 in → 2 out (0 reasoning)
3
qwen/qwen3.6-27b:none__json_schema PASS 100% 91 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:xhigh PASS 100% 89 in → 410 out (381 reasoning)
3
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 89 in → 302 out (265 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:high PASS 100% 89 in → 317 out (311 reasoning)
3
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 89 in → 374 out (344 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:low PASS 100% 89 in → 307 out (292 reasoning)
3
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 89 in → 142 out (123 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:medium PASS 100% 89 in → 264 out (259 reasoning)
3
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 89 in → 134 out (116 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:none PASS 100% 91 in → 2 out (0 reasoning)
3
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 91 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 89 in → 328 out (322 reasoning)
3
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 89 in → 456 out (419 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-flash:high PASS 100% 89 in → 545 out (540 reasoning)
3
qwen/qwen3.6-flash:low PASS 100% 89 in → 274 out (268 reasoning)
3
qwen/qwen3.6-flash:medium PASS 100% 89 in → 235 out (229 reasoning)
3
qwen/qwen3.6-flash:none PASS 100% 91 in → 1 out (0 reasoning)
3
qwen/qwen3.6-flash:xhigh PASS 100% 89 in → 324 out (318 reasoning)
3
qwen/qwen3.7-flash:high PASS 100% 89 in → 198 out (192 reasoning)
3
qwen/qwen3.7-flash:low PASS 100% 89 in → 253 out (247 reasoning)
3
qwen/qwen3.7-flash:max PASS 100% 89 in → 216 out (210 reasoning)
3
qwen/qwen3.7-flash:medium PASS 100% 89 in → 328 out (322 reasoning)
3
qwen/qwen3.7-flash:none PASS 100% 91 in → 1 out (0 reasoning)
3
qwen/qwen3.7-flash:none__json_schema PASS 100% 91 in → 1 out (0 reasoning)
3
qwen/qwen3.7-flash:xhigh PASS 100% 89 in → 174 out (168 reasoning)
3
qwen/qwen3.7-max:high PASS 100% 89 in → 233 out (227 reasoning)
3
qwen/qwen3.7-max:low PASS 100% 89 in → 265 out (259 reasoning)
3
qwen/qwen3.7-max:medium PASS 100% 89 in → 185 out (180 reasoning)
3
qwen/qwen3.7-max:none PASS 100% 91 in → 1 out (0 reasoning)
3
qwen/qwen3.7-max:xhigh PASS 100% 89 in → 300 out (295 reasoning)
3
qwen/qwen3.7-plus:high PASS 100% 89 in → 267 out (261 reasoning)
3
qwen/qwen3.7-plus:low PASS 100% 89 in → 295 out (290 reasoning)
3
qwen/qwen3.7-plus:medium PASS 100% 89 in → 188 out (182 reasoning)
3
qwen/qwen3.7-plus:none PASS 100% 91 in → 1 out (0 reasoning)
3
qwen/qwen3.7-plus:xhigh PASS 100% 89 in → 182 out (177 reasoning)
3
tencent/hy3:high PASS 100% 91 in → 130 out (135 reasoning)
3
tencent/hy3:high__json_schema PASS 100% 91 in → 142 out (144 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
tencent/hy3:low PASS 100% 91 in → 126 out (123 reasoning)
3
tencent/hy3:low__json_schema PASS 100% 91 in → 140 out (140 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
tencent/hy3:medium PASS 100% 91 in → 149 out (146 reasoning)
3
tencent/hy3:medium__json_schema PASS 100% 91 in → 119 out (115 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
tencent/hy3:none PASS 100% 94 in → 2 out (0 reasoning)
3
tencent/hy3:none__json_schema PASS 100% 94 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
tencent/hy3:xhigh PASS 100% 91 in → 123 out (120 reasoning)
3
tencent/hy3:xhigh__json_schema PASS 100% 91 in → 99 out (96 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling-small:high PASS 100% 91 in → 19 out (12 reasoning)
3
thinkingmachines/inkling-small:high__json_schema PASS 100% 91 in → 18 out (8 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
thinkingmachines/inkling-small:low PASS 100% 91 in → 14 out (7 reasoning)
3
thinkingmachines/inkling-small:low__json_schema PASS 100% 91 in → 19 out (7 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:max PASS 100% 91 in → 54 out (47 reasoning)
3
thinkingmachines/inkling-small:max__json_schema PASS 100% 91 in → 18 out (7 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling-small:medium PASS 100% 91 in → 47 out (40 reasoning)
3
thinkingmachines/inkling-small:medium__json_schema PASS 100% 91 in → 51 out (37 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:none PASS 100% 89 in → 4 out (0 reasoning)
3
thinkingmachines/inkling-small:xhigh PASS 100% 91 in → 46 out (39 reasoning)
3
thinkingmachines/inkling:high PASS 100% 91 in → 99 out (104 reasoning)
3
thinkingmachines/inkling:low PASS 100% 91 in → 22 out (14 reasoning)
3
thinkingmachines/inkling:low__json_schema PASS 100% 91 in → 21 out (10 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling:max PASS 100% 91 in → 76 out (65 reasoning)
3
thinkingmachines/inkling:max__json_schema PASS 100% 91 in → 120 out (106 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling:medium PASS 100% 91 in → 70 out (63 reasoning)
3
thinkingmachines/inkling:medium__json_schema PASS 100% 91 in → 92 out (80 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling:none PASS 100% 89 in → 4 out (0 reasoning)
3
thinkingmachines/inkling:none__json_schema PASS 100% 89 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling:xhigh PASS 100% 91 in → 33 out (26 reasoning)
3
thinkingmachines/inkling:xhigh__json_schema PASS 100% 91 in → 86 out (75 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.3:high PASS 100% 264 in → 185 out (184 reasoning)
3
x-ai/grok-4.3:high__json_schema PASS 100% 318 in → 258 out (253 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:low__json_schema PASS 100% 324 in → 342 out (333 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
x-ai/grok-4.3:max PASS 100% 264 in → 219 out (218 reasoning)
3
x-ai/grok-4.3:max__json_schema PASS 100% 318 in → 240 out (235 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:medium PASS 100% 270 in → 307 out (257 reasoning)
3 The provided output contains exactly three distinct lines, each matching the pattern for a function definition beginning with `def get_`. No additional lines, headers, or extraneous output are present, so the count of matching lines is obtained by direct enumeration.
x-ai/grok-4.3:medium__json_schema PASS 100% 324 in → 299 out (294 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:none PASS 100% 262 in → 1 out (0 reasoning)
3
x-ai/grok-4.3:none__json_schema PASS 100% 316 in → 5 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:xhigh PASS 100% 264 in → 180 out (179 reasoning)
3
x-ai/grok-4.3:xhigh__json_schema PASS 100% 318 in → 197 out (192 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:high PASS 100% 297 in → 147 out (146 reasoning)
3
x-ai/grok-4.5:high__json_schema PASS 100% 361 in → 343 out (337 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.5:low PASS 100% 297 in → 134 out (133 reasoning)
3
x-ai/grok-4.5:low__json_schema PASS 100% 361 in → 195 out (190 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:max PASS 100% 297 in → 188 out (187 reasoning)
3
x-ai/grok-4.5:max__json_schema PASS 100% 361 in → 314 out (309 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:medium PASS 100% 297 in → 147 out (146 reasoning)
3
x-ai/grok-4.5:medium__json_schema PASS 100% 361 in → 262 out (256 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.5:xhigh PASS 100% 297 in → 158 out (157 reasoning)
3
x-ai/grok-4.5:xhigh__json_schema PASS 100% 361 in → 289 out (284 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
z-ai/glm-4.7-flash:high PASS 100% 81 in → 235 out (219 reasoning)
3
z-ai/glm-4.7-flash:low PASS 100% 81 in → 177 out (170 reasoning)
3
z-ai/glm-4.7-flash:medium PASS 100% 81 in → 231 out (216 reasoning)
3
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 81 in → 236 out (213 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-4.7-flash:none PASS 100% 81 in → 2 out (0 reasoning)
3
z-ai/glm-4.7-flash:none__json_schema PASS 100% 81 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-4.7-flash:xhigh PASS 100% 81 in → 251 out (225 reasoning)
3
z-ai/glm-5.2:high PASS 100% 88 in → 173 out (153 reasoning)
3
z-ai/glm-5.2:high__json_schema PASS 100% 90 in → 139 out (131 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
z-ai/glm-5.2:low PASS 100% 88 in → 217 out (214 reasoning)
3
z-ai/glm-5.2:low__json_schema PASS 100% 88 in → 215 out (196 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-5.2:medium PASS 100% 88 in → 246 out (243 reasoning)
3
z-ai/glm-5.2:medium__json_schema PASS 100% 261 in → 64 out (56 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
z-ai/glm-5.2:none PASS 100% 82 in → 2 out (0 reasoning)
3
z-ai/glm-5.2:none__json_schema PASS 100% 82 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-5.2:xhigh PASS 100% 88 in → 218 out (208 reasoning)
3
z-ai/glm-5.2:xhigh__json_schema PASS 100% 81 in → 203 out (166 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
anthropic/claude-fable-5:high FAIL 0% 125 in → 1 out (0 reasoning)
(empty output)
Failure: Expected numeric answer '3', got ''
anthropic/claude-fable-5:low FAIL 0% 125 in → 1 out (0 reasoning)
(empty output)
Failure: Expected numeric answer '3', got ''
anthropic/claude-fable-5:max FAIL 0% 125 in → 3 out (0 reasoning)
(empty output)
Failure: Expected numeric answer '3', got ''
anthropic/claude-fable-5:medium FAIL 0% 125 in → 3 out (0 reasoning)
(empty output)
Failure: Expected numeric answer '3', got ''
anthropic/claude-fable-5:xhigh FAIL 0% 125 in → 1 out (0 reasoning)
(empty output)
Failure: Expected numeric answer '3', got ''
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)
deepseek/deepseek-v4-flash-0731:none FAIL 0% 84 in → 2 out (0 reasoning)
6
Failure: Expected numeric answer '3', got '6'
Invalid structured output. Output: 3
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: 3
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
deepseek/deepseek-v4-pro:none FAIL 0% 84 in → 1 out (0 reasoning)
5
Failure: Expected numeric answer '3', got '5'
Invalid structured output. Output: 3
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-383ae038-560d-9595-a3f7-73a6965fea3f","request_id":"383ae038-560d-9595-a3f7-73a6965fea3f"}', '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-d5eda068-271a-9a18-bd12-1bb1da490388","request_id":"d5eda068-271a-9a18-bd12-1bb1da490388"}', '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-afe2ac3f-848f-9a2a-bb72-4c804baaec8c","request_id":"afe2ac3f-848f-9a2a-bb72-4c804baaec8c"}', '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-5fd238da-2bb3-91f1-a7d2-e6499da20569","request_id":"5fd238da-2bb3-91f1-a7d2-e6499da20569"}', '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-463e943b-d596-9e7b-8b2a-f930e46036aa","request_id":"463e943b-d596-9e7b-8b2a-f930e46036aa"}', '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-f6987007-e79a-97cc-9946-16f5555f9e85"}\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-9dcdf8b8-4356-935e-8ab5-193079747f3a"}\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-fec80cc3-e29a-95f2-8139-5ee443118f69"}\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-28c232ad-7263-9032-bf9f-4a2f4d99bb88"}\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-9913a8d6-d0e7-9553-a74f-4dc9773d668d"}\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-78df192e-f80a-94f2-9202-526d96336ca8","request_id":"78df192e-f80a-94f2-9202-526d96336ca8"}', '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-1ffc3d81-262e-91db-9309-86f41b2ebba9","request_id":"1ffc3d81-262e-91db-9309-86f41b2ebba9"}', '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-3c4bb81e-9497-947f-b679-b0ac9f1fa6c2","request_id":"3c4bb81e-9497-947f-b679-b0ac9f1fa6c2"}', '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-a92c10e7-502b-9de2-b6ac-01b4aca52fdf","request_id":"a92c10e7-502b-9de2-b6ac-01b4aca52fdf"}', '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-ecffd331-a62d-9175-9c73-1bf32304a369","request_id":"ecffd331-a62d-9175-9c73-1bf32304a369"}', '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-b3e403bd-128e-92fb-b19c-f15622ef8f6e","request_id":"b3e403bd-128e-92fb-b19c-f15622ef8f6e"}', '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-0b12b025-23ba-9e07-b569-4b2b0cf62bbc","request_id":"0b12b025-23ba-9e07-b569-4b2b0cf62bbc"}', '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-4376af34-04eb-9cab-a61a-5e3b50218822","request_id":"4376af34-04eb-9cab-a61a-5e3b50218822"}', '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-938440f8-f593-9e7a-b556-91e84309433b","request_id":"938440f8-f593-9e7a-b556-91e84309433b"}', '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-fb44f70b-28f5-947c-be43-a777af6dd967","request_id":"fb44f70b-28f5-947c-be43-a777af6dd967"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: 3{ "count": 3 }
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)
JSON Schema Structured Output
Failure: OpenAI-compatible response contained provider error: json_schema response format is not supported for model: thinkingmachines/Inkling-Small
Invalid structured output. Output: 3
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
x-ai/grok-4.3:low FAIL 0% 270 in → 345 out (214 reasoning)
3 The provided output consists of exactly three distinct lines, each corresponding to a unique function definition match for the pattern 'def get_': - Line 1: definition of get_user - Line 2: definition of get_post - Line 3: definition of get_comment A git grep -E invocation reports one line per match when using the default single-line mode; therefore the number of matching lines equals the number of lines shown. No additional matches, context lines (-B/-A/-C), or filename headers are present, confirming the count is exactly three. The answer is therefore reported as the integer 3 with no surrounding text.
Failure: Expected numeric answer '3', got "3\n\n\nThe provided output consists of exactly three distinct lines, each corresponding to a unique function definition match for the pattern 'def get_':\n- Line 1: definition of get_user\n- Line 2: definition of get_post\n- Line 3: definition of get_comment\n\nA git grep -E invocation reports one line per match when using the default single-line mode; therefore the number of matching lines equals the number of lines shown. No additional matches, context lines (-B/-A/-C), or filename headers are present, confirming the count is exactly three. The answer is therefore reported as the integer 3 with no surrounding text."
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)