Fix bug in function
Tests ability to generate a commit message for a bug fix. Evaluates recognizing and describing fix semantics in a diff.

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 printf 'def add(a, b):\n return a + b\n' > calculator.py
  5. 05 git add calculator.py
  6. 06 git commit -m 'Add calculator'
  7. 07 printf 'def add(a, b):\n return int(a) + int(b)\n' > calculator.py
  8. 08 git add calculator.py
Prompt
Generate a concise commit message (max 50 characters) describing the changes in this diff. Focus on the action taken (e.g., 'Add', 'Fix', 'Update').
Expected
Fix add function to handle string inputs

Scoped model quality, cost, API time, and token usage for commit_messages/f009.

Loading...
Loading raw attempt evidence…
google/gemma-4-31b-it:medium PASS 97.3% 152 in → 391 out (383 reasoning)
Fix: cast add inputs to integers
anthropic/claude-opus-4.8:xhigh PASS 93.3% 170 in → 45 out (28 reasoning)
`Fix add() to cast inputs to int`
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 93.3% 130 in → 1,774 out (1,555 reasoning)
Add int conversion to add
JSON Schema Structured Output
(raw) {"commit_message": "Add int conversion to add"}
nvidia/nemotron-3-super-120b-a12b:medium PASS 93.3% 143 in → 216 out (151 reasoning)
Add int casting to add function
qwen/qwen3.6-flash:low PASS 93.3% 135 in → 800 out (788 reasoning)
Fix add to convert inputs to int
google/gemma-4-26b-a4b-it:high__json_schema PASS 93% 149 in → 578 out (513 reasoning)
Cast inputs to integers in add()
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to integers in add()" }
poolside/laguna-xs.2:medium PASS 93% 176 in → 646 out (637 reasoning)
Add int casting to add()
mistralai/mistral-medium-3-5:low PASS 92.7% 142 in → 2,557 out (2,690 reasoning)
Add int conversion to add
mistralai/mistral-medium-3-5:none__json_schema PASS 92.7% 130 in → 12 out (0 reasoning)
Fix add() type conversion
JSON Schema Structured Output
(raw) {"commit_message": "Fix add() type conversion"}
openai/gpt-5.4-mini:xhigh__json_schema PASS 92.7% 158 in → 212 out (190 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int"}
poolside/laguna-m.1:low__json_schema PASS 92.7% 139 in → 245 out (228 reasoning)
Fix add to return integer
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to return integer" }
thinkingmachines/inkling-small:high__json_schema PASS 92.7% 129 in → 274 out (256 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
thinkingmachines/inkling-small:medium__json_schema PASS 92.7% 129 in → 170 out (152 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
x-ai/grok-4.5:medium PASS 92.7% 325 in → 475 out (468 reasoning)
Update add to cast args to int
mistralai/devstral-2512 PASS 92.3% 130 in → 10 out
"Fix add() to handle string inputs"
thinkingmachines/inkling-small:xhigh PASS 92.3% 129 in → 413 out (400 reasoning)
Fix add to cast inputs to int
x-ai/grok-4.5:max__json_schema PASS 92.3% 397 in → 395 out (381 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast inputs to int"}
x-ai/grok-4.3:xhigh__json_schema PASS 92% 358 in → 767 out (752 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Update add to cast inputs to int" }
anthropic/claude-opus-4.7:max PASS 91.7% 175 in → 251 out (73 reasoning)
Cast add() arguments to int
anthropic/claude-opus-4.8:none__json_schema PASS 91.7% 391 in → 23 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
deepseek/deepseek-v4-flash-0731:max PASS 91.7% 211 in → 322 out (285 reasoning)
Fix: cast add() operands to int
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 91.7% 204 in → 211 out (180 reasoning)
Fix add() to cast arguments to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add() to cast arguments to int"}
deepseek/deepseek-v4-flash:low PASS 91.7% 119 in → 266 out (255 reasoning)
Fix: Convert inputs to int in add
deepseek/deepseek-v4-pro:low__json_schema PASS 91.7% 121 in → 316 out (298 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
deepseek/deepseek-v4-pro:xhigh PASS 91.7% 119 in → 7 out (0 reasoning)
Fix type casting in add function
google/gemini-3.5-flash-lite:medium PASS 91.7% 134 in → 369 out (363 reasoning)
Fix integer casting in add function
google/gemma-4-26b-a4b-it:xhigh PASS 91.7% 149 in → 751 out (665 reasoning)
Cast inputs to int in add function
mistralai/mistral-medium-3-5:none PASS 91.7% 142 in → 8 out (0 reasoning)
`Fix add() type handling`
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 91.7% 143 in → 384 out (266 reasoning)
Update add to cast args as int
JSON Schema Structured Output
(raw) { "commit_message": "Update add to cast args as int" }
openai/gpt-5.4-mini:none__json_schema PASS 91.7% 158 in → 20 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int"}
openai/gpt-5.4-nano:high PASS 91.7% 120 in → 10 out (0 reasoning)
Convert inputs to int in add
openai/gpt-5.4-nano:medium__json_schema PASS 91.7% 158 in → 115 out (93 reasoning)
Update add to cast args to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast args to int"}
openai/gpt-5.4:low PASS 91.7% 120 in → 11 out (0 reasoning)
Fix add to cast inputs to int
openai/gpt-5.5:medium__json_schema PASS 91.7% 158 in → 18 out (0 reasoning)
Cast add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Cast add inputs to integers"}
openai/gpt-5.6-sol:low PASS 91.7% 120 in → 9 out (0 reasoning)
Cast add operands to integers
poolside/laguna-xs-2.1:xhigh PASS 91.7% 139 in → 288 out (281 reasoning)
Add int conversion for add parameters
qwen/qwen3.6-35b-a3b:high PASS 91.7% 135 in → 787 out (777 reasoning)
Add int conversion to add
qwen/qwen3.6-35b-a3b:none__json_schema PASS 91.7% 137 in → 15 out (0 reasoning)
Add int conversion in add func
JSON Schema Structured Output
(raw) { "commit_message": "Add int conversion in add func" }
qwen/qwen3.7-plus:low PASS 91.7% 135 in → 1,330 out (1,318 reasoning)
Update add to cast args to int
tencent/hy3:xhigh PASS 91.7% 130 in → 1,131 out (1,122 reasoning)
Update add to cast arguments to int
tencent/hy3:xhigh__json_schema PASS 91.7% 130 in → 1,390 out (1,150 reasoning)
Fix add to cast args to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast args to int" }
thinkingmachines/inkling-small:low__json_schema PASS 91.7% 129 in → 116 out (95 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
thinkingmachines/inkling-small:none PASS 91.7% 129 in → 10 out (0 reasoning)
Fix add to cast inputs to int<|end_message|>
z-ai/glm-4.7-flash:xhigh PASS 91.7% 120 in → 663 out (634 reasoning)
Convert inputs to int in add()
qwen/qwen3.6-flash:high PASS 91.3% 135 in → 2,254 out (2,240 reasoning)
Fix: Cast inputs to int in calculator add
deepseek/deepseek-v4-pro:none__json_schema PASS 91% 310 in → 13 out (0 reasoning)
Add int casting to add function
JSON Schema Structured Output
(raw) {"commit_message": "Add int casting to add function"}
google/gemma-4-31b-it:high__json_schema PASS 91% 148 in → 366 out (313 reasoning)
Update add() to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Update add() to cast inputs to int" }
minimax/minimax-m3:low PASS 91% 290 in → 45 out (47 reasoning)
Cast inputs to int in add()
mistralai/mistral-medium-3-5:high PASS 91% 142 in → 3,281 out (3,376 reasoning)
Add int conversion to add
moonshotai/kimi-k2.7-code:low PASS 91% 125 in → 259 out (249 reasoning)
Fix add() to cast inputs to int
openai/gpt-5.5:high PASS 91% 120 in → 63 out (52 reasoning)
Cast add operands to integers
openai/gpt-5.6-terra:low__json_schema PASS 91% 158 in → 18 out (0 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-5.6-terra:medium__json_schema PASS 91% 158 in → 18 out (0 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-5.6-terra:xhigh PASS 91% 120 in → 9 out (0 reasoning)
Cast add inputs to integers
openai/gpt-oss-120b:high__json_schema PASS 91% 179 in → 612 out (419 reasoning)
Fix add to handle string inputs
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to handle string inputs" }
openai/gpt-oss-20b:high PASS 91% 181 in → 189 out (181 reasoning)
Update add to cast inputs to int.
openai/gpt-oss-20b:low PASS 91% 179 in → 55 out (35 reasoning)
Fix: cast operands to int in add()
poolside/laguna-xs-2.1:high PASS 91% 139 in → 421 out (414 reasoning)
Add int conversion to add function
qwen/qwen3.6-flash:xhigh PASS 91% 135 in → 2,161 out (2,147 reasoning)
Fix: cast inputs to int in add()
thinkingmachines/inkling:high__json_schema PASS 91% 129 in → 302 out (284 reasoning)
Cast add inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Cast add inputs to int" }
x-ai/grok-4.5:xhigh PASS 91% 325 in → 261 out (252 reasoning)
Cast a and b to int in add()
anthropic/claude-fable-5:high__json_schema PASS 90.7% 391 in → 24 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
openai/gpt-5.4-nano:xhigh PASS 90.7% 120 in → 76 out (63 reasoning)
Update add to cast inputs to int
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 90.3% 126 in → 261 out (243 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
openai/gpt-5.6-terra:max PASS 90.3% 120 in → 9 out (0 reasoning)
Convert add inputs to integers
openai/gpt-oss-120b:xhigh__json_schema PASS 90.3% 181 in → 16 out (0 reasoning)
Fix add: cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add: cast inputs to int" }
poolside/laguna-xs.2:high__json_schema PASS 90.3% 176 in → 354 out (341 reasoning)
Cast add inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Cast add inputs to int"}
poolside/laguna-xs.2:xhigh__json_schema PASS 90.3% 176 in → 214 out (194 reasoning)
Convert inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Convert inputs to int in add function" }
qwen/qwen3.6-flash:medium PASS 90.3% 135 in → 1,660 out (1,648 reasoning)
Fix: cast add inputs to int
x-ai/grok-4.5:max PASS 90.3% 325 in → 249 out (244 reasoning)
Cast add args to integers
x-ai/grok-4.5:xhigh__json_schema PASS 90.3% 397 in → 336 out (322 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast inputs to int"}
anthropic/claude-fable-5:max__json_schema PASS 90% 391 in → 244 out (75 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Cast inputs to int in add function"}
anthropic/claude-opus-4.7:medium PASS 90% 175 in → 15 out (0 reasoning)
Cast inputs to int in add function
anthropic/claude-opus-4.8:low__json_schema PASS 90% 391 in → 24 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
arcee-ai/trinity-mini:low__json_schema PASS 90% 122 in → 360 out (395 reasoning)
Convert inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Convert inputs to integers" }
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 90% 119 in → 164 out (150 reasoning)
Cast add inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add inputs to int"}
deepseek/deepseek-v4-flash-0731:none PASS 90% 119 in → 7 out (0 reasoning)
Fix input coercion in add function
deepseek/deepseek-v4-flash:medium__json_schema PASS 90% 187 in → 261 out (250 reasoning)
Fix: cast inputs to int in add()
JSON Schema Structured Output
(raw) { "commit_message": "Fix: cast inputs to int in add()" }
google/gemini-3.1-flash-lite-preview:low PASS 90% 134 in → 132 out (123 reasoning)
Fix: Cast inputs to int in add function
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 90% 134 in → 145 out (126 reasoning)
Fix: cast inputs to int for addition
JSON Schema Structured Output
(raw) { "commit_message": "Fix: cast inputs to int for addition" }
google/gemini-3.1-pro-preview:xhigh PASS 90% 133 in → 796 out (788 reasoning)
Update add() to cast inputs to int
google/gemini-3.5-flash-lite:high PASS 90% 134 in → 503 out (496 reasoning)
Cast inputs to int in add()
google/gemini-3.5-flash:high PASS 90% 133 in → 510 out (503 reasoning)
Cast arguments to integers in add()
google/gemini-3.6-flash:high__json_schema PASS 90% 196 in → 349 out (336 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
google/gemini-3.6-flash:max PASS 90% 133 in → 588 out (581 reasoning)
Cast inputs to int in add()
minimax/minimax-m2.5:medium PASS 90% 152 in → 178 out (192 reasoning)
Fix add() to convert inputs to int
minimax/minimax-m3:low__json_schema PASS 90% 238 in → 16 out (15 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add function" }
mistralai/mistral-medium-3-5:xhigh PASS 90% 142 in → 2,830 out (3,150 reasoning)
Convert add args to int
nvidia/nemotron-3-nano-30b-a3b:high PASS 90% 143 in → 463 out (301 reasoning)
Fix add() to cast operands to int
nvidia/nemotron-3-super-120b-a12b:low PASS 90% 143 in → 433 out (347 reasoning)
Update add to cast inputs to int
openai/gpt-5.4-nano:low__json_schema PASS 90% 158 in → 20 out (0 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast inputs to int"}
openai/gpt-5.4-nano:none__json_schema PASS 90% 158 in → 21 out (0 reasoning)
Update add() to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add() to cast inputs to int"}
openai/gpt-5.4:xhigh__json_schema PASS 90% 158 in → 117 out (97 reasoning)
Cast add operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to int"}
openai/gpt-5.5:xhigh PASS 90% 120 in → 91 out (78 reasoning)
Update add to cast operands to int
openai/gpt-5.6-sol:high__json_schema PASS 90% 158 in → 18 out (0 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-5.6-sol:medium__json_schema PASS 90% 158 in → 18 out (0 reasoning)
Cast add operands to integers
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to integers"}
openai/gpt-5.6-terra:high PASS 90% 120 in → 9 out (0 reasoning)
Convert add inputs to integers
openai/gpt-5.6-terra:high__json_schema PASS 90% 158 in → 43 out (23 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-oss-120b:low PASS 90% 179 in → 62 out (44 reasoning)
Update add to cast inputs to int
poolside/laguna-m.1:medium__json_schema PASS 90% 139 in → 388 out (373 reasoning)
Fix add() to use int conversion
JSON Schema Structured Output
(raw) {"commit_message": "Fix add() to use int conversion"}
qwen/qwen3.6-27b:high__json_schema PASS 90% 135 in → 159 out (133 reasoning)
Cast inputs to int in add
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add" }
qwen/qwen3.6-27b:low__json_schema PASS 90% 135 in → 1,706 out (1,452 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Update add to cast inputs to int" }
qwen/qwen3.6-27b:medium__json_schema PASS 90% 135 in → 1,098 out (942 reasoning)
Cast add inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Cast add inputs to int" }
qwen/qwen3.6-27b:none PASS 90% 137 in → 7 out (0 reasoning)
Update add to cast to int
qwen/qwen3.6-35b-a3b:none PASS 90% 137 in → 7 out (0 reasoning)
Cast inputs to int in add
qwen/qwen3.6-flash:none PASS 90% 137 in → 7 out (0 reasoning)
Fix add to cast inputs to int
qwen/qwen3.7-flash:none PASS 90% 137 in → 7 out (0 reasoning)
Fix add to cast inputs to int
thinkingmachines/inkling-small:medium PASS 90% 129 in → 154 out (145 reasoning)
Cast add inputs to int
x-ai/grok-4.3:medium__json_schema PASS 90% 364 in → 471 out (454 reasoning)
Fix add() to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add() to cast inputs to int" }
x-ai/grok-4.5:high__json_schema PASS 90% 397 in → 416 out (404 reasoning)
Cast add args to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add args to int"}
x-ai/grok-4.5:low PASS 90% 325 in → 161 out (154 reasoning)
Update add to cast args to int
z-ai/glm-4.7-flash:high PASS 90% 120 in → 637 out (648 reasoning)
Convert operands to int
z-ai/glm-4.7-flash:none__json_schema PASS 90% 120 in → 11 out (0 reasoning)
Fix add type conversion
JSON Schema Structured Output
(raw) {"commit_message": "Fix add type conversion"}
z-ai/glm-5.2:high PASS 90% 127 in → 461 out (455 reasoning)
Update add to cast inputs to int
z-ai/glm-5.2:medium PASS 90% 127 in → 417 out (409 reasoning)
Update add to cast inputs to int
anthropic/claude-opus-4.8:high PASS 89.7% 170 in → 35 out (29 reasoning)
Cast inputs to int in add function
deepseek/deepseek-v4-flash:high PASS 89.7% 119 in → 157 out (148 reasoning)
Fix add to cast inputs to int
deepseek/deepseek-v4-flash:high__json_schema PASS 89.7% 119 in → 234 out (219 reasoning)
Fix add: cast args to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add: cast args to int"}
google/gemini-3-flash-preview:low__json_schema PASS 89.7% 196 in → 311 out (297 reasoning)
Cast arguments to int in add()
JSON Schema Structured Output
(raw) {"commit_message": "Cast arguments to int in add()"}
openai/gpt-5.4:medium PASS 89.7% 120 in → 90 out (77 reasoning)
Fix add to cast inputs to int
openai/gpt-5.6-sol:none__json_schema PASS 89.7% 158 in → 18 out (0 reasoning)
Cast add operands to integers
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to integers"}
openai/gpt-oss-120b:medium__json_schema PASS 89.7% 181 in → 301 out (279 reasoning)
Update add() to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Update add() to cast inputs to int" }
tencent/hy3:low__json_schema PASS 89.7% 130 in → 673 out (505 reasoning)
Update add() to cast inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Update add() to cast inputs to integers"}
anthropic/claude-haiku-4.5:medium__json_schema PASS 89.3% 341 in → 359 out (359 reasoning)
Add int conversion to add function
JSON Schema Structured Output
(raw) {"commit_message": "Add int conversion to add function"}
anthropic/claude-opus-4.8:none PASS 89.3% 170 in → 16 out (0 reasoning)
Fix add() to cast inputs as integers
anthropic/claude-sonnet-4.6:max__json_schema PASS 89.3% 312 in → 145 out (120 reasoning)
Add int conversion in add function
JSON Schema Structured Output
(raw) {"commit_message":"Add int conversion in add function"}
arcee-ai/trinity-large-thinking:xhigh PASS 89.3% 122 in → 1,265 out (1,259 reasoning)
Update add to convert inputs to int
deepseek/deepseek-v4-flash:medium PASS 89.3% 119 in → 241 out (232 reasoning)
Fix add: convert args to int
deepseek/deepseek-v4-pro:high__json_schema PASS 89.3% 310 in → 153 out (140 reasoning)
Cast add arguments to int
JSON Schema Structured Output
(raw) {"commit_message": "Cast add arguments to int"}
google/gemini-3.1-flash-lite-preview:high PASS 89.3% 133 in → 365 out (359 reasoning)
Cast add function inputs to int
google/gemini-3.5-flash-lite:medium__json_schema PASS 89.3% 196 in → 356 out (342 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Cast inputs to int in add function"}
google/gemini-3.5-flash:xhigh PASS 89.3% 133 in → 538 out (531 reasoning)
Cast inputs to int in add()
google/gemma-4-31b-it:high PASS 89.3% 149 in → 213 out (178 reasoning)
Update add() to cast inputs to int
google/gemma-4-31b-it:low__json_schema PASS 89.3% 148 in → 475 out (410 reasoning)
Fix: cast inputs to int in add()
JSON Schema Structured Output
(raw) { "commit_message": "Fix: cast inputs to int in add()" }
minimax/minimax-m3:high__json_schema PASS 89.3% 238 in → 15 out (14 reasoning)
Cast inputs to int in add()
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add()" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 89.3% 143 in → 104 out (98 reasoning)
Update add to cast inputs to int
openai/gpt-5.4-nano:xhigh__json_schema PASS 89.3% 158 in → 176 out (154 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast inputs to int"}
openai/gpt-5.4:xhigh PASS 89.3% 120 in → 89 out (78 reasoning)
Cast add operands to int
openai/gpt-5.5:low__json_schema PASS 89.3% 158 in → 18 out (0 reasoning)
Cast add inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add inputs to int"}
openai/gpt-5.6-sol:high PASS 89.3% 120 in → 9 out (0 reasoning)
Convert add inputs to integers
openai/gpt-5.6-sol:max PASS 89.3% 120 in → 51 out (40 reasoning)
Convert add operands to integers
openai/gpt-5.6-terra:none__json_schema PASS 89.3% 158 in → 18 out (0 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-oss-20b:high__json_schema PASS 89.3% 181 in → 12 out (0 reasoning)
Update add to cast operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast operands to int"}
qwen/qwen3.6-35b-a3b:low__json_schema PASS 89.3% 135 in → 1,352 out (1,096 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
qwen/qwen3.7-max:none PASS 89.3% 137 in → 5 out (0 reasoning)
Cast add inputs to int
thinkingmachines/inkling-small:max PASS 89.3% 129 in → 607 out (346 reasoning)
Fix add to cast inputs to int
thinkingmachines/inkling-small:max__json_schema PASS 89.3% 129 in → 325 out (307 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Update add to cast inputs to int"}
x-ai/grok-4.5:high PASS 89.3% 325 in → 524 out (519 reasoning)
Cast add args to int
z-ai/glm-4.7-flash:medium PASS 89.3% 120 in → 641 out (646 reasoning)
Cast inputs to int in add
z-ai/glm-5.2:low__json_schema PASS 89.3% 120 in → 530 out (474 reasoning)
Fix add to cast args to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast args to int" }
google/gemini-3.1-flash-lite-preview:medium PASS 89% 133 in → 260 out (254 reasoning)
Cast add function inputs to int
google/gemini-3.5-flash-lite:high__json_schema PASS 89% 196 in → 423 out (405 reasoning)
Cast inputs to int in add()
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add()" }
google/gemini-3.6-flash:max__json_schema PASS 89% 196 in → 379 out (366 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
openai/gpt-5.6-sol:medium PASS 89% 120 in → 9 out (0 reasoning)
Cast add operands to integers
x-ai/grok-4.3:none__json_schema PASS 89% 356 in → 13 out (0 reasoning)
Update add() to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add() to convert inputs to int"}
anthropic/claude-haiku-4.5:high__json_schema PASS 88.7% 341 in → 848 out (534 reasoning)
Convert add arguments to integers
JSON Schema Structured Output
(raw) {"commit_message": "Convert add arguments to integers"}
anthropic/claude-sonnet-4.6:max PASS 88.7% 142 in → 149 out (126 reasoning)
`Cast inputs to int in add function`
openai/gpt-5.5:medium PASS 88.7% 120 in → 9 out (0 reasoning)
Cast add operands to int
anthropic/claude-fable-5:medium__json_schema PASS 88.3% 391 in → 24 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
anthropic/claude-opus-4.7:max__json_schema PASS 88.3% 396 in → 25 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
deepseek/deepseek-v4-pro:low PASS 88.3% 119 in → 229 out (221 reasoning)
Fix add to cast inputs to int
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 88.3% 196 in → 452 out (432 reasoning)
Fix: Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Fix: Cast inputs to int in add function" }
google/gemini-3.1-pro-preview:medium PASS 88.3% 133 in → 466 out (458 reasoning)
Update add() to cast inputs to integers
google/gemini-3.6-flash:medium PASS 88.3% 134 in → 475 out (468 reasoning)
Cast inputs to int in add()
minimax/minimax-m3:high PASS 88.3% 290 in → 117 out (122 reasoning)
Cast add() inputs to int
moonshotai/kimi-k2.7-code:xhigh PASS 88.3% 126 in → 233 out (247 reasoning)
Cast add inputs to integers
openai/gpt-5.4:medium__json_schema PASS 88.3% 158 in → 68 out (48 reasoning)
Cast add operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to int"}
openai/gpt-5.6-luna:low__json_schema PASS 88.3% 158 in → 19 out (0 reasoning)
Convert inputs to integers before addition
JSON Schema Structured Output
(raw) {"commit_message":"Convert inputs to integers before addition"}
openai/gpt-5.6-sol:low__json_schema PASS 88.3% 158 in → 18 out (0 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-5.6-sol:xhigh PASS 88.3% 120 in → 9 out (0 reasoning)
Convert add operands to integers
openai/gpt-5.6-terra:medium PASS 88.3% 120 in → 9 out (0 reasoning)
Convert add inputs to integers
openai/gpt-5.6-terra:none PASS 88.3% 120 in → 9 out (0 reasoning)
Convert add inputs to integers
openai/gpt-oss-120b:low__json_schema PASS 88.3% 181 in → 71 out (46 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Update add to cast inputs to int" }
qwen/qwen3.6-27b:high PASS 88.3% 135 in → 1,966 out (1,691 reasoning)
Cast add inputs to int
qwen/qwen3.7-max:low PASS 88.3% 135 in → 1,229 out (1,216 reasoning)
Fix add() to cast inputs to int
tencent/hy3:none__json_schema PASS 88.3% 133 in → 17 out (0 reasoning)
Fix add() to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add() to cast inputs to int" }
thinkingmachines/inkling:max PASS 88.3% 129 in → 195 out (180 reasoning)
Fix add() to cast inputs to int
x-ai/grok-4.3:low__json_schema PASS 88.3% 364 in → 375 out (358 reasoning)
Fix add() to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add() to cast inputs to int" }
google/gemini-3-flash-preview:low PASS 88% 133 in → 242 out (235 reasoning)
Cast inputs to int in add function
google/gemini-3.1-pro-preview:high__json_schema PASS 88% 196 in → 192 out (178 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Cast inputs to int in add function"}
moonshotai/kimi-k2.7-code:high PASS 88% 126 in → 91 out (81 reasoning)
Fix add() to cast inputs to integers
nvidia/nemotron-3-super-120b-a12b:none PASS 88% 143 in → 8 out (0 reasoning)
Add type conversion to add function arguments
openai/gpt-5.5:xhigh__json_schema PASS 88% 158 in → 79 out (59 reasoning)
Cast add operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to int"}
openai/gpt-5.6-terra:low PASS 88% 120 in → 9 out (0 reasoning)
Convert add inputs to integers
poolside/laguna-xs.2:low__json_schema PASS 88% 176 in → 232 out (212 reasoning)
Convert inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Convert inputs to int in add function" }
arcee-ai/trinity-large-thinking:low PASS 87.7% 122 in → 1,225 out (1,222 reasoning)
Update add to int
deepseek/deepseek-v4-flash-0731:medium PASS 87.7% 119 in → 326 out (321 reasoning)
Convert add inputs to int
google/gemini-3-flash-preview:xhigh PASS 87.7% 133 in → 641 out (635 reasoning)
Cast add function inputs to int
google/gemini-3.1-pro-preview:high PASS 87.7% 133 in → 930 out (922 reasoning)
Update add() to cast inputs to integers
google/gemini-3.6-flash:low PASS 87.7% 134 in → 108 out (101 reasoning)
Cast inputs to integers in add()
google/gemini-3.6-flash:medium__json_schema PASS 87.7% 196 in → 314 out (300 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Cast inputs to int in add function"}
google/gemini-3.6-flash:xhigh PASS 87.7% 133 in → 550 out (544 reasoning)
Cast add() arguments to integers
google/gemma-4-26b-a4b-it:none PASS 87.7% 146 in → 8 out (0 reasoning)
Cast inputs to int in add function
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 87.7% 149 in → 646 out (573 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add function" }
google/gemma-4-31b-it:medium__json_schema PASS 87.7% 148 in → 327 out (276 reasoning)
Fix: Cast inputs to integers in add function
JSON Schema Structured Output
(raw) { "commit_message": "Fix: Cast inputs to integers in add function" }
minimax/minimax-m2.7:xhigh PASS 87.7% 152 in → 195 out (186 reasoning)
Cast add inputs to integers
minimax/minimax-m3:medium PASS 87.7% 290 in → 105 out (120 reasoning)
Cast inputs to int in add function
mistralai/mistral-medium-3-5:low__json_schema PASS 87.7% 130 in → 326 out (309 reasoning)
Update add() to use int()
JSON Schema Structured Output
(raw) {"commit_message": "Update add() to use int()"}
openai/gpt-5.4-mini:high__json_schema PASS 87.7% 158 in → 117 out (95 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int"}
openai/gpt-5.4-nano:none PASS 87.7% 120 in → 13 out (0 reasoning)
Update add() to coerce inputs to int
openai/gpt-5.6-sol:max__json_schema PASS 87.7% 158 in → 18 out (0 reasoning)
Convert add operands to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add operands to integers"}
openai/gpt-5.6-terra:xhigh__json_schema PASS 87.7% 158 in → 48 out (28 reasoning)
Convert add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add inputs to integers"}
openai/gpt-oss-120b:high PASS 87.7% 181 in → 274 out (267 reasoning)
Update add: cast args to int
openai/gpt-oss-20b:low__json_schema PASS 87.7% 168 in → 59 out (40 reasoning)
Update add to cast operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast operands to int"}
openai/gpt-oss-20b:xhigh PASS 87.7% 181 in → 287 out (276 reasoning)
Add int conversion to add function
poolside/laguna-xs.2:none__json_schema PASS 87.7% 176 in → 18 out (0 reasoning)
Convert add() inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Convert add() inputs to int" }
tencent/hy3:high__json_schema PASS 87.7% 130 in → 1,474 out (1,098 reasoning)
Update add to cast arguments to int
JSON Schema Structured Output
(raw) {"commit_message": "Update add to cast arguments to int"}
x-ai/grok-4.3:high PASS 87.7% 298 in → 685 out (677 reasoning)
Update add() to cast inputs to int
x-ai/grok-4.3:none PASS 87.7% 296 in → 7 out (0 reasoning)
Update add() to handle string inputs
anthropic/claude-haiku-4.5:none__json_schema PASS 87.3% 311 in → 19 out (0 reasoning)
Fix: Convert inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Fix: Convert inputs to int in add function"}
google/gemini-3.1-pro-preview:medium__json_schema PASS 87.3% 196 in → 145 out (130 reasoning)
Update add function to cast arguments to int
JSON Schema Structured Output
(raw) {"commit_message": "Update add function to cast arguments to int"}
google/gemma-4-26b-a4b-it:medium__json_schema PASS 87.3% 149 in → 692 out (622 reasoning)
Cast add inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Cast add inputs to integers" }
google/gemma-4-31b-it:low PASS 87.3% 148 in → 391 out (351 reasoning)
Update add() to cast inputs to int
minimax/minimax-m2.7:high PASS 87.3% 152 in → 297 out (285 reasoning)
``` Convert add() parameters to integers ```
minimax/minimax-m3:xhigh__json_schema PASS 87.3% 238 in → 16 out (15 reasoning)
Convert inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Convert inputs to int in add function" }
openai/gpt-5.4-mini:low__json_schema PASS 87.3% 158 in → 56 out (34 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int"}
openai/gpt-5.5:none__json_schema PASS 87.3% 158 in → 18 out (0 reasoning)
Cast add operands to integers
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to integers"}
openai/gpt-5.6-sol:none PASS 87.3% 120 in → 9 out (0 reasoning)
Cast add operands to integers
poolside/laguna-m.1:xhigh PASS 87.3% 139 in → 415 out (404 reasoning)
Fix add function to convert inputs to int
qwen/qwen3.7-plus:xhigh PASS 87.3% 135 in → 2,143 out (2,131 reasoning)
Cast inputs to int in add()
anthropic/claude-fable-5:xhigh PASS 87% 170 in → 71 out (23 reasoning)
``` Cast inputs to int in add function ``` This commit message (37 characters) concisely describes the change: the `add` function now converts its arguments to integers before summing them.
poolside/laguna-m.1:low PASS 87% 139 in → 334 out (324 reasoning)
Fix add to cast inputs as integers
anthropic/claude-fable-5:low PASS 86.7% 170 in → 14 out (0 reasoning)
Fix add to cast inputs to int
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 86.7% 119 in → 98 out (106 reasoning)
Convert add inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Convert add inputs to int"}
deepseek/deepseek-v4-flash:xhigh PASS 86.7% 198 in → 934 out (925 reasoning)
Fix add to cast args to int
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 86.7% 134 in → 223 out (204 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add function" }
google/gemini-3.5-flash:low PASS 86.7% 133 in → 296 out (289 reasoning)
Cast inputs to int in add()
google/gemini-3.5-flash:low__json_schema PASS 86.7% 196 in → 157 out (144 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
google/gemini-3.5-flash:medium__json_schema PASS 86.7% 196 in → 520 out (506 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Cast inputs to int in add function"}
google/gemini-3.6-flash:high PASS 86.7% 133 in → 738 out (731 reasoning)
Cast inputs to integers in add()
google/gemma-4-26b-a4b-it:high PASS 86.7% 148 in → 694 out (626 reasoning)
Cast inputs to int in add function
google/gemma-4-31b-it:none__json_schema PASS 86.7% 146 in → 15 out (0 reasoning)
Cast add arguments to integers
JSON Schema Structured Output
(raw) { "commit_message": "Cast add arguments to integers" }
minimax/minimax-m2.7:medium PASS 86.7% 152 in → 187 out (178 reasoning)
Fix add to cast inputs to int
minimax/minimax-m3:xhigh PASS 86.7% 287 in → 45 out (45 reasoning)
Fix add() to convert inputs to int
moonshotai/kimi-k2.6:high__json_schema PASS 86.7% 125 in → 495 out (407 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
moonshotai/kimi-k2.6:xhigh PASS 86.7% 126 in → 413 out (406 reasoning)
Fix add to cast inputs to int
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 86.7% 143 in → 718 out (496 reasoning)
Update calculator to cast inputs to int
openai/gpt-5.4-mini:low PASS 86.7% 120 in → 55 out (42 reasoning)
Fix add to cast inputs to int
openai/gpt-5.5:low PASS 86.7% 120 in → 9 out (0 reasoning)
Cast add inputs to int
openai/gpt-5.5:none PASS 86.7% 120 in → 9 out (0 reasoning)
Cast add operands to int
poolside/laguna-xs.2:high PASS 86.7% 176 in → 286 out (278 reasoning)
Convert add inputs to integers
qwen/qwen3.6-27b:low PASS 86.7% 135 in → 1,774 out (1,762 reasoning)
Fix add to cast inputs to int
qwen/qwen3.6-35b-a3b:low PASS 86.7% 135 in → 989 out (820 reasoning)
Fix add to cast inputs to int
qwen/qwen3.6-35b-a3b:medium PASS 86.7% 135 in → 1,726 out (1,512 reasoning)
Fix add to cast inputs to int
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 86.7% 135 in → 1,368 out (1,183 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
qwen/qwen3.7-flash:high PASS 86.7% 135 in → 1,501 out (1,489 reasoning)
Fix add to cast inputs to int
qwen/qwen3.7-max:xhigh PASS 86.7% 135 in → 897 out (884 reasoning)
Fix add() to cast inputs to integers
qwen/qwen3.7-plus:none PASS 86.7% 137 in → 7 out (0 reasoning)
Fix add to cast inputs to int
tencent/hy3:high PASS 86.7% 130 in → 1,122 out (888 reasoning)
Fix add() to cast inputs to int
tencent/hy3:medium__json_schema PASS 86.7% 130 in → 1,044 out (752 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
thinkingmachines/inkling:high PASS 86.7% 129 in → 234 out (233 reasoning)
Fix add to cast inputs to int
x-ai/grok-4.3:max PASS 86.7% 298 in → 518 out (510 reasoning)
Fix add() to convert inputs to int
x-ai/grok-4.3:xhigh PASS 86.7% 298 in → 568 out (561 reasoning)
Fix add to convert inputs to int
x-ai/grok-4.5:medium__json_schema PASS 86.7% 397 in → 486 out (472 reasoning)
Update add to cast operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast operands to int"}
z-ai/glm-4.7-flash:low__json_schema PASS 86.7% 120 in → 889 out (814 reasoning)
Fix add to cast to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast to int"}
z-ai/glm-4.7-flash:medium__json_schema PASS 86.7% 120 in → 556 out (540 reasoning)
Convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Convert inputs to int"}
z-ai/glm-5.2:none__json_schema PASS 86.7% 121 in → 16 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
anthropic/claude-opus-4.7:low__json_schema PASS 86.3% 396 in → 25 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
thinkingmachines/inkling:medium__json_schema PASS 86.3% 129 in → 100 out (82 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
anthropic/claude-opus-4.7:xhigh PASS 86% 175 in → 15 out (0 reasoning)
Cast inputs to int in add function
anthropic/claude-opus-4.8:max PASS 86% 170 in → 248 out (79 reasoning)
`Cast add function inputs to integers`
arcee-ai/trinity-large-thinking:medium PASS 86% 122 in → 1,009 out (1,005 reasoning)
Update add to int
google/gemini-3.5-flash-lite:max__json_schema PASS 86% 196 in → 382 out (364 reasoning)
Cast inputs to integers in add()
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to integers in add()" }
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 86% 134 in → 477 out (464 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
google/gemini-3.5-flash:xhigh__json_schema PASS 86% 196 in → 605 out (592 reasoning)
Cast add function inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Cast add function inputs to int"}
google/gemma-4-26b-a4b-it:low__json_schema PASS 86% 149 in → 1,889 out (1,543 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add function" }
minimax/minimax-m2.7:medium__json_schema PASS 86% 288 in → 226 out (212 reasoning)
Fix add to cast args to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast args to int"}
openai/gpt-5.4-mini:none PASS 86% 120 in → 11 out (0 reasoning)
Fix add to cast inputs to int
openai/gpt-5.6-terra:max__json_schema PASS 86% 158 in → 66 out (46 reasoning)
Convert add operands to integers
JSON Schema Structured Output
(raw) {"commit_message":"Convert add operands to integers"}
qwen/qwen3.7-plus:high PASS 86% 135 in → 1,510 out (1,498 reasoning)
Update add to cast inputs to int
qwen/qwen3.7-plus:medium PASS 86% 135 in → 1,824 out (1,813 reasoning)
Convert add() arguments to int
thinkingmachines/inkling:medium PASS 86% 129 in → 133 out (120 reasoning)
Cast inputs to int in add
x-ai/grok-4.3:max__json_schema PASS 86% 358 in → 566 out (553 reasoning)
Fix add() to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add() to convert inputs to int"}
z-ai/glm-5.2:none PASS 86% 121 in → 6 out (0 reasoning)
Force int type in add function
anthropic/claude-haiku-4.5:low__json_schema PASS 85.7% 341 in → 631 out (538 reasoning)
Add int type casting to add function
JSON Schema Structured Output
(raw) {"commit_message": "Add int type casting to add function"}
anthropic/claude-opus-4.6:low PASS 85.7% 142 in → 12 out (0 reasoning)
Fix add to cast inputs to int before sum
google/gemini-3-flash-preview:high PASS 85.7% 133 in → 542 out (535 reasoning)
Cast inputs to int in add()
moonshotai/kimi-k2.7-code:medium PASS 85.7% 125 in → 161 out (152 reasoning)
Fix add to cast inputs to integers
openai/gpt-oss-120b:xhigh PASS 85.7% 181 in → 687 out (670 reasoning)
Fix add(): cast arguments to int
anthropic/claude-opus-4.7:none PASS 85.3% 175 in → 15 out (0 reasoning)
Cast inputs to int in add function
anthropic/claude-fable-5:medium PASS 85% 170 in → 14 out (0 reasoning)
Fix add to cast inputs to int
anthropic/claude-opus-4.7:high PASS 85% 175 in → 15 out (0 reasoning)
Cast inputs to int in add function
anthropic/claude-opus-4.7:xhigh__json_schema PASS 85% 396 in → 25 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
anthropic/claude-sonnet-5:medium__json_schema PASS 85% 391 in → 25 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
deepseek/deepseek-v4-flash-0731:high PASS 85% 198 in → 48 out (40 reasoning)
Fix add to convert inputs to integers
deepseek/deepseek-v4-flash-0731:low PASS 85% 119 in → 217 out (204 reasoning)
Fix add to cast inputs to int
google/gemini-3.5-flash-lite:max PASS 85% 133 in → 583 out (575 reasoning)
Fix add() to cast inputs to int
google/gemini-3.5-flash:high__json_schema PASS 85% 196 in → 361 out (348 reasoning)
Cast inputs to integers in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to integers in add function"}
google/gemini-3.5-flash:medium PASS 85% 133 in → 679 out (673 reasoning)
Cast add() arguments to integers
google/gemini-3.6-flash:xhigh__json_schema PASS 85% 134 in → 463 out (450 reasoning)
Cast arguments to integers in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast arguments to integers in add function"}
Fix add to convert inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to convert inputs to int" }
mistralai/mistral-medium-3-5:medium__json_schema PASS 85% 130 in → 351 out (387 reasoning)
Add int conversion
JSON Schema Structured Output
(raw) {"commit_message": "Add int conversion"}
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 85% 143 in → 532 out (367 reasoning)
Fix add() to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add() to cast inputs to int" }
openai/gpt-5.4-mini:high PASS 85% 120 in → 112 out (99 reasoning)
Fix add to cast inputs to int
openai/gpt-5.4-mini:medium__json_schema PASS 85% 158 in → 62 out (40 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int"}
openai/gpt-5.4-nano:high__json_schema PASS 85% 158 in → 20 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int"}
openai/gpt-5.6-sol:xhigh__json_schema PASS 85% 158 in → 18 out (0 reasoning)
Cast add operands to integers
JSON Schema Structured Output
(raw) {"commit_message":"Cast add operands to integers"}
openai/gpt-oss-120b:medium PASS 85% 181 in → 266 out (194 reasoning)
Update add to cast arguments to int
openai/gpt-oss-20b:medium PASS 85% 168 in → 210 out (156 reasoning)
Update add to cast arguments to int
poolside/laguna-m.1:xhigh__json_schema PASS 85% 139 in → 580 out (567 reasoning)
Convert add parameters to integers
JSON Schema Structured Output
(raw) {"commit_message": "Convert add parameters to integers"}
poolside/laguna-xs-2.1:none__json_schema PASS 85% 139 in → 16 out (0 reasoning)
Fix: Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Fix: Cast inputs to int in add function"}
qwen/qwen3.6-27b:medium PASS 85% 135 in → 1,596 out (1,357 reasoning)
Update add to cast arguments to int
qwen/qwen3.6-27b:xhigh PASS 85% 135 in → 2,020 out (1 reasoning)
Cast add function args to int
x-ai/grok-4.3:high__json_schema PASS 85% 358 in → 643 out (627 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
x-ai/grok-4.5:low__json_schema PASS 85% 397 in → 127 out (115 reasoning)
Cast add args to int
JSON Schema Structured Output
(raw) {"commit_message":"Cast add args to int"}
z-ai/glm-4.7-flash:low PASS 85% 120 in → 648 out (602 reasoning)
Convert inputs to int
google/gemini-3.1-pro-preview:low__json_schema PASS 84.7% 196 in → 141 out (122 reasoning)
Cast inputs to integer in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to integer in add function" }
openai/gpt-5.5:high__json_schema PASS 84.7% 158 in → 18 out (0 reasoning)
Cast add inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Cast add inputs to integers"}
anthropic/claude-opus-4.7:medium__json_schema PASS 84.3% 396 in → 25 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
anthropic/claude-opus-4.7:none__json_schema PASS 84.3% 396 in → 25 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
anthropic/claude-sonnet-5:low__json_schema PASS 84.3% 391 in → 24 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 84.3% 134 in → 361 out (355 reasoning)
Cast inputs to int in add
google/gemma-4-26b-a4b-it:none__json_schema PASS 84.3% 146 in → 17 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add function" }
inclusionai/ling-2.6-flash PASS 84.3% 149 in → 8 out
Cast inputs to int in add function
inclusionai/ling-2.6-flash__json_schema PASS 84.3% 149 in → 14 out
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
minimax/minimax-m2.5:low PASS 84.3% 152 in → 257 out (269 reasoning)
Add int() conversion in add function
openai/gpt-5.4:none PASS 84.3% 120 in → 11 out (0 reasoning)
Fix add to cast inputs to int
openai/gpt-oss-20b:xhigh__json_schema PASS 84.3% 168 in → 415 out (332 reasoning)
Update add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add to cast inputs to int"}
poolside/laguna-xs-2.1:low__json_schema PASS 84.3% 139 in → 557 out (542 reasoning)
Fix add to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to convert inputs to int"}
poolside/laguna-xs-2.1:medium__json_schema PASS 84.3% 139 in → 422 out (407 reasoning)
Fix add to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to convert inputs to int"}
qwen/qwen3.7-flash:medium PASS 84.3% 135 in → 1,534 out (1,522 reasoning)
Fix add to convert inputs to int
qwen/qwen3.7-max:high PASS 84.3% 135 in → 1,741 out (1,728 reasoning)
Fix add function to cast inputs to int
thinkingmachines/inkling:low PASS 84.3% 129 in → 45 out (32 reasoning)
Fix add to cast args to int
anthropic/claude-opus-4.8:max__json_schema PASS 84% 391 in → 25 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
moonshotai/kimi-k3:max__json_schema PASS 84% 303 in → 254 out (226 reasoning)
Fix add to convert inputs to integers
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to convert inputs to integers"}
nvidia/nemotron-3-nano-30b-a3b:none PASS 83.7% 143 in → 7 out (0 reasoning)
Update cast to int before addition
anthropic/claude-opus-4.6:high PASS 83.3% 142 in → 10 out (0 reasoning)
Cast inputs to int in add function
anthropic/claude-opus-4.6:medium PASS 83.3% 142 in → 11 out (0 reasoning)
Fix add function to cast inputs to int
anthropic/claude-opus-4.7:high__json_schema PASS 83.3% 396 in → 25 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
deepseek/deepseek-v4-flash-0731:xhigh PASS 83.3% 198 in → 193 out (187 reasoning)
Convert add inputs to int
deepseek/deepseek-v4-pro:high PASS 83.3% 119 in → 252 out (244 reasoning)
Fix add to convert inputs to int
google/gemini-3-flash-preview:xhigh__json_schema PASS 83.3% 196 in → 329 out (310 reasoning)
Cast inputs to integers in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to integers in add function" }
google/gemini-3.5-flash-lite:xhigh PASS 83.3% 134 in → 733 out (726 reasoning)
Cast inputs to int in add()
google/gemma-4-31b-it:xhigh__json_schema PASS 83.3% 148 in → 414 out (362 reasoning)
Update add function to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Update add function to cast inputs to int" }
minimax/minimax-m2.5:medium__json_schema PASS 83.3% 152 in → 157 out (137 reasoning)
Fix string to int conversion in add function
JSON Schema Structured Output
(raw) { "commit_message": "Fix string to int conversion in add function" }
minimax/minimax-m2.7:xhigh__json_schema PASS 83.3% 288 in → 176 out (160 reasoning)
Fix add function to convert arguments to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to convert arguments to int"}
moonshotai/kimi-k2.7-code:low__json_schema PASS 83.3% 126 in → 361 out (344 reasoning)
Fix add to cast inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to integers" }
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 83.3% 143 in → 115 out (90 reasoning)
Cast operands to int
JSON Schema Structured Output
(raw) { "commit_message": "Cast operands to int" }
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 83.3% 143 in → 328 out (251 reasoning)
Cast arguments to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast arguments to int in add function" }
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 83.3% 143 in → 80 out (61 reasoning)
Convert inputs to int before adding
JSON Schema Structured Output
(raw) {"commit_message": "Convert inputs to int before adding"}
openai/gpt-5.4:low__json_schema PASS 83.3% 158 in → 38 out (16 reasoning)
Fix add to cast inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to integers"}
poolside/laguna-m.1:none PASS 83.3% 139 in → 8 out (0 reasoning)
Fix type conversion in add function
qwen/qwen3.7-flash:low PASS 83.3% 135 in → 1,453 out (1,441 reasoning)
Fix add to cast inputs to int
tencent/hy3:medium PASS 83.3% 130 in → 498 out (489 reasoning)
Fix add to cast arguments to int
thinkingmachines/inkling-small:high PASS 83.3% 129 in → 89 out (76 reasoning)
Fix add to cast inputs to int
thinkingmachines/inkling-small:low PASS 83.3% 129 in → 53 out (46 reasoning)
Fix add to cast inputs to integers
thinkingmachines/inkling:low__json_schema PASS 83.3% 129 in → 58 out (37 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
thinkingmachines/inkling:max__json_schema PASS 83.3% 129 in → 206 out (186 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
thinkingmachines/inkling:none PASS 83.3% 127 in → 11 out (0 reasoning)
Fix calculator to cast inputs to int
z-ai/glm-5.2:high__json_schema PASS 83.3% 127 in → 339 out (323 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
anthropic/claude-sonnet-4.6:low PASS 83% 142 in → 10 out (0 reasoning)
Add int casting to add function parameters
arcee-ai/trinity-large-thinking:high PASS 83% 122 in → 847 out (844 reasoning)
Update add to int conversion
poolside/laguna-xs.2:xhigh PASS 83% 176 in → 324 out (313 reasoning)
Fix add function to cast inputs as int
anthropic/claude-opus-4.6:max__json_schema PASS 82.7% 312 in → 69 out (43 reasoning)
Fix add to cast inputs to int before sum
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int before sum"}
anthropic/claude-opus-4.8:medium__json_schema PASS 82.7% 391 in → 24 out (0 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to cast inputs to int"}
anthropic/claude-sonnet-4.6:medium PASS 82.7% 142 in → 10 out (0 reasoning)
Add integer casting to add function inputs
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 82.7% 401 in → 253 out (239 reasoning)
Fix add to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to convert inputs to int"}
deepseek/deepseek-v4-pro:none PASS 82.7% 119 in → 7 out (0 reasoning)
Fix integer conversion in add function
google/gemini-3.1-pro-preview:low PASS 82.7% 133 in → 473 out (465 reasoning)
Update add function to cast inputs to int
google/gemini-3.6-flash:low__json_schema PASS 82.7% 196 in → 19 out (0 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast inputs to int in add function" }
google/gemma-4-31b-it:xhigh PASS 82.7% 149 in → 366 out (337 reasoning)
Cast add inputs to integers
minimax/minimax-m2.5:xhigh PASS 82.7% 152 in → 144 out (134 reasoning)
Fix add function to convert strings to ints
minimax/minimax-m2.7:high__json_schema PASS 82.7% 288 in → 272 out (257 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
openai/gpt-5.4-mini:xhigh PASS 82.7% 120 in → 234 out (221 reasoning)
Fix add to cast inputs to int
qwen/qwen3.6-27b:xhigh__json_schema PASS 82.7% 137 in → 14 out (0 reasoning)
Fix add to cast ints
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast ints" }
qwen/qwen3.6-35b-a3b:high__json_schema PASS 82.7% 135 in → 1,099 out (913 reasoning)
Fix add to cast inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to int" }
anthropic/claude-sonnet-5:high__json_schema PASS 82.3% 391 in → 25 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
qwen/qwen3.7-flash:max PASS 82.3% 135 in → 654 out (642 reasoning)
Cast inputs to int in add function
moonshotai/kimi-k2.6:medium PASS 82% 126 in → 415 out (433 reasoning)
Fix add to cast inputs to int
qwen/qwen3.7-flash:xhigh PASS 82% 135 in → 2,036 out (2,025 reasoning)
Fix add to ensure integer conversion
z-ai/glm-5.2:xhigh PASS 82% 127 in → 651 out (641 reasoning)
Update add function to cast inputs to int
anthropic/claude-opus-4.8:low PASS 81.7% 170 in → 15 out (0 reasoning)
Fix add to cast inputs to integers
anthropic/claude-opus-4.8:xhigh__json_schema PASS 81.7% 391 in → 25 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
anthropic/claude-sonnet-5:none__json_schema PASS 81.7% 391 in → 24 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 81.7% 388 in → 138 out (122 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
google/gemini-3-flash-preview:medium PASS 81.7% 133 in → 462 out (455 reasoning)
Cast inputs to int in add function
google/gemma-4-26b-a4b-it:medium PASS 81.7% 149 in → 682 out (616 reasoning)
Cast inputs to int in add function
mistralai/devstral-2512__json_schema PASS 81.7% 130 in → 13 out
Fix addition to handle string inputs
JSON Schema Structured Output
(raw) {"commit_message": "Fix addition to handle string inputs"}
moonshotai/kimi-k2.6:medium__json_schema PASS 81.7% 125 in → 600 out (450 reasoning)
Fix add to cast inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to integers" }
openai/gpt-oss-20b:medium__json_schema PASS 81.7% 179 in → 155 out (116 reasoning)
Fix add to cast operands to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast operands to int"}
poolside/laguna-m.1:high PASS 81.7% 139 in → 368 out (355 reasoning)
"Fix add function to cast inputs to integers"
poolside/laguna-xs.2:low PASS 81.7% 176 in → 307 out (296 reasoning)
Fix add function to cast inputs to int
qwen/qwen3.6-35b-a3b:xhigh PASS 81.7% 135 in → 1,086 out (1,075 reasoning)
Fix add to enforce integer conversion
qwen/qwen3.7-max:medium PASS 81.7% 135 in → 1,081 out (1,068 reasoning)
Fix add function to cast inputs to int
tencent/hy3:none PASS 81.7% 133 in → 11 out (0 reasoning)
Fix add() to cast inputs to int before summing
z-ai/glm-4.7-flash:none PASS 81.7% 120 in → 6 out (0 reasoning)
Add type conversion to add function
z-ai/glm-5.2:medium__json_schema PASS 81.7% 127 in → 391 out (362 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message": "Cast inputs to int in add function"}
moonshotai/kimi-k2.6:high PASS 81.3% 126 in → 780 out (769 reasoning)
Fix add to cast inputs to int before adding
poolside/laguna-xs-2.1:medium PASS 81.3% 139 in → 255 out (247 reasoning)
Fix add to convert inputs to int
anthropic/claude-opus-4.8:high__json_schema PASS 81% 391 in → 25 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
anthropic/claude-sonnet-4.6:medium__json_schema PASS 81% 312 in → 19 out (0 reasoning)
Fix add() to cast inputs to int before adding
JSON Schema Structured Output
(raw) {"commit_message":"Fix add() to cast inputs to int before adding"}
arcee-ai/trinity-mini:medium PASS 81% 122 in → 1,097 out (1,159 reasoning)
Fix add conversion
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 81% 119 in → 212 out (192 reasoning)
Fix add to convert inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to convert inputs to int" }
google/gemma-4-26b-a4b-it:low PASS 81% 149 in → 534 out (477 reasoning)
Cast add function parameters to int
moonshotai/kimi-k2.6:low__json_schema PASS 81% 125 in → 1,017 out (658 reasoning)
Fix add to cast inputs as integers
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs as integers" }
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 81% 143 in → 16 out (0 reasoning)
Convert inputs to int before adding
JSON Schema Structured Output
(raw) { "commit_message": "Convert inputs to int before adding" }
openai/gpt-5.4-mini:medium PASS 81% 120 in → 142 out (129 reasoning)
Fix add to cast inputs to int
openai/gpt-5.4:none__json_schema PASS 81% 158 in → 20 out (0 reasoning)
Fix add to convert inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to convert inputs to integers"}
poolside/laguna-m.1:high__json_schema PASS 81% 139 in → 531 out (511 reasoning)
Fix add function to cast inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Fix add function to cast inputs to integers" }
anthropic/claude-opus-4.6:max PASS 80.3% 142 in → 50 out (34 reasoning)
Fix add function to cast inputs to int
anthropic/claude-opus-4.8:medium PASS 80% 170 in → 16 out (0 reasoning)
Fix add function to cast inputs to integers
anthropic/claude-sonnet-5:xhigh__json_schema PASS 80% 391 in → 25 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
deepseek/deepseek-v4-flash:none PASS 80% 119 in → 6 out (0 reasoning)
Fix input conversion in add function
deepseek/deepseek-v4-pro:medium PASS 80% 119 in → 332 out (322 reasoning)
Fix add function to cast inputs to int
google/gemini-3-flash-preview:medium__json_schema PASS 80% 196 in → 313 out (300 reasoning)
Cast inputs to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to int in add function"}
minimax/minimax-m2.5:high__json_schema PASS 80% 152 in → 193 out (194 reasoning)
Fix add function to convert inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add function to convert inputs to int" }
mistralai/mistral-medium-3-5:high__json_schema PASS 80% 130 in → 188 out (164 reasoning)
Fix add to enforce integer operands
JSON Schema Structured Output
(raw) {"commit_message": "Fix add to enforce integer operands"}
openai/gpt-5.4:high PASS 80% 120 in → 111 out (98 reasoning)
Fix add to cast inputs to integers
poolside/laguna-xs-2.1:none PASS 80% 139 in → 20 out (0 reasoning)
Fix: Convert inputs to int in add function </think>Fix: Convert inputs to int in add function
anthropic/claude-sonnet-5:none PASS 79.3% 170 in → 15 out (0 reasoning)
Fix add function to cast inputs to int
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 79.3% 196 in → 705 out (691 reasoning)
Update add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Update add function to cast inputs to int"}
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 79.3% 143 in → 17 out (0 reasoning)
Update: Convert addition to integer types
JSON Schema Structured Output
(raw) { "commit_message": "Update: Convert addition to integer types" }
minimax/minimax-m2.5:low__json_schema PASS 79% 152 in → 168 out (149 reasoning)
Fix add function to convert inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add function to convert inputs to int" }
minimax/minimax-m3:medium__json_schema PASS 78.7% 277 in → 17 out (0 reasoning)
Fix add function to convert inputs to int
JSON Schema Structured Output
(raw) { "commit_message": "Fix add function to convert inputs to int" }
poolside/laguna-xs.2:medium__json_schema PASS 78.7% 176 in → 218 out (202 reasoning)
Fix add function to convert inputs to integers
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to convert inputs to integers"}
anthropic/claude-fable-5:high PASS 78.3% 170 in → 46 out (28 reasoning)
``` Cast inputs to int in add function ```
anthropic/claude-fable-5:max PASS 78.3% 170 in → 336 out (65 reasoning)
``` Cast inputs to int in add function ``` This message (34 characters) captures the change: the `add` function now converts its arguments to integers before summing, likely to handle string inputs correctly.
anthropic/claude-opus-4.6:high__json_schema PASS 78.3% 312 in → 17 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
anthropic/claude-opus-4.6:xhigh PASS 78.3% 142 in → 11 out (0 reasoning)
Fix add function to cast inputs to int
anthropic/claude-opus-4.6:xhigh__json_schema PASS 78.3% 312 in → 17 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
anthropic/claude-opus-4.7:low PASS 78.3% 175 in → 15 out (0 reasoning)
Cast inputs to int in add function
deepseek/deepseek-v4-pro:medium__json_schema PASS 78.3% 310 in → 279 out (263 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
google/gemini-3.5-flash-lite:low__json_schema PASS 78.3% 196 in → 15 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
minimax/minimax-m2.5:high PASS 78.3% 152 in → 240 out (230 reasoning)
Fix add function to convert inputs to int
nvidia/nemotron-3-super-120b-a12b:high PASS 78.3% 143 in → 437 out (344 reasoning)
Convert inputs to int before addition
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 78.3% 143 in → 198 out (167 reasoning)
Cast a,b to int in add function
JSON Schema Structured Output
(raw) { "commit_message": "Cast a,b to int in add function" }
openai/gpt-5.6-luna:none PASS 78.3% 120 in → 10 out (0 reasoning)
Convert inputs to integers before adding
poolside/laguna-xs.2:none PASS 78.3% 176 in → 10 out (0 reasoning)
Fix add function to cast inputs to integers
google/gemini-3-flash-preview:high__json_schema PASS 78% 196 in → 400 out (387 reasoning)
Cast add function inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Cast add function inputs to int"}
poolside/laguna-xs-2.1:xhigh__json_schema PASS 78% 139 in → 330 out (314 reasoning)
Fix add function to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to convert inputs to int"}
anthropic/claude-opus-4.6:medium__json_schema PASS 77.7% 312 in → 17 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
anthropic/claude-sonnet-4.6:high PASS 77.7% 142 in → 40 out (15 reasoning)
`Fix add() to cast inputs to int before adding`
anthropic/claude-sonnet-4.6:xhigh PASS 77.7% 142 in → 44 out (21 reasoning)
`Fix add() to cast inputs to int before adding`
openai/gpt-5.6-luna:high PASS 77.7% 120 in → 10 out (0 reasoning)
Convert inputs to integers before addition
openai/gpt-5.6-luna:medium PASS 77.7% 120 in → 10 out (0 reasoning)
Cast inputs to integers before addition
openai/gpt-5.6-luna:xhigh PASS 77.7% 120 in → 10 out (0 reasoning)
Convert inputs to integers before addition
anthropic/claude-sonnet-5:low PASS 76.7% 170 in → 15 out (0 reasoning)
Fix add function to cast inputs to int
anthropic/claude-sonnet-5:xhigh PASS 76.7% 170 in → 41 out (27 reasoning)
Fix add function to cast inputs to int
google/gemini-3.5-flash-lite:low PASS 76.7% 133 in → 7 out (0 reasoning)
Fix addition to cast inputs to integers
openai/gpt-5.6-luna:max__json_schema PASS 76.7% 158 in → 86 out (65 reasoning)
Cast inputs to integers before adding
JSON Schema Structured Output
(raw) {"commit_message":"Cast inputs to integers before adding"}
anthropic/claude-sonnet-5:high PASS 76% 170 in → 15 out (0 reasoning)
Fix add function to cast inputs to int
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 76% 134 in → 372 out (359 reasoning)
Cast arguments to int in add function
JSON Schema Structured Output
(raw) {"commit_message":"Cast arguments to int in add function"}
openai/gpt-5.6-luna:medium__json_schema PASS 76% 158 in → 19 out (0 reasoning)
Convert inputs to integers before adding
JSON Schema Structured Output
(raw) {"commit_message":"Convert inputs to integers before adding"}
arcee-ai/trinity-mini:high__json_schema PASS 75% 122 in → 968 out (1,037 reasoning)
Update add function
JSON Schema Structured Output
(raw) { "commit_message":"Update add function" }
arcee-ai/trinity-mini:xhigh__json_schema PASS 75% 122 in → 412 out (441 reasoning)
Convert add to int
JSON Schema Structured Output
(raw) { "commit_message": "Convert add to int" }
moonshotai/kimi-k2.6:low PASS 75% 125 in → 475 out (431 reasoning)
Fix add function to cast inputs to int
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 75% 135 in → 1,740 out (1,430 reasoning)
Fix add to cast inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Fix add to cast inputs to integers" }
anthropic/claude-opus-4.6:low__json_schema PASS 74.3% 312 in → 19 out (0 reasoning)
Fix add to cast inputs to int before summing
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to int before summing"}
anthropic/claude-sonnet-5:medium PASS 74.3% 170 in → 15 out (0 reasoning)
Fix add function to cast inputs to int
arcee-ai/trinity-mini:xhigh PASS 74.3% 122 in → 1,463 out (1,568 reasoning)
Convert a, b toint
google/gemma-4-31b-it:none PASS 74.3% 146 in → 9 out (0 reasoning)
Update add function to cast inputs to integers
openai/gpt-5.6-luna:low PASS 74.3% 120 in → 11 out (0 reasoning)
Convert inputs to integers in add function
openai/gpt-5.6-luna:xhigh__json_schema PASS 74.3% 158 in → 19 out (0 reasoning)
Convert inputs to integers before adding
JSON Schema Structured Output
(raw) {"commit_message":"Convert inputs to integers before adding"}
poolside/laguna-xs-2.1:low PASS 74.3% 139 in → 440 out (431 reasoning)
Fix add function to convert inputs to int
anthropic/claude-opus-4.6:none PASS 73.3% 142 in → 11 out (0 reasoning)
Fix add function to cast inputs to int
minimax/minimax-m2.7:low__json_schema PASS 73.3% 288 in → 270 out (254 reasoning)
Update add function to convert inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Update add function to convert inputs to int"}
z-ai/glm-5.2:low PASS 73.3% 127 in → 377 out (344 reasoning)
Update add to cast inputs to integers
thinkingmachines/inkling:xhigh PASS 72.7% 129 in → 154 out (143 reasoning)
Fix add to cast inputs to int (29 chars)
arcee-ai/trinity-mini:low PASS 72% 122 in → 1,546 out (1,637 reasoning)
Update add function
arcee-ai/trinity-mini:high PASS 71.7% 122 in → 463 out (510 reasoning)
Convert inputs tointegers
arcee-ai/trinity-mini:medium__json_schema PASS 71.7% 122 in → 650 out (681 reasoning)
Update add function
JSON Schema Structured Output
(raw) { "commit_message": "Update add function" }
openai/gpt-5.6-luna:max PASS 71.7% 120 in → 83 out (71 reasoning)
Cast inputs to integers before addition
poolside/laguna-m.1:medium PASS 71.7% 139 in → 323 out (312 reasoning)
Fix add function to convert inputs to integers
anthropic/claude-fable-5:xhigh__json_schema PASS 71% 391 in → 79 out (50 reasoning)
Cast add() arguments to int before summing
JSON Schema Structured Output
(raw) {"commit_message": "Cast add() arguments to int before summing"}
anthropic/claude-opus-4.6:none__json_schema PASS 71% 312 in → 17 out (0 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message":"Fix add function to cast inputs to int"}
poolside/laguna-xs-2.1:high__json_schema PASS 70% 139 in → 301 out (285 reasoning)
Fix add function to cast inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to cast inputs to int"}
poolside/laguna-m.1:none__json_schema PASS 68.3% 139 in → 16 out (0 reasoning)
Fix: Convert inputs to integers in add function
JSON Schema Structured Output
(raw) {"commit_message": "Fix: Convert inputs to integers in add function"}
openai/gpt-5.4:high__json_schema PASS 68% 158 in → 113 out (91 reasoning)
Fix add to cast inputs to integers
JSON Schema Structured Output
(raw) {"commit_message":"Fix add to cast inputs to integers"}
openai/gpt-5.6-luna:high__json_schema PASS 67.7% 158 in → 19 out (0 reasoning)
Convert inputs to integers before adding
JSON Schema Structured Output
(raw) {"commit_message":"Convert inputs to integers before adding"}
anthropic/claude-fable-5:low__json_schema PASS 67.3% 391 in → 25 out (0 reasoning)
Cast add() arguments to int before summing
JSON Schema Structured Output
(raw) {"commit_message": "Cast add() arguments to int before summing"}
openai/gpt-5.4-nano:medium PASS 66.7% 120 in → 13 out (0 reasoning)
**Update** add to cast inputs to int
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 66% 143 in → 161 out (149 reasoning)
Convert operands to int before addition
JSON Schema Structured Output
(raw) { "commit_message": "Convert operands to int before addition" }
anthropic/claude-sonnet-4.6:none__json_schema PASS 65% 312 in → 19 out (0 reasoning)
Fix add() to cast inputs to int before adding
JSON Schema Structured Output
(raw) {"commit_message":"Fix add() to cast inputs to int before adding"}
deepseek/deepseek-v4-flash:none__json_schema PASS 65% 121 in → 12 out (0 reasoning)
Fix type conversion bug in add function
JSON Schema Structured Output
(raw) {"commit_message":"Fix type conversion bug in add function"}
minimax/minimax-m2.7:low PASS 65% 152 in → 430 out (420 reasoning)
Fix add function to convert arguments to integers
nvidia/nemotron-3-nano-30b-a3b:medium PASS 65% 143 in → 138 out (137 reasoning)
Convert operands to int before addition
anthropic/claude-sonnet-4.6:high__json_schema PASS 64.7% 312 in → 19 out (0 reasoning)
Fix add() to cast params to int before adding
JSON Schema Structured Output
(raw) {"commit_message":"Fix add() to cast params to int before adding"}
anthropic/claude-haiku-4.5:high PASS 64.3% 171 in → 734 out (519 reasoning)
# Fix add to cast inputs to int This commit message (29 characters) accurately describes the change: the `add` function was modified to cast inputs to integers before performing addition.
anthropic/claude-haiku-4.5:none PASS 63.3% 142 in → 10 out (0 reasoning)
Fix add function to handle string inputs
openai/gpt-5.6-luna:none__json_schema PASS 63.3% 158 in → 19 out (0 reasoning)
Convert inputs to integers before adding
JSON Schema Structured Output
(raw) {"commit_message":"Convert inputs to integers before adding"}
anthropic/claude-sonnet-4.6:low__json_schema PASS 61.7% 312 in → 19 out (0 reasoning)
Fix add() to cast inputs to int before adding
JSON Schema Structured Output
(raw) {"commit_message":"Fix add() to cast inputs to int before adding"}
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 61.3% 341 in → 668 out (450 reasoning)
Fix add function to convert inputs to integers
JSON Schema Structured Output
(raw) {"commit_message": "Fix add function to convert inputs to integers"}
minimax/minimax-m2.5:xhigh__json_schema PASS 61.3% 152 in → 295 out (227 reasoning)
Fix add function to convert inputs to integers
JSON Schema Structured Output
(raw) { "commit_message": "Fix add function to convert inputs to integers" }
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 58.3% 119 in → 16 out (0 reasoning)
Fix TypeError by converting add inputs to int
JSON Schema Structured Output
(raw) {"commit_message": "Fix TypeError by converting add inputs to int"}
x-ai/grok-4.3:medium PASS 58.3% 304 in → 531 out (430 reasoning)
Fix add() to cast inputs to int The diff shows the `add` function being updated to explicitly cast its arguments to `int` before performing addition (changing `a + b` to `int(a) + int(b)`). This is a targeted bug-fix or hardening change rather than a new feature or refactor, so the conventional commit style starts with the imperative verb "Fix". The message is kept under 50 characters, remains action-focused, and still conveys the essential modification without unnecessary detail.
anthropic/claude-haiku-4.5:low PASS 57.7% 171 in → 1,414 out (537 reasoning)
# Add integer conversion to add() This commit message (31 characters) describes the action taken: adding explicit `int()` type conversion to the function parameters.
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 55% 143 in → 92 out (74 reasoning)
Force integer conversion in add function
JSON Schema Structured Output
(raw) {"commit_message": "Force integer conversion in add function"}
tencent/hy3:low PASS 55% 130 in → 780 out (566 reasoning)
Fix add to cast arguments to int
anthropic/claude-haiku-4.5:xhigh PASS 53.7% 171 in → 3,050 out (957 reasoning)
# Add int conversion to add function (34 characters) This concisely describes the main action: adding integer type conversion to the function's input parameters.
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 53.3% 312 in → 19 out (0 reasoning)
Fix add() to cast inputs to int before adding
JSON Schema Structured Output
(raw) {"commit_message":"Fix add() to cast inputs to int before adding"}
anthropic/claude-haiku-4.5:medium PASS 50% 171 in → 393 out (370 reasoning)
# Convert add inputs to integers (30 characters)
ibm-granite/granite-4.1-8b FAIL 48.3% 134 in → 12 out
Converts arguments to int before addition in `add()`
qwen/qwen3.6-27b:none__json_schema FAIL 48.3% 137 in → 26 out (0 reasoning)
fix: cast inputs to int in add function to ensure correct numeric calculation.
JSON Schema Structured Output
(raw) { "commit_message": "fix: cast inputs to int in add function to ensure correct numeric calculation." }
anthropic/claude-sonnet-4.6:none FAIL 40% 142 in → 17 out (0 reasoning)
**`Fix add() to handle string inputs with int()`**
x-ai/grok-4.3:low FAIL 36.7% 304 in → 353 out (334 reasoning)
Update add() to cast inputs to int (The change ensures integer addition by explicitly converting inputs.)
liquid/lfm-2-24b-a2b FAIL 35% 130 in → 11 out
**Fix: Ensure integer addition in add()**
openai/gpt-5.4-nano:low FAIL 35% 120 in → 12 out (0 reasoning)
**Cast inputs to int in add**
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: Fixadd to convert inputs to int
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: Fix add to convert to int
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: **Fix: Ensure integer addition in add()**
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)
Failure: Connection error.
Invalid JSON. Output: Fix add to convert inputs to integers
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 2 (char 1)
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)
moonshotai/kimi-k3:high FAIL 0% 203 in → 213 out (158 reasoning)
**Fix add to convert inputs to integers** This 37-character message captures the action (Fix) and the change (casting inputs with `int()` to ensure numeric addition rather than string concatenation).
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:high__json_schema FAIL 0% 203 in → 200 out (177 reasoning)
Fix add() to cast inputs to int
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:low FAIL 0% 203 in → 172 out (104 reasoning)
**Commit message:** ``` Fix add() to cast inputs to int ``` This captures the action (Fix) and the specific change (converting `a` and `b` to integers before addition, likely to prevent string concatenation or handle non-int inputs).
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:low__json_schema FAIL 0% 203 in → 330 out (255 reasoning)
**Commit message:** ``` Fix add to convert inputs to integers ``` (37 characters) This change fixes a type bug where string inputs would concatenate (e.g., `"2" + "3"` → `"23"`) instead of performing numeric addition, by explicitly casting both operands to `int`.
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:max FAIL 0% 203 in → 245 out (223 reasoning)
Fix add to convert inputs to int
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:medium FAIL 0% 203 in → 392 out (314 reasoning)
**Commit message:** ``` Fix add to convert inputs to integers ``` (37 characters) — This describes the fix where `add()` now casts both arguments to `int` before adding, preventing string concatenation bugs (e.g., `"2" + "3"` → `"23"` instead of `5`).
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:medium__json_schema FAIL 0% 203 in → 363 out (267 reasoning)
**Commit message:** ``` Fix add() to coerce inputs to int ``` (33 characters) **Rationale:** The diff changes the `add` function to cast both arguments with `int()` before adding them. This fixes a bug where string inputs would be concatenated instead of summed numerically (e.g., `add("2", "3")` returning `"23"` instead of `5`).
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:xhigh FAIL 0% 203 in → 395 out (328 reasoning)
**Commit message:** ``` Fix add to cast inputs to int ``` (30 characters) This describes the change: the `add` function now converts both arguments to integers before adding, preventing string concatenation or type errors when non-integer values are passed.
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:xhigh__json_schema FAIL 0% 203 in → 203 out (181 reasoning)
Fix add to convert inputs to integers
Failure: Scoring error: llm_judge requires a judge client
nvidia/nemotron-3-super-120b-a12b:xhigh FAIL 0% 143 in → 247 out (162 reasoning)
Convert inputs to int before addition in add()
Failure: Scoring error: llm_judge requires a judge client
(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-162a7bbb-4cbd-9059-8e37-04b45fe67808","request_id":"162a7bbb-4cbd-9059-8e37-04b45fe67808"}', '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-62a3bf14-3fef-9eac-bbe2-e50808f8cdec","request_id":"62a3bf14-3fef-9eac-bbe2-e50808f8cdec"}', '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-d14ebdfc-3f64-9331-aa32-7a21adf8e1db","request_id":"d14ebdfc-3f64-9331-aa32-7a21adf8e1db"}', '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-03f846c0-2b50-9701-b8ac-f06a710ae2d8","request_id":"03f846c0-2b50-9701-b8ac-f06a710ae2d8"}', '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-542d8726-abc7-9065-8ebc-3f8a02e9f90d","request_id":"542d8726-abc7-9065-8ebc-3f8a02e9f90d"}', '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-3c6a8fa4-88e1-946f-a074-4e8021e8b0a8"}\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-8cba7df9-57a3-980d-9c18-13244fef50cd"}\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-9c122eaf-4c04-9f77-8f57-2323a8369202"}\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-7737b2e5-0733-941f-90a0-06bf2a7fdaab"}\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-e092d1f0-0893-90cd-a93b-b05b6b5d2fcf"}\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-fb17cd50-f4f3-98e8-a841-995d476bec09"}\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-77e72942-2925-95b2-b703-ee3b968fe772","request_id":"77e72942-2925-95b2-b703-ee3b968fe772"}', '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-0e768549-d248-9ac9-b681-4860a150ad9a","request_id":"0e768549-d248-9ac9-b681-4860a150ad9a"}', '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-fcde2da4-a277-94de-8972-dc41413d11f7","request_id":"fcde2da4-a277-94de-8972-dc41413d11f7"}', '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-412bdcfe-4684-9f6c-98ac-218b20a6825b","request_id":"412bdcfe-4684-9f6c-98ac-218b20a6825b"}', '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-ab11bc5e-a089-9ca2-9372-cb12738bf048","request_id":"ab11bc5e-a089-9ca2-9372-cb12738bf048"}', '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-f050fcb5-6a62-9c11-9753-b64a2983ab44","request_id":"f050fcb5-6a62-9c11-9753-b64a2983ab44"}', '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-20079338-3e7c-9d1d-acdf-d490f7b2ff64","request_id":"20079338-3e7c-9d1d-acdf-d490f7b2ff64"}', '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-a39b7319-62ac-91bf-b6bb-a7f44423d79f","request_id":"a39b7319-62ac-91bf-b6bb-a7f44423d79f"}', '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-70fb2b01-9af4-9a4d-806f-e9e6e00591bb","request_id":"70fb2b01-9af4-9a4d-806f-e9e6e00591bb"}', '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-ddc2cc48-6f31-9a0b-8359-fd1a9b569c90","request_id":"ddc2cc48-6f31-9a0b-8359-fd1a9b569c90"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: Fix add to cast inputs to int{"commit_message": "Fix add to cast inputs to int"}
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: OpenAI-compatible response contained provider error: json_schema response format is not supported for model: thinkingmachines/Inkling-Small
Invalid JSON. Output: Fix add to cast inputs to int{ "commit_message": "Fix add to cast inputs to int" }
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: Fix add to cast inputs to int
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)