Subdirectory changes
Tests ability to generate a commit message for changes in a subdirectory (src/). Evaluates path-aware commit descriptions.

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

  1. 01 git init
  2. 02 git config user.email 'test@test.com'
  3. 03 git config user.name 'Test User'
  4. 04 mkdir -p src/components
  5. 05 echo 'component1' > src/components/Component1.jsx
  6. 06 echo 'component2' > src/components/Component2.jsx
  7. 07 git add src/
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
Add React components to src

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

Loading...
Loading raw attempt evidence…
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 97.5% 180 in → 105 out (91 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2" }
poolside/laguna-m.1:medium__json_schema PASS 95.7% 195 in → 340 out (322 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
x-ai/grok-4.5:high PASS 95.7% 395 in → 251 out (245 reasoning)
Add Component1 and Component2
anthropic/claude-fable-5:max PASS 95% 256 in → 492 out (67 reasoning)
``` Add Component1 and Component2 components ``` This message (40 characters) captures that two new component files were created in `src/components/`.
anthropic/claude-sonnet-5:xhigh PASS 95% 256 in → 12 out (0 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-flash:medium PASS 95% 197 in → 105 out (97 reasoning)
Add Component1 and Component2
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 95% 272 in → 545 out (533 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemma-4-31b-it:low__json_schema PASS 95% 224 in → 227 out (198 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-5.4-mini:xhigh PASS 95% 173 in → 317 out (305 reasoning)
Add Component1 and Component2
qwen/qwen3.7-max:low PASS 95% 197 in → 957 out (946 reasoning)
Add Component1 and Component2
anthropic/claude-sonnet-5:high PASS 94.7% 256 in → 12 out (0 reasoning)
Add Component1 and Component2
poolside/laguna-xs.2:high PASS 94.7% 232 in → 414 out (405 reasoning)
Add Component1 and Component2
anthropic/claude-opus-4.6:xhigh__json_schema PASS 94.3% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
anthropic/claude-opus-4.7:low PASS 94.3% 261 in → 14 out (0 reasoning)
Add Component1 and Component2
google/gemma-4-31b-it:xhigh__json_schema PASS 94.3% 225 in → 267 out (225 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-5.6-luna:none__json_schema PASS 94.3% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
qwen/qwen3.6-flash:xhigh PASS 94.3% 197 in → 1,648 out (1,637 reasoning)
Add Component1 and Component2
qwen/qwen3.7-plus:high PASS 94.3% 197 in → 742 out (731 reasoning)
Add Component1 and Component2
google/gemini-3.6-flash:high PASS 94% 209 in → 274 out (268 reasoning)
Add Component1 and Component2
moonshotai/kimi-k2.6:low__json_schema PASS 94% 174 in → 1,974 out (424 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.7-flash:xhigh PASS 94% 197 in → 1,148 out (1,137 reasoning)
Add Component1 and Component2
anthropic/claude-opus-4.7:high PASS 93.7% 261 in → 14 out (0 reasoning)
Add Component1 and Component2
minimax/minimax-m2.7:xhigh__json_schema PASS 93.7% 348 in → 156 out (143 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 93.7% 204 in → 367 out (322 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1.jsx and Component2.jsx"}
qwen/qwen3.6-35b-a3b:medium PASS 93.7% 197 in → 423 out (366 reasoning)
Add Component1.jsx and Component2.jsx
anthropic/claude-fable-5:high PASS 93.3% 256 in → 93 out (0 reasoning)
``` Add Component1 and Component2 placeholder files ``` This commit message (47 characters) captures: - **Action**: "Add" — both files are new - **What**: The two component files being created - **Context**: "placeholder" — since the files only contain stub text, not actual component code
anthropic/claude-haiku-4.5:high__json_schema PASS 93.3% 410 in → 478 out (333 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.7:max PASS 93.3% 261 in → 163 out (66 reasoning)
Add Component1 and Component2
anthropic/claude-opus-4.7:max__json_schema PASS 93.3% 482 in → 24 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.8:low__json_schema PASS 93.3% 477 in → 24 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
anthropic/claude-sonnet-5:medium__json_schema PASS 93.3% 477 in → 22 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
deepseek/deepseek-v4-flash-0731:high PASS 93.3% 180 in → 123 out (122 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-pro:high PASS 93.3% 180 in → 846 out (838 reasoning)
Add Component1 and Component2
google/gemini-3-flash-preview:low PASS 93.3% 209 in → 274 out (268 reasoning)
Add Component1 and Component2
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 93.3% 272 in → 162 out (149 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.5-flash-lite:high PASS 93.3% 209 in → 477 out (471 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash-lite:max PASS 93.3% 210 in → 392 out (386 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash-lite:medium__json_schema PASS 93.3% 272 in → 18 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemini-3.6-flash:low PASS 93.3% 210 in → 167 out (161 reasoning)
Add Component1 and Component2
google/gemini-3.6-flash:max__json_schema PASS 93.3% 210 in → 310 out (298 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemma-4-26b-a4b-it:medium PASS 93.3% 224 in → 456 out (388 reasoning)
Add Component1 and Component2
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 93.3% 225 in → 284 out (228 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
minimax/minimax-m2.5:medium PASS 93.3% 230 in → 142 out (134 reasoning)
Add Component1 and Component2
minimax/minimax-m2.7:xhigh PASS 93.3% 212 in → 196 out (206 reasoning)
Add Component1 and Component2
minimax/minimax-m3:xhigh__json_schema PASS 93.3% 298 in → 15 out (14 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
moonshotai/kimi-k2.7-code:medium__json_schema PASS 93.3% 175 in → 183 out (189 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 components" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 93.3% 204 in → 194 out (166 reasoning)
Add Component1 and Component2
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 93.3% 204 in → 139 out (138 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-5.4-mini:medium PASS 93.3% 173 in → 49 out (37 reasoning)
Add Component1 and Component2
openai/gpt-5.4-nano:high PASS 93.3% 173 in → 56 out (44 reasoning)
Add Component1 and Component2
openai/gpt-5.4:medium PASS 93.3% 173 in → 95 out (83 reasoning)
Add Component1 and Component2
openai/gpt-5.6-luna:medium__json_schema PASS 93.3% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-oss-20b:high__json_schema PASS 93.3% 232 in → 207 out (198 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-oss-20b:xhigh__json_schema PASS 93.3% 232 in → 520 out (444 reasoning)
Add Component1 & Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 & Component2"}
poolside/laguna-m.1:high__json_schema PASS 93.3% 195 in → 264 out (245 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
poolside/laguna-xs-2.1:low PASS 93.3% 195 in → 571 out (564 reasoning)
Add Component1 and Component2
poolside/laguna-xs-2.1:xhigh__json_schema PASS 93.3% 195 in → 319 out (305 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
qwen/qwen3.6-27b:medium PASS 93.3% 197 in → 970 out (937 reasoning)
Add Component1 and Component2
qwen/qwen3.6-35b-a3b:low PASS 93.3% 197 in → 1,234 out (1,223 reasoning)
Add Component1 and Component2
qwen/qwen3.6-35b-a3b:xhigh PASS 93.3% 197 in → 1,397 out (1,386 reasoning)
Add Component1 and Component2
qwen/qwen3.6-flash:none PASS 93.3% 199 in → 6 out (0 reasoning)
Add Component1 and Component2
qwen/qwen3.7-flash:medium PASS 93.3% 197 in → 1,230 out (1,219 reasoning)
Add Component1 and Component2
qwen/qwen3.7-flash:none PASS 93.3% 199 in → 6 out (0 reasoning)
Add Component1 and Component2
qwen/qwen3.7-max:high PASS 93.3% 197 in → 734 out (723 reasoning)
Add Component1 and Component2
qwen/qwen3.7-max:medium PASS 93.3% 197 in → 771 out (760 reasoning)
Add Component1 and Component2
thinkingmachines/inkling-small:low__json_schema PASS 93.3% 182 in → 50 out (33 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
thinkingmachines/inkling-small:medium__json_schema PASS 93.3% 182 in → 164 out (147 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
thinkingmachines/inkling:medium PASS 93.3% 182 in → 109 out (97 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:medium PASS 93.3% 350 in → 801 out (793 reasoning)
Add Component1.jsx and Component2.jsx
x-ai/grok-4.3:medium__json_schema PASS 93.3% 410 in → 363 out (348 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
z-ai/glm-5.2:low__json_schema PASS 93.3% 180 in → 289 out (273 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
z-ai/glm-5.2:medium__json_schema PASS 93.3% 359 in → 23 out (9 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
z-ai/glm-5.2:none__json_schema PASS 93.3% 174 in → 15 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
anthropic/claude-fable-5:medium__json_schema PASS 93% 477 in → 24 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
minimax/minimax-m3:low__json_schema PASS 93% 337 in → 15 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
x-ai/grok-4.3:xhigh PASS 93% 344 in → 556 out (548 reasoning)
Add Component1.jsx and Component2.jsx
anthropic/claude-haiku-4.5:low__json_schema PASS 92.7% 410 in → 291 out (248 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
anthropic/claude-haiku-4.5:medium PASS 92.7% 240 in → 517 out (392 reasoning)
``` Add Component1 and Component2 components ``` (41 characters)
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 92.7% 410 in → 405 out (300 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
anthropic/claude-opus-4.7:none PASS 92.7% 261 in → 14 out (0 reasoning)
Add Component1 and Component2
anthropic/claude-opus-4.8:high__json_schema PASS 92.7% 477 in → 24 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
anthropic/claude-opus-4.8:xhigh__json_schema PASS 92.7% 477 in → 24 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
arcee-ai/trinity-large-thinking:medium PASS 92.7% 174 in → 1,501 out (1,499 reasoning)
Add Component1.jsx and Component2.jsx
arcee-ai/trinity-mini:low__json_schema PASS 92.7% 174 in → 303 out (322 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 92.7% 180 in → 342 out (336 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
deepseek/deepseek-v4-flash:low PASS 92.7% 180 in → 186 out (178 reasoning)
Add Component1 and Component2
google/gemini-3-flash-preview:medium PASS 92.7% 209 in → 200 out (194 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash-lite:max__json_schema PASS 92.7% 210 in → 303 out (290 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
minimax/minimax-m2.5:medium__json_schema PASS 92.7% 212 in → 193 out (204 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
moonshotai/kimi-k2.6:xhigh__json_schema PASS 92.7% 175 in → 592 out (593 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
nvidia/nemotron-3-nano-30b-a3b:high PASS 92.7% 204 in → 518 out (396 reasoning)
Add Component1.jsx and Component2.jsx
openai/gpt-5.4-nano:high__json_schema PASS 92.7% 211 in → 85 out (64 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
qwen/qwen3.6-27b:none__json_schema PASS 92.7% 199 in → 18 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
tencent/hy3:high__json_schema PASS 92.7% 186 in → 626 out (561 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
z-ai/glm-4.7-flash:high PASS 92.7% 173 in → 785 out (827 reasoning)
Add Component1 and Component2
arcee-ai/trinity-mini:medium PASS 92.5% 174 in → 331 out (378 reasoning)
Add components
deepseek/deepseek-v4-pro:high__json_schema PASS 92.3% 180 in → 15 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
minimax/minimax-m2.5:xhigh PASS 92.3% 212 in → 122 out (114 reasoning)
Add Component1 and Component2
nvidia/nemotron-3-super-120b-a12b:low PASS 92.3% 204 in → 411 out (367 reasoning)
Add Component1 and Component2
openai/gpt-5.6-sol:max__json_schema PASS 92.3% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-sol:xhigh__json_schema PASS 92.3% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.1-pro-preview:medium PASS 92% 209 in → 427 out (421 reasoning)
Add Component1 and Component2
google/gemma-4-26b-a4b-it:xhigh PASS 92% 225 in → 313 out (282 reasoning)
Add Component1 and Component2
moonshotai/kimi-k2.6:high PASS 92% 175 in → 548 out (540 reasoning)
Add Component1 and Component2
openai/gpt-5.4-nano:xhigh__json_schema PASS 92% 211 in → 341 out (319 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
openai/gpt-5.4:high PASS 92% 173 in → 118 out (105 reasoning)
Add Component1 and Component2 components
openai/gpt-5.6-sol:medium__json_schema PASS 92% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
poolside/laguna-m.1:low__json_schema PASS 92% 195 in → 253 out (234 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
poolside/laguna-xs-2.1:high PASS 92% 195 in → 422 out (415 reasoning)
Add Component1, Component2
poolside/laguna-xs.2:low__json_schema PASS 92% 232 in → 77 out (63 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
anthropic/claude-haiku-4.5:low PASS 91.7% 240 in → 315 out (235 reasoning)
``` Add Component1 and Component2 ```
anthropic/claude-haiku-4.5:medium__json_schema PASS 91.7% 410 in → 526 out (352 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
anthropic/claude-opus-4.6:high PASS 91.7% 211 in → 12 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.6:max PASS 91.7% 211 in → 14 out (0 reasoning)
Add Component1 and Component2 JSX files
anthropic/claude-opus-4.7:high__json_schema PASS 91.7% 482 in → 24 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.7:low__json_schema PASS 91.7% 482 in → 24 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.7:none__json_schema PASS 91.7% 482 in → 24 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.7:xhigh__json_schema PASS 91.7% 482 in → 24 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.8:low PASS 91.7% 256 in → 14 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.8:medium PASS 91.7% 256 in → 14 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.8:none__json_schema PASS 91.7% 477 in → 23 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
anthropic/claude-sonnet-4.6:max PASS 91.7% 211 in → 56 out (27 reasoning)
`Add Component1 and Component2 JSX files`
anthropic/claude-sonnet-5:high__json_schema PASS 91.7% 477 in → 22 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
anthropic/claude-sonnet-5:medium PASS 91.7% 256 in → 12 out (0 reasoning)
Add Component1 and Component2
anthropic/claude-sonnet-5:none PASS 91.7% 256 in → 12 out (0 reasoning)
Add Component1 and Component2
anthropic/claude-sonnet-5:none__json_schema PASS 91.7% 477 in → 21 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
arcee-ai/trinity-large-thinking:xhigh PASS 91.7% 174 in → 383 out (374 reasoning)
Add Component1 and Component2
arcee-ai/trinity-mini:high__json_schema PASS 91.7% 174 in → 474 out (521 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 91.7% 326 in → 453 out (352 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
deepseek/deepseek-v4-flash:low__json_schema PASS 91.7% 180 in → 149 out (136 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
deepseek/deepseek-v4-pro:medium PASS 91.7% 180 in → 292 out (283 reasoning)
Add Component1 and Component2 components
deepseek/deepseek-v4-pro:none PASS 91.7% 180 in → 8 out (0 reasoning)
Add Component1 and Component2 components
google/gemini-3-flash-preview:medium__json_schema PASS 91.7% 272 in → 348 out (336 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 91.7% 210 in → 345 out (332 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 91.7% 210 in → 117 out (104 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.1-flash-lite-preview:medium PASS 91.7% 209 in → 175 out (169 reasoning)
Add Component1 and Component2
google/gemini-3.1-pro-preview:high PASS 91.7% 209 in → 392 out (386 reasoning)
Add Component1 and Component2
google/gemini-3.1-pro-preview:low__json_schema PASS 91.7% 272 in → 100 out (88 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.1-pro-preview:xhigh PASS 91.7% 209 in → 381 out (375 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash-lite:low__json_schema PASS 91.7% 210 in → 18 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemini-3.5-flash-lite:xhigh PASS 91.7% 209 in → 343 out (337 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash:low PASS 91.7% 209 in → 142 out (136 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash:xhigh PASS 91.7% 209 in → 345 out (339 reasoning)
Add Component1 and Component2
google/gemini-3.6-flash:high__json_schema PASS 91.7% 210 in → 268 out (256 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.6-flash:low__json_schema PASS 91.7% 210 in → 12 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.6-flash:max PASS 91.7% 209 in → 348 out (342 reasoning)
Add Component1 and Component2
google/gemini-3.6-flash:medium__json_schema PASS 91.7% 272 in → 363 out (351 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemma-4-26b-a4b-it:high PASS 91.7% 225 in → 254 out (215 reasoning)
Add Component1 and Component2
google/gemma-4-26b-a4b-it:high__json_schema PASS 91.7% 224 in → 261 out (222 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemma-4-26b-a4b-it:low__json_schema PASS 91.7% 225 in → 362 out (315 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemma-4-26b-a4b-it:medium__json_schema PASS 91.7% 224 in → 250 out (202 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemma-4-26b-a4b-it:none PASS 91.7% 222 in → 7 out (0 reasoning)
Add Component1 and Component2
google/gemma-4-31b-it:high__json_schema PASS 91.7% 224 in → 249 out (207 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemma-4-31b-it:medium__json_schema PASS 91.7% 228 in → 305 out (291 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemma-4-31b-it:none__json_schema PASS 91.7% 222 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
ibm-granite/granite-4.1-8b__json_schema PASS 91.7% 198 in → 14 out
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
minimax/minimax-m2.5:high PASS 91.7% 212 in → 170 out (153 reasoning)
Add Component1.jsx and Component2.jsx
minimax/minimax-m2.5:xhigh__json_schema PASS 91.7% 212 in → 181 out (187 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
minimax/minimax-m2.7:high PASS 91.7% 212 in → 145 out (136 reasoning)
Add Component1 and Component2
minimax/minimax-m3:medium__json_schema PASS 91.7% 337 in → 16 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
mistralai/mistral-medium-3-5:high PASS 91.7% 203 in → 428 out (470 reasoning)
Add Component1 and Component2
mistralai/mistral-medium-3-5:low PASS 91.7% 203 in → 4,586 out (4,412 reasoning)
Add Component1 and Component2
mistralai/mistral-medium-3-5:none PASS 91.7% 203 in → 7 out (0 reasoning)
Add Component1 and Component2
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 91.7% 191 in → 445 out (446 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
moonshotai/kimi-k2.6:medium__json_schema PASS 91.7% 174 in → 577 out (560 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
moonshotai/kimi-k2.7-code:low PASS 91.7% 174 in → 181 out (173 reasoning)
Add Component1 and Component2
nvidia/nemotron-3-nano-30b-a3b:medium PASS 91.7% 204 in → 353 out (266 reasoning)
Add Component1 and Component2
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 91.7% 204 in → 179 out (152 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 91.7% 204 in → 262 out (226 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1.jsx and Component2.jsx" }
openai/gpt-5.4-mini:high__json_schema PASS 91.7% 211 in → 150 out (129 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.4-nano:medium PASS 91.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 components
openai/gpt-5.4:low PASS 91.7% 173 in → 23 out (10 reasoning)
Add Component1 and Component2 files
openai/gpt-5.4:low__json_schema PASS 91.7% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.4:xhigh PASS 91.7% 173 in → 259 out (246 reasoning)
Add Component1 and Component2 components
openai/gpt-5.5:high__json_schema PASS 91.7% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-luna:max PASS 91.7% 173 in → 69 out (57 reasoning)
Add Component1 and Component2
openai/gpt-5.6-luna:xhigh PASS 91.7% 173 in → 48 out (36 reasoning)
Add Component1 and Component2
openai/gpt-5.6-sol:high__json_schema PASS 91.7% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-sol:none__json_schema PASS 91.7% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-oss-120b:high__json_schema PASS 91.7% 232 in → 414 out (326 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1.jsx and Component2.jsx" }
openai/gpt-oss-20b:low PASS 91.7% 221 in → 49 out (33 reasoning)
Add Component1 and Component2
poolside/laguna-xs-2.1:medium PASS 91.7% 195 in → 383 out (376 reasoning)
Add Component1 and Component2
poolside/laguna-xs-2.1:medium__json_schema PASS 91.7% 195 in → 367 out (353 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
poolside/laguna-xs.2:medium__json_schema PASS 91.7% 232 in → 283 out (269 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
poolside/laguna-xs.2:none__json_schema PASS 91.7% 232 in → 18 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-35b-a3b:low__json_schema PASS 91.7% 197 in → 1,586 out (1,350 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 91.7% 197 in → 1,390 out (1,239 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-35b-a3b:none__json_schema PASS 91.7% 199 in → 18 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-flash:low PASS 91.7% 197 in → 1,003 out (992 reasoning)
Add Component1 and Component2
qwen/qwen3.6-flash:medium PASS 91.7% 197 in → 1,079 out (1,068 reasoning)
Add Component1 and Component2
qwen/qwen3.7-flash:low PASS 91.7% 197 in → 1,547 out (1,536 reasoning)
Add Component1 and Component2
qwen/qwen3.7-max:none PASS 91.7% 199 in → 6 out (0 reasoning)
Add Component1 and Component2
qwen/qwen3.7-max:xhigh PASS 91.7% 197 in → 411 out (400 reasoning)
Add Component1 and Component2
qwen/qwen3.7-plus:low PASS 91.7% 197 in → 1,000 out (989 reasoning)
Add Component1 and Component2
tencent/hy3:xhigh PASS 91.7% 186 in → 484 out (476 reasoning)
Add Component1 and Component2
thinkingmachines/inkling-small:high PASS 91.7% 182 in → 63 out (62 reasoning)
Add Component1 and Component2
thinkingmachines/inkling-small:high__json_schema PASS 91.7% 182 in → 134 out (114 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
thinkingmachines/inkling-small:max PASS 91.7% 182 in → 63 out (51 reasoning)
Add Component1 and Component2
thinkingmachines/inkling-small:max__json_schema PASS 91.7% 182 in → 140 out (123 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
thinkingmachines/inkling-small:xhigh__json_schema PASS 91.7% 182 in → 251 out (234 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
thinkingmachines/inkling:high PASS 91.7% 182 in → 129 out (130 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:high PASS 91.7% 344 in → 555 out (547 reasoning)
Add Component1.jsx and Component2.jsx
x-ai/grok-4.3:none PASS 91.7% 342 in → 6 out (0 reasoning)
Add Component1 and Component2
x-ai/grok-4.5:high__json_schema PASS 91.7% 467 in → 419 out (406 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
x-ai/grok-4.5:low PASS 91.7% 395 in → 148 out (142 reasoning)
Add Component1 and Component2
x-ai/grok-4.5:low__json_schema PASS 91.7% 467 in → 159 out (146 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
x-ai/grok-4.5:max PASS 91.7% 395 in → 204 out (198 reasoning)
Add Component1 and Component2
x-ai/grok-4.5:max__json_schema PASS 91.7% 467 in → 286 out (273 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
x-ai/grok-4.5:xhigh PASS 91.7% 395 in → 161 out (155 reasoning)
Add Component1 and Component2
z-ai/glm-4.7-flash:none__json_schema PASS 91.7% 173 in → 13 out (0 reasoning)
Add component files
JSON Schema Structured Output
(raw) { "commit_message": "Add component files" }
z-ai/glm-5.2:high PASS 91.7% 180 in → 296 out (289 reasoning)
Add Component1 and Component2
z-ai/glm-5.2:low PASS 91.7% 180 in → 283 out (274 reasoning)
Add Component1 and Component2 components
anthropic/claude-fable-5:medium PASS 91.3% 256 in → 91 out (0 reasoning)
``` Add Component1 and Component2 placeholders ``` This commit message (42 characters) captures: - **Action**: "Add" — both files are new - **What**: The two component files created - **Context**: "placeholders" — since the files only contain stub text, not actual component code
anthropic/claude-sonnet-4.6:high PASS 91.3% 211 in → 14 out (0 reasoning)
Add Component1 and Component2 JSX files
arcee-ai/trinity-large-thinking:high PASS 91.3% 174 in → 595 out (586 reasoning)
Add Component1.jsx and Component2.jsx
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 91.3% 210 in → 384 out (371 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.5-flash:high PASS 91.3% 209 in → 352 out (346 reasoning)
Add Component1 and Component2
google/gemini-3.6-flash:xhigh PASS 91.3% 210 in → 354 out (348 reasoning)
Add Component1 and Component2
minimax/minimax-m3:medium PASS 91.3% 298 in → 153 out (145 reasoning)
Add Component1 and Component2
openai/gpt-5.5:high PASS 91.3% 173 in → 40 out (28 reasoning)
Add Component1 and Component2
openai/gpt-5.5:none__json_schema PASS 91.3% 211 in → 16 out (0 reasoning)
Add component files
JSON Schema Structured Output
(raw) {"commit_message":"Add component files"}
openai/gpt-oss-20b:low__json_schema PASS 91.3% 234 in → 12 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
poolside/laguna-m.1:none PASS 91.3% 195 in → 8 out (0 reasoning)
Add Component1 and Component2
qwen/qwen3.7-plus:none PASS 91.3% 199 in → 6 out (0 reasoning)
Add Component1 and Component2
tencent/hy3:low__json_schema PASS 91.3% 186 in → 447 out (408 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
thinkingmachines/inkling:max PASS 91.3% 182 in → 119 out (120 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:max__json_schema PASS 91.3% 404 in → 385 out (372 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1.jsx and Component2.jsx"}
z-ai/glm-5.2:xhigh PASS 91.3% 180 in → 390 out (382 reasoning)
Add Component1 and Component2
anthropic/claude-haiku-4.5:none__json_schema PASS 91% 380 in → 20 out (0 reasoning)
Add Component1 and Component2 React components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 React components"}
anthropic/claude-opus-4.6:max__json_schema PASS 91% 381 in → 59 out (27 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
anthropic/claude-opus-4.6:medium PASS 91% 211 in → 12 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.7:xhigh PASS 91% 261 in → 14 out (0 reasoning)
Add Component1 and Component2
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 91% 381 in → 20 out (0 reasoning)
Add Component1 and Component2 JSX files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 JSX files"}
anthropic/claude-sonnet-5:low__json_schema PASS 91% 477 in → 22 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
anthropic/claude-sonnet-5:xhigh__json_schema PASS 91% 477 in → 22 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
arcee-ai/trinity-mini:xhigh PASS 91% 174 in → 196 out (212 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 91% 180 in → 161 out (150 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2" }
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 91% 259 in → 93 out (80 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
deepseek/deepseek-v4-flash-0731:medium PASS 91% 180 in → 96 out (93 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-flash:high PASS 91% 180 in → 254 out (257 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-pro:medium__json_schema PASS 91% 180 in → 16 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemini-3-flash-preview:high PASS 91% 209 in → 296 out (290 reasoning)
Add Component1 and Component2
google/gemini-3-flash-preview:high__json_schema PASS 91% 272 in → 332 out (320 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3-flash-preview:xhigh PASS 91% 209 in → 308 out (302 reasoning)
Add Component1 and Component2
google/gemini-3-flash-preview:xhigh__json_schema PASS 91% 272 in → 349 out (337 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.1-flash-lite-preview:high PASS 91% 209 in → 453 out (447 reasoning)
Add Component1 and Component2
google/gemini-3.1-flash-lite-preview:low PASS 91% 209 in → 133 out (127 reasoning)
Add Component1 and Component2
google/gemini-3.1-pro-preview:low PASS 91% 209 in → 402 out (395 reasoning)
Add Component1 and Component2 files
google/gemini-3.5-flash-lite:high__json_schema PASS 91% 210 in → 373 out (360 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.5-flash:low__json_schema PASS 91% 272 in → 107 out (94 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.5-flash:medium PASS 91% 209 in → 326 out (320 reasoning)
Add Component1 and Component2
google/gemini-3.5-flash:medium__json_schema PASS 91% 272 in → 390 out (378 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemma-4-26b-a4b-it:low PASS 91% 225 in → 336 out (285 reasoning)
Add Component1 and Component2
google/gemma-4-31b-it:xhigh PASS 91% 224 in → 200 out (171 reasoning)
Add Component1 and Component2
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
minimax/minimax-m2.5:low__json_schema PASS 91% 212 in → 159 out (152 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
mistralai/mistral-medium-3-5:low__json_schema PASS 91% 191 in → 1,298 out (1,176 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
mistralai/mistral-medium-3-5:medium__json_schema PASS 91% 191 in → 597 out (636 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 91% 262 in → 208 out (194 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 91% 204 in → 554 out (334 reasoning)
Add Component1, Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1, Component2" }
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 91% 204 in → 18 out (0 reasoning)
Add two new components
JSON Schema Structured Output
(raw) { "commit_message": "Add two new components" }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 91% 204 in → 260 out (193 reasoning)
Add Component1.jsx and Component2.jsx
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 91% 204 in → 951 out (667 reasoning)
Add Component1, Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1, Component2" }
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 91% 204 in → 574 out (493 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-5.4-mini:medium__json_schema PASS 91% 211 in → 65 out (44 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.5:xhigh__json_schema PASS 91% 211 in → 92 out (71 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-luna:max__json_schema PASS 91% 211 in → 65 out (44 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-luna:medium PASS 91% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.6-terra:none PASS 91% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
poolside/laguna-m.1:low PASS 91% 195 in → 301 out (292 reasoning)
Add Component1 and Component2
poolside/laguna-m.1:xhigh__json_schema PASS 91% 195 in → 318 out (299 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
poolside/laguna-xs-2.1:low__json_schema PASS 91% 195 in → 466 out (452 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
poolside/laguna-xs.2:medium PASS 91% 232 in → 192 out (183 reasoning)
Add Component1 and Component2
poolside/laguna-xs.2:xhigh__json_schema PASS 91% 232 in → 173 out (159 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
qwen/qwen3.6-27b:low PASS 91% 197 in → 1,535 out (1,524 reasoning)
Add Component1 and Component2
qwen/qwen3.6-27b:low__json_schema PASS 91% 199 in → 18 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-27b:medium__json_schema PASS 91% 197 in → 1,097 out (999 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-27b:none PASS 91% 199 in → 7 out (0 reasoning)
Add Component1 and Component2
qwen/qwen3.6-27b:xhigh PASS 91% 197 in → 1,918 out (1,622 reasoning)
Add Component1 and Component2 components
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 91% 197 in → 1,156 out (1,014 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.6-flash:high PASS 91% 197 in → 1,249 out (1,238 reasoning)
Add Component1 and Component2
qwen/qwen3.7-flash:max PASS 91% 197 in → 1,836 out (1,825 reasoning)
Add Component1 and Component2
qwen/qwen3.7-plus:medium PASS 91% 197 in → 937 out (926 reasoning)
Add Component1 and Component2
qwen/qwen3.7-plus:xhigh PASS 91% 197 in → 627 out (616 reasoning)
Add Component1 and Component2
tencent/hy3:medium PASS 91% 186 in → 569 out (561 reasoning)
Add Component1 and Component2
tencent/hy3:medium__json_schema PASS 91% 186 in → 333 out (285 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
thinkingmachines/inkling-small:none PASS 91% 180 in → 10 out (0 reasoning)
Add Component1 and Component2 components
thinkingmachines/inkling:low__json_schema PASS 91% 182 in → 50 out (33 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
thinkingmachines/inkling:xhigh__json_schema PASS 91% 182 in → 319 out (302 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
x-ai/grok-4.5:medium PASS 91% 395 in → 325 out (319 reasoning)
Add Component1 and Component2
x-ai/grok-4.5:medium__json_schema PASS 91% 467 in → 396 out (383 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
x-ai/grok-4.5:xhigh__json_schema PASS 91% 467 in → 299 out (286 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
z-ai/glm-5.2:medium PASS 91% 180 in → 109 out (100 reasoning)
Add Component1 and Component2 components
z-ai/glm-5.2:none PASS 91% 174 in → 6 out (0 reasoning)
Add Component1 and Component2
minimax/minimax-m2.7:high__json_schema PASS 90.7% 212 in → 16 out (16 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 90.7% 204 in → 269 out (218 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
poolside/laguna-m.1:high PASS 90.7% 195 in → 538 out (528 reasoning)
Add Component1 and Component2 components
tencent/hy3:xhigh__json_schema PASS 90.7% 186 in → 799 out (660 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
anthropic/claude-opus-4.6:none__json_schema PASS 90.3% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
arcee-ai/trinity-large-thinking:low PASS 90.3% 174 in → 737 out (728 reasoning)
Add Component1 and Component2
openai/gpt-5.4-mini:xhigh__json_schema PASS 90.3% 211 in → 104 out (86 reasoning)
Add component placeholders
JSON Schema Structured Output
(raw) {"commit_message":"Add component placeholders"}
anthropic/claude-fable-5:high__json_schema PASS 90% 477 in → 28 out (0 reasoning)
Add Component1 and Component2 placeholder files
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 placeholder files"}
anthropic/claude-fable-5:low__json_schema PASS 90% 477 in → 27 out (0 reasoning)
Add Component1 and Component2 placeholders
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 placeholders"}
anthropic/claude-fable-5:max__json_schema PASS 90% 477 in → 243 out (60 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
anthropic/claude-opus-4.6:low__json_schema PASS 90% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
anthropic/claude-opus-4.6:none PASS 90% 211 in → 14 out (0 reasoning)
Add Component1 and Component2 JSX files
anthropic/claude-opus-4.6:xhigh PASS 90% 211 in → 12 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.8:max PASS 90% 256 in → 248 out (54 reasoning)
`Add Component1 and Component2 components`
anthropic/claude-opus-4.8:medium__json_schema PASS 90% 477 in → 24 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
anthropic/claude-sonnet-4.6:none__json_schema PASS 90% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
deepseek/deepseek-v4-flash-0731:xhigh PASS 90% 180 in → 308 out (261 reasoning)
Add Component1 and Component2 components
deepseek/deepseek-v4-pro:low PASS 90% 180 in → 353 out (345 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 90% 261 in → 617 out (599 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 components" }
google/gemini-3-flash-preview:low__json_schema PASS 90% 210 in → 330 out (317 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.1-pro-preview:high__json_schema PASS 90% 272 in → 387 out (374 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.5-flash:xhigh__json_schema PASS 90% 272 in → 538 out (520 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemma-4-31b-it:low PASS 90% 225 in → 190 out (168 reasoning)
Add Component1 and Component2
google/gemma-4-31b-it:medium PASS 90% 225 in → 251 out (219 reasoning)
Add Component1 and Component2
google/gemma-4-31b-it:none PASS 90% 222 in → 6 out (0 reasoning)
Add Component1 and Component2
ibm-granite/granite-4.1-8b PASS 90% 198 in → 8 out
Add Component1 and Component2 files
minimax/minimax-m2.5:high__json_schema PASS 90% 212 in → 188 out (194 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
minimax/minimax-m2.5:low PASS 90% 212 in → 203 out (218 reasoning)
Add Component1 and Component2
minimax/minimax-m2.7:low PASS 90% 212 in → 537 out (454 reasoning)
Add Component1 and Component2
minimax/minimax-m2.7:medium PASS 90% 211 in → 219 out (232 reasoning)
Add Component1 and Component2
minimax/minimax-m2.7:medium__json_schema PASS 90% 348 in → 157 out (144 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
minimax/minimax-m3:xhigh PASS 90% 298 in → 133 out (124 reasoning)
Add Component1 and Component2 components
mistralai/mistral-medium-3-5:medium PASS 90% 203 in → 9,971 out (9,049 reasoning)
Add Component1 and Component2
moonshotai/kimi-k2.7-code:high PASS 90% 174 in → 226 out (217 reasoning)
Add Component1 and Component2 components
moonshotai/kimi-k2.7-code:medium PASS 90% 175 in → 185 out (183 reasoning)
Add Component1 and Component2
openai/gpt-5.4-mini:none__json_schema PASS 90% 211 in → 16 out (0 reasoning)
Add component files
JSON Schema Structured Output
(raw) {"commit_message":"Add component files"}
openai/gpt-5.4-nano:low PASS 90% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.4-nano:medium__json_schema PASS 90% 211 in → 67 out (45 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
openai/gpt-5.4-nano:none__json_schema PASS 90% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
openai/gpt-5.5:xhigh PASS 90% 173 in → 130 out (118 reasoning)
Add Component1 and Component2
openai/gpt-5.6-luna:low PASS 90% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.6-sol:low PASS 90% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 placeholders
openai/gpt-5.6-sol:low__json_schema PASS 90% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-terra:none__json_schema PASS 90% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
openai/gpt-oss-120b:low PASS 90% 236 in → 142 out (115 reasoning)
Add Component1.jsx and Component2.jsx
openai/gpt-oss-120b:medium PASS 90% 234 in → 282 out (202 reasoning)
Add Component1.jsx and Component2.jsx
openai/gpt-oss-120b:xhigh__json_schema PASS 90% 236 in → 433 out (348 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1.jsx and Component2.jsx"}
openai/gpt-oss-20b:xhigh PASS 90% 234 in → 497 out (488 reasoning)
Add Component1 and Component2
poolside/laguna-xs-2.1:high__json_schema PASS 90% 195 in → 544 out (530 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
qwen/qwen3.6-35b-a3b:high PASS 90% 197 in → 1,389 out (1,200 reasoning)
Add Component1 and Component2
qwen/qwen3.6-35b-a3b:high__json_schema PASS 90% 197 in → 1,095 out (913 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
qwen/qwen3.7-flash:high PASS 90% 197 in → 971 out (960 reasoning)
Add Component1 and Component2
thinkingmachines/inkling-small:medium PASS 90% 182 in → 368 out (356 reasoning)
Add Component1 and Component2
thinkingmachines/inkling:max__json_schema PASS 90% 182 in → 194 out (177 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
thinkingmachines/inkling:none PASS 90% 182 in → 9 out (0 reasoning)
Add Component1 and Component2<|end_message|>
x-ai/grok-4.3:max PASS 90% 344 in → 421 out (413 reasoning)
Add Component1.jsx and Component2.jsx
z-ai/glm-4.7-flash:none PASS 90% 173 in → 4 out (0 reasoning)
Add new components
anthropic/claude-fable-5:xhigh__json_schema PASS 89.7% 477 in → 27 out (0 reasoning)
Add Component1 and Component2 placeholders
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 placeholders"}
mistralai/mistral-medium-3-5:xhigh PASS 89.7% 203 in → 1,167 out (1,307 reasoning)
Add components
openai/gpt-5.6-luna:high__json_schema PASS 89.7% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
qwen/qwen3.6-27b:high PASS 89.7% 197 in → 296 out (270 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:low__json_schema PASS 89.7% 410 in → 230 out (216 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1.jsx and Component2.jsx"}
anthropic/claude-haiku-4.5:high PASS 89.3% 240 in → 306 out (269 reasoning)
``` Add Component1 and Component2 ```
anthropic/claude-opus-4.7:medium__json_schema PASS 89.3% 482 in → 24 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
anthropic/claude-opus-4.8:high PASS 89.3% 256 in → 14 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.8:none PASS 89.3% 256 in → 14 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-opus-4.8:xhigh PASS 89.3% 256 in → 14 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-sonnet-5:low PASS 89.3% 256 in → 12 out (0 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-flash:none PASS 89.3% 180 in → 5 out (0 reasoning)
Add new React components
deepseek/deepseek-v4-pro:none__json_schema PASS 89.3% 371 in → 13 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 89.3% 210 in → 400 out (394 reasoning)
Add Component1 and Component2
google/gemini-3.6-flash:xhigh__json_schema PASS 89.3% 272 in → 288 out (276 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
nvidia/nemotron-3-super-120b-a12b:high PASS 89.3% 204 in → 264 out (233 reasoning)
Add Component1.jsx and Component2.jsx
openai/gpt-5.4-mini:low PASS 89.3% 173 in → 26 out (17 reasoning)
Add new components
openai/gpt-5.4-mini:none PASS 89.3% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 components
openai/gpt-5.4:medium__json_schema PASS 89.3% 211 in → 106 out (84 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
openai/gpt-5.4:xhigh__json_schema PASS 89.3% 211 in → 282 out (261 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.5:low__json_schema PASS 89.3% 211 in → 16 out (0 reasoning)
Add component files
JSON Schema Structured Output
(raw) {"commit_message":"Add component files"}
openai/gpt-5.5:medium__json_schema PASS 89.3% 211 in → 16 out (0 reasoning)
Add component files
JSON Schema Structured Output
(raw) {"commit_message":"Add component files"}
openai/gpt-5.6-sol:max PASS 89.3% 173 in → 67 out (54 reasoning)
Add Component1 and Component2 components
openai/gpt-5.6-terra:low PASS 89.3% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 components
poolside/laguna-xs.2:high__json_schema PASS 89.3% 232 in → 265 out (251 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
poolside/laguna-xs.2:xhigh PASS 89.3% 232 in → 585 out (576 reasoning)
Add Component1 and Component2
thinkingmachines/inkling-small:low PASS 89.3% 182 in → 78 out (65 reasoning)
Add Component1 and Component2 components
thinkingmachines/inkling-small:xhigh PASS 89.3% 182 in → 231 out (219 reasoning)
Add Component1 and Component2
thinkingmachines/inkling:xhigh PASS 89.3% 182 in → 157 out (145 reasoning)
Add Component1 and Component2
z-ai/glm-4.7-flash:low PASS 89.3% 173 in → 869 out (932 reasoning)
Add Component1 and Component2
anthropic/claude-opus-4.6:high__json_schema PASS 89% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
openai/gpt-5.6-luna:none PASS 89% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 components
anthropic/claude-fable-5:low PASS 88.7% 256 in → 14 out (0 reasoning)
Add Component1 and Component2 files
liquid/lfm-2-24b-a2b PASS 88.7% 196 in → 3 out
Add components
openai/gpt-5.5:none PASS 88.7% 173 in → 8 out (0 reasoning)
Add new component files
poolside/laguna-m.1:medium PASS 88.7% 195 in → 296 out (284 reasoning)
Add Component1 and Component2 to components dir
anthropic/claude-opus-4.8:max__json_schema PASS 88.3% 477 in → 24 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 components"}
anthropic/claude-sonnet-4.6:medium PASS 88.3% 211 in → 13 out (0 reasoning)
Add Component1 and Component2 jsx files
arcee-ai/trinity-mini:medium__json_schema PASS 88.3% 174 in → 324 out (351 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
google/gemini-3.1-pro-preview:medium__json_schema PASS 88.3% 272 in → 348 out (335 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
google/gemini-3.6-flash:medium PASS 88.3% 210 in → 356 out (350 reasoning)
Add Component1 and Component2
inclusionai/ling-2.6-flash PASS 88.3% 214 in → 8 out
Add Component1 and Component2 files
mistralai/devstral-2512__json_schema PASS 88.3% 191 in → 13 out
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2"}
moonshotai/kimi-k2.6:medium PASS 88.3% 175 in → 434 out (427 reasoning)
Add Component1 and Component2
moonshotai/kimi-k2.7-code:xhigh PASS 88.3% 175 in → 207 out (198 reasoning)
Add Component1 and Component2 components
openai/gpt-5.4-mini:low__json_schema PASS 88.3% 211 in → 37 out (18 reasoning)
Add new component files
JSON Schema Structured Output
(raw) {"commit_message":"Add new component files"}
openai/gpt-5.5:low PASS 88.3% 173 in → 8 out (0 reasoning)
Add new component files
openai/gpt-5.6-luna:xhigh__json_schema PASS 88.3% 211 in → 54 out (35 reasoning)
Add initial component files
JSON Schema Structured Output
(raw) {"commit_message":"Add initial component files"}
openai/gpt-5.6-terra:high__json_schema PASS 88.3% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
openai/gpt-oss-120b:high PASS 88.3% 234 in → 489 out (329 reasoning)
Add Component1.jsx and Component2.jsx
poolside/laguna-xs-2.1:xhigh PASS 88.3% 195 in → 392 out (385 reasoning)
Add Component1 and Component2
qwen/qwen3.6-27b:high__json_schema PASS 88.3% 197 in → 2,051 out (1,584 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1.jsx and Component2.jsx" }
tencent/hy3:high PASS 88.3% 186 in → 593 out (491 reasoning)
Add Component1 and Component2
tencent/hy3:low PASS 88.3% 186 in → 406 out (345 reasoning)
Add Component1 and Component2
tencent/hy3:none__json_schema PASS 88.3% 189 in → 16 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 components" }
thinkingmachines/inkling:low PASS 88.3% 182 in → 39 out (26 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:none__json_schema PASS 88.3% 402 in → 13 out (0 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1.jsx and Component2.jsx"}
z-ai/glm-4.7-flash:low__json_schema PASS 88.3% 173 in → 420 out (401 reasoning)
Add components
JSON Schema Structured Output
(raw) {"commit_message": "Add components"}
openai/gpt-5.5:medium PASS 88% 173 in → 32 out (23 reasoning)
Add component files
openai/gpt-5.6-terra:max PASS 88% 173 in → 111 out (98 reasoning)
Add Component1 and Component2 components
openai/gpt-oss-120b:xhigh PASS 88% 232 in → 475 out (325 reasoning)
Add Component1.jsx and Component2.jsx
anthropic/claude-opus-4.7:medium PASS 87.7% 261 in → 14 out (0 reasoning)
Add Component1 and Component2
anthropic/claude-sonnet-4.6:none PASS 87.7% 211 in → 14 out (0 reasoning)
Add Component1 and Component2 JSX files
deepseek/deepseek-v4-flash-0731:low PASS 87.7% 180 in → 216 out (211 reasoning)
Add new components
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 87.7% 272 in → 361 out (351 reasoning)
Add new components
JSON Schema Structured Output
(raw) {"commit_message": "Add new components"}
mistralai/mistral-medium-3-5:none__json_schema PASS 87.7% 191 in → 10 out (0 reasoning)
Add new components
JSON Schema Structured Output
(raw) {"commit_message": "Add new components"}
moonshotai/kimi-k2.6:xhigh PASS 87.7% 175 in → 460 out (475 reasoning)
Add Component1 and Component2
nvidia/nemotron-3-super-120b-a12b:none PASS 87.7% 204 in → 8 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.4-mini:high PASS 87.7% 173 in → 148 out (139 reasoning)
Add new components
openai/gpt-5.4-nano:xhigh PASS 87.7% 173 in → 209 out (196 reasoning)
Add Component1 and Component2 components
openai/gpt-5.4:high__json_schema PASS 87.7% 211 in → 166 out (145 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-sol:medium PASS 87.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-oss-20b:medium__json_schema PASS 87.7% 221 in → 157 out (121 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 files" }
qwen/qwen3.6-35b-a3b:none PASS 87.7% 199 in → 6 out (0 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:xhigh__json_schema PASS 87.7% 404 in → 474 out (461 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1.jsx and Component2.jsx"}
minimax/minimax-m3:high PASS 87.3% 350 in → 26 out (25 reasoning)
Add Component1 and Component2
anthropic/claude-opus-4.6:low PASS 86.7% 211 in → 10 out (0 reasoning)
Add Component1 and Component2
deepseek/deepseek-v4-flash-0731:none PASS 86.7% 180 in → 4 out (0 reasoning)
Add new components
minimax/minimax-m2.7:low__json_schema PASS 86.7% 212 in → 16 out (16 reasoning)
Add two new React components
JSON Schema Structured Output
(raw) { "commit_message": "Add two new React components" }
minimax/minimax-m3:low PASS 86.7% 350 in → 67 out (69 reasoning)
Add Component1 and Component2 placeholder files
openai/gpt-5.6-sol:none PASS 86.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 placeholders
openai/gpt-5.6-sol:xhigh PASS 86.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-oss-120b:medium__json_schema PASS 86.7% 221 in → 94 out (75 reasoning)
Add Component1.jsx and Component2.jsx
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1.jsx and Component2.jsx" }
z-ai/glm-4.7-flash:high__json_schema PASS 86.7% 173 in → 483 out (477 reasoning)
Add new components
JSON Schema Structured Output
(raw) {"commit_message": "Add new components"}
anthropic/claude-sonnet-4.6:low__json_schema PASS 86.3% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 86.3% 204 in → 14 out (0 reasoning)
Add Component1 and Component2.jsx
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2.jsx"}
openai/gpt-5.6-terra:medium PASS 86.3% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
anthropic/claude-sonnet-4.6:xhigh PASS 86% 211 in → 13 out (0 reasoning)
Add Component1 and Component2 jsx files
deepseek/deepseek-v4-flash-0731:max PASS 86% 272 in → 251 out (244 reasoning)
Add Component1 and Component2
openai/gpt-5.6-terra:medium__json_schema PASS 86% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
z-ai/glm-4.7-flash:xhigh PASS 86% 173 in → 783 out (804 reasoning)
Add new components
google/gemini-3.5-flash-lite:medium PASS 85.3% 209 in → 288 out (282 reasoning)
Add Component1 and Component2
openai/gpt-5.6-terra:xhigh__json_schema PASS 85.3% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
anthropic/claude-sonnet-4.6:max__json_schema PASS 85% 381 in → 80 out (49 reasoning)
Add Component1 and Component2 JSX files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 JSX files"}
anthropic/claude-sonnet-4.6:medium__json_schema PASS 85% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 85% 180 in → 15 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
minimax/minimax-m3:high__json_schema PASS 85% 337 in → 15 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-5.6-sol:high PASS 85% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.6-terra:low__json_schema PASS 85% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
openai/gpt-5.4:none PASS 84.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.6-terra:high PASS 84.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
anthropic/claude-sonnet-4.6:low PASS 84.3% 211 in → 12 out (0 reasoning)
Add Component1 and Component2 files
deepseek/deepseek-v4-flash:medium__json_schema PASS 84.3% 182 in → 168 out (151 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 files" }
mistralai/devstral-2512 PASS 84.3% 191 in → 8 out
Add Component1 and Component2 files
moonshotai/kimi-k2.7-code:high__json_schema PASS 84.3% 262 in → 142 out (127 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 files"}
openai/gpt-5.6-luna:high PASS 84.3% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
anthropic/claude-fable-5:xhigh PASS 83.7% 256 in → 67 out (24 reasoning)
``` Add Component1 and Component2 components ```
poolside/laguna-xs-2.1:none PASS 83.7% 195 in → 7 out (0 reasoning)
Add Component1 and Component2 files
z-ai/glm-4.7-flash:medium PASS 83.7% 173 in → 525 out (539 reasoning)
Add new components
anthropic/claude-haiku-4.5:none PASS 83.3% 211 in → 12 out (0 reasoning)
Add Component1 and Component2 files
anthropic/claude-opus-4.6:medium__json_schema PASS 83.3% 381 in → 18 out (0 reasoning)
Add Component1 and Component2 components
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 components"}
anthropic/claude-sonnet-4.6:high__json_schema PASS 83.3% 381 in → 19 out (0 reasoning)
Add Component1 and Component2 jsx files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 jsx files"}
deepseek/deepseek-v4-pro:low__json_schema PASS 83.3% 180 in → 16 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
moonshotai/kimi-k2.6:low PASS 83.3% 175 in → 709 out (678 reasoning)
Add Component1 and Component2
nvidia/nemotron-3-nano-30b-a3b:none PASS 83.3% 204 in → 8 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.6-terra:max__json_schema PASS 83.3% 211 in → 71 out (49 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
poolside/laguna-m.1:none__json_schema PASS 83.3% 195 in → 14 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1 and Component2 files"}
poolside/laguna-xs-2.1:none__json_schema PASS 83.3% 195 in → 19 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 files" }
deepseek/deepseek-v4-flash:xhigh PASS 83% 259 in → 340 out (319 reasoning)
AddComponent1 and Component2
arcee-ai/trinity-mini:xhigh__json_schema PASS 82.7% 174 in → 529 out (561 reasoning)
AddComponent1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "AddComponent1 and Component2" }
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 82.7% 261 in → 476 out (460 reasoning)
Add component files for Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add component files for Component1 and Component2"}
openai/gpt-5.4-nano:none PASS 82.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
openai/gpt-5.4:none__json_schema PASS 82.7% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
openai/gpt-oss-20b:high PASS 82.7% 221 in → 174 out (173 reasoning)
Add Component1.jsx and Component2.jsx
deepseek/deepseek-v4-pro:xhigh PASS 81.7% 259 in → 396 out (452 reasoning)
AddComponent1 and Component2
openai/gpt-5.4-nano:low__json_schema PASS 81.7% 211 in → 20 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2 files"}
openai/gpt-5.6-terra:xhigh PASS 81.7% 173 in → 11 out (0 reasoning)
Add Component1 and Component2 files
google/gemma-4-26b-a4b-it:none__json_schema PASS 81% 222 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2" }
openai/gpt-oss-120b:low__json_schema PASS 81% 234 in → 16 out (0 reasoning)
Add Component1 and Component2 files
JSON Schema Structured Output
(raw) { "commit_message": "Add Component1 and Component2 files" }
poolside/laguna-m.1:xhigh PASS 81% 195 in → 414 out (403 reasoning)
Add Component1 and Component2 components.
openai/gpt-oss-20b:medium PASS 79.3% 232 in → 51 out (35 reasoning)
Add Component1 and Component2 components.
google/gemini-3.5-flash:high__json_schema PASS 78.3% 272 in → 512 out (500 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
arcee-ai/trinity-mini:high PASS 75% 174 in → 437 out (483 reasoning)
AddComponent1 and Component2
arcee-ai/trinity-mini:low PASS 73.3% 174 in → 307 out (346 reasoning)
AddComponent1 and Component2
google/gemma-4-31b-it:high PASS 73.3% 225 in → 237 out (209 reasoning)
Add Component1 and Component2
poolside/laguna-xs.2:none PASS 71.7% 232 in → 9 out (0 reasoning)
Add Component1 and Component2 files
mistralai/mistral-medium-3-5:high__json_schema PASS 65% 191 in → 833 out (674 reasoning)
Add Component1, Component2
JSON Schema Structured Output
(raw) {"commit_message": "Add Component1, Component2"}
poolside/laguna-xs.2:low PASS 63.3% 232 in → 289 out (280 reasoning)
Add Component1 and Component2
x-ai/grok-4.3:high__json_schema PASS 63.3% 404 in → 336 out (325 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
deepseek/deepseek-v4-flash:none__json_schema PASS 61.7% 180 in → 12 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
openai/gpt-5.6-luna:low__json_schema PASS 61.7% 211 in → 19 out (0 reasoning)
Add Component1 and Component2
JSON Schema Structured Output
(raw) {"commit_message":"Add Component1 and Component2"}
google/gemini-3.5-flash-lite:low PASS 60% 210 in → 6 out (0 reasoning)
Add Component1 and Component2
anthropic/claude-haiku-4.5:xhigh PASS 53.7% 240 in → 431 out (289 reasoning)
# Add Component1 and Component2 (29 characters)
moonshotai/kimi-k2.6:high__json_schema FAIL 45% 175 in → 510 out (503 reasoning)
(empty output)
JSON Schema Structured Output
(raw) {"commit_message":""}
x-ai/grok-4.3:low FAIL 38.3% 350 in → 222 out (207 reasoning)
Add Component1 and Component2 (The diff adds two new component files.)
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: Add Component1 and Component2
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: Add components
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% 252 in → 160 out (111 reasoning)
**Commit message:** ``` Add Component1 and Component2 components ``` (39 characters — uses the "Add" action to describe the creation of two new component files)
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:high__json_schema FAIL 0% 252 in → 61 out (39 reasoning)
Add Component1 and Component2 components
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:low FAIL 0% 252 in → 152 out (130 reasoning)
Add Component1 and Component2 components
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:low__json_schema FAIL 0% 252 in → 211 out (187 reasoning)
**Add Component1 and Component2 components**
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:max FAIL 0% 252 in → 140 out (119 reasoning)
Add Component1 and Component2
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:max__json_schema FAIL 0% 252 in → 178 out (154 reasoning)
**Add Component1 and Component2 components**
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:medium FAIL 0% 252 in → 176 out (154 reasoning)
Add Component1 and Component2 components
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:medium__json_schema FAIL 0% 252 in → 130 out (108 reasoning)
Add Component1 and Component2 components
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:xhigh FAIL 0% 252 in → 167 out (113 reasoning)
**Add Component1 and Component2** (29 characters) This message follows the imperative convention, starts with the action verb "Add," and clearly describes what was introduced — two new component files.
Failure: Scoring error: llm_judge requires a judge client
moonshotai/kimi-k3:xhigh__json_schema FAIL 0% 252 in → 200 out (157 reasoning)
**Commit message:** ``` Add Component1 and Component2 components ``` (40 characters — describes the addition of the two new component files)
Failure: Scoring error: llm_judge requires a judge client
nvidia/nemotron-3-super-120b-a12b:medium FAIL 0% 204 in → 249 out (186 reasoning)
Add Component1.jsx and Component2.jsx
Failure: Scoring error: llm_judge requires a judge client
nvidia/nemotron-3-super-120b-a12b:xhigh FAIL 0% 204 in → 260 out (205 reasoning)
Add Component1.jsx and Component2.jsx
Failure: Scoring error: llm_judge requires a judge client
Invalid JSON. Output: Add Component1 and Component2
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-000c78a7-f2e9-97e7-9c25-e211f776c9c6","request_id":"000c78a7-f2e9-97e7-9c25-e211f776c9c6"}', '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-439cb7d8-b26c-9829-97df-bdc35cd6e721","request_id":"439cb7d8-b26c-9829-97df-bdc35cd6e721"}', '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-d0881158-c433-91ed-bead-e1fd3341ade3","request_id":"d0881158-c433-91ed-bead-e1fd3341ade3"}', '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-7cc38bcc-1cd5-9439-ad07-7d18118093af","request_id":"7cc38bcc-1cd5-9439-ad07-7d18118093af"}', '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-dda71881-7094-9f17-9d6d-6c63446472fa","request_id":"dda71881-7094-9f17-9d6d-6c63446472fa"}', '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-b6975e96-6d73-9bcb-8d9f-6dc2eaa6008d"}\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-328e7e04-34d4-9655-a3fc-7c2b5395b64c"}\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-43a77128-ce8f-983b-91ad-d8e55b6cc9a1"}\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-547e1c48-7fa8-95f4-a6cc-ed3586fc2c40"}\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-9ffed6df-b772-9eaf-aff0-4ca5692038df"}\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-ff6f7c0b-4323-9617-9825-e22b3e21c0b4"}\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-9aa8463d-ef2d-9274-84ea-989445c38d4f","request_id":"9aa8463d-ef2d-9274-84ea-989445c38d4f"}', '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-bde5963a-76ee-93de-823c-0ce9d18b34cd","request_id":"bde5963a-76ee-93de-823c-0ce9d18b34cd"}', '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-4d49b1e5-85ca-9c4f-9285-560fa57407ed","request_id":"4d49b1e5-85ca-9c4f-9285-560fa57407ed"}', '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-8aecb4f4-81df-973f-9db5-1ac34d0ad348","request_id":"8aecb4f4-81df-973f-9db5-1ac34d0ad348"}', '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-913d87a4-ed76-9c30-b1c7-3060d81ef3ec","request_id":"913d87a4-ed76-9c30-b1c7-3060d81ef3ec"}', '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-7687688c-5f0d-9bee-bfb2-16e90c8a5a61","request_id":"7687688c-5f0d-9bee-bfb2-16e90c8a5a61"}', '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-e5f16492-a1ed-9ca9-b5ba-badfabcd877c","request_id":"e5f16492-a1ed-9ca9-b5ba-badfabcd877c"}', '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-86d52ac9-67e9-9c1e-9887-6a1d517b2a3b","request_id":"86d52ac9-67e9-9c1e-9887-6a1d517b2a3b"}', '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-42caa0e8-2d96-909e-914f-97949665b5fa","request_id":"42caa0e8-2d96-909e-914f-97949665b5fa"}', '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-e4ee2338-e92a-99c6-bee0-ad79412e9153","request_id":"e4ee2338-e92a-99c6-bee0-ad79412e9153"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
Failure: Model 'tencent/hy3:none' violated the reasoning_level=none invariant: provider reported 623 reasoning token(s)
Invalid JSON. Output: Add Component1 and Component2{"commit_message": "Add Component1 and Component2"}
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: Add Component1 and Component2
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: Add Component1 and Component2
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: Add Component1 and Component2{"commit_message": "Add Component1 and Component2"}
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: Add Component1 and Component2
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)