Multi-line hunk: address block conflict
Tests ability to resolve a multi-line hunk conflict with address/contact information. Evaluates combining partial changes from both sides.

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

  1. 01 git init
  2. 02 git config user.email 'test@test.com'
  3. 03 git config user.name 'Test User'
  4. 04 printf 'Name: John Doe Email: john@example.com Phone: 555-1234' > contact.txt
  5. 05 git add contact.txt
  6. 06 git commit -m 'Initial contact'
  7. 07 git checkout -b work
  8. 08 printf 'Name: John Doe Email: john@company.com Phone: 555-1234' > contact.txt
  9. 09 git add contact.txt
  10. 10 git commit -m 'Use work email'
  11. 11 git checkout main
  12. 12 printf 'Name: John Doe Email: johndoe@personal.com Phone: 555-9876' > contact.txt
  13. 13 git add contact.txt
  14. 14 git commit -m 'Update contact info'
  15. 15 git cherry-pick $(git rev-parse work)
Prompt
Resolve the cherry-pick conflict in contact.txt. The base had john@example.com and 555-1234. The incoming commit kept john@example.com but updated the email to john@company.com. The current branch updated both to johndoe@personal.com and 555-9876. Provide ONLY the resolved file content with the most complete updates.
Expected
Name: John Doe Email: johndoe@personal.com Phone: 555-9876

Scoped model quality, cost, API time, and token usage for cherry_pick/f004.

Loading...
Loading raw attempt evidence…
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 360 in → 835 out (708 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 359 in → 1,477 out (732 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 329 in → 37 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 359 in → 551 out (532 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 330 in → 326 out (192 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 330 in → 37 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 333 in → 37 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 330 in → 37 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 331 in → 555 out (231 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-5:low PASS 100% 214 in → 32 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 434 in → 186 out (74 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-5:none__json_schema PASS 100% 435 in → 47 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 434 in → 352 out (86 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
arcee-ai/trinity-large-thinking:high PASS 100% 140 in → 2,200 out (2,202 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
arcee-ai/trinity-large-thinking:medium PASS 100% 141 in → 3,027 out (3,037 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
arcee-ai/trinity-large-thinking:xhigh PASS 100% 141 in → 2,523 out (2,530 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
arcee-ai/trinity-mini:high PASS 100% 141 in → 888 out (1,006 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
arcee-ai/trinity-mini:high__json_schema PASS 100% 141 in → 645 out (697 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
arcee-ai/trinity-mini:low__json_schema PASS 100% 141 in → 551 out (580 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
arcee-ai/trinity-mini:medium__json_schema PASS 100% 141 in → 457 out (491 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
deepseek/deepseek-v4-flash-0731:low PASS 100% 145 in → 1,232 out (1,209 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 148 in → 1,650 out (1,738 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 145 in → 35 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 149 in → 994 out (959 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 145 in → 34 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 337 in → 1,612 out (1,580 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 339 in → 33 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
google/gemini-3-flash-preview:high__json_schema PASS 100% 224 in → 849 out (814 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 164 in → 166 out (140 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 166 in → 168 out (128 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 165 in → 801 out (761 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
google/gemini-3.5-flash-lite:high PASS 100% 167 in → 1,366 out (1,340 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.5-flash-lite:low PASS 100% 167 in → 26 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 167 in → 40 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
google/gemini-3.5-flash-lite:max PASS 100% 165 in → 1,644 out (1,618 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.5-flash-lite:medium PASS 100% 166 in → 747 out (721 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 165 in → 1,819 out (1,779 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
google/gemini-3.5-flash:high__json_schema PASS 100% 226 in → 1,310 out (1,268 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
google/gemini-3.5-flash:low PASS 100% 165 in → 798 out (772 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.5-flash:medium PASS 100% 163 in → 978 out (952 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemini-3.5-flash:xhigh PASS 100% 165 in → 2,410 out (2,384 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 179 in → 2,177 out (1,860 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
google/gemma-4-31b-it:high__json_schema PASS 100% 181 in → 2,868 out (2,541 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
ibm-granite/granite-4.1-8b PASS 100% 157 in → 23 out
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m2.5:high__json_schema PASS 100% 173 in → 1,216 out (1,200 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
minimax/minimax-m2.5:low__json_schema PASS 100% 174 in → 3,117 out (3,517 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
minimax/minimax-m2.5:medium PASS 100% 175 in → 855 out (837 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m2.5:medium__json_schema PASS 100% 172 in → 911 out (1,024 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
minimax/minimax-m2.5:xhigh PASS 100% 174 in → 420 out (390 reasoning)
contact.txt Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 188 in → 243 out (212 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
minimax/minimax-m2.7:high PASS 100% 174 in → 1,188 out (1,297 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m2.7:low PASS 100% 173 in → 1,060 out (1,179 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m2.7:xhigh PASS 100% 175 in → 943 out (921 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 305 in → 879 out (847 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
minimax/minimax-m3:high PASS 100% 259 in → 384 out (358 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
minimax/minimax-m3:high__json_schema PASS 100% 299 in → 32 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
minimax/minimax-m3:low PASS 100% 310 in → 376 out (379 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m3:medium PASS 100% 312 in → 489 out (509 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
minimax/minimax-m3:medium__json_schema PASS 100% 298 in → 32 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
minimax/minimax-m3:xhigh PASS 100% 312 in → 249 out (235 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
minimax/minimax-m3:xhigh__json_schema PASS 100% 260 in → 33 out (31 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
mistralai/devstral-2512__json_schema PASS 100% 165 in → 33 out
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 164 in → 3,774 out (3,857 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 165 in → 1,552 out (1,641 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
moonshotai/kimi-k2.6:high PASS 100% 145 in → 7,685 out (7,663 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
moonshotai/kimi-k2.6:high__json_schema PASS 100% 146 in → 8,668 out (8,464 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
moonshotai/kimi-k2.6:low__json_schema PASS 100% 328 in → 1,943 out (1,913 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 145 in → 2,315 out (2,604 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 146 in → 208 out (175 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
moonshotai/kimi-k2.7-code:low PASS 100% 144 in → 564 out (540 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 145 in → 1,119 out (1,085 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 230 in → 799 out (768 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 176 in → 26 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 178 in → 36 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 174 in → 615 out (581 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 178 in → 637 out (539 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 176 in → 389 out (320 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 177 in → 418 out (388 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 176 in → 688 out (597 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 178 in → 480 out (399 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 176 in → 26 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 177 in → 36 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 175 in → 389 out (372 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-mini:high PASS 100% 138 in → 282 out (255 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-mini:low PASS 100% 138 in → 179 out (152 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-mini:low__json_schema PASS 100% 173 in → 152 out (116 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
openai/gpt-5.4-mini:medium PASS 100% 138 in → 210 out (183 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-mini:medium__json_schema PASS 100% 173 in → 552 out (516 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
openai/gpt-5.4-mini:xhigh PASS 100% 138 in → 2,458 out (2,431 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-nano:low PASS 100% 137 in → 117 out (90 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-nano:medium__json_schema PASS 100% 174 in → 141 out (104 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
openai/gpt-5.4-nano:none PASS 100% 139 in → 25 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.4-nano:none__json_schema PASS 100% 173 in → 35 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 173 in → 2,089 out (2,052 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
openai/gpt-5.4:high__json_schema PASS 100% 175 in → 623 out (587 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
openai/gpt-5.6-luna:high PASS 100% 137 in → 339 out (312 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.6-luna:low__json_schema PASS 100% 173 in → 34 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
openai/gpt-5.6-luna:xhigh PASS 100% 136 in → 431 out (404 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
openai/gpt-5.6-terra:max__json_schema PASS 100% 172 in → 1,360 out (1,324 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
openai/gpt-oss-20b:medium__json_schema PASS 100% 187 in → 603 out (684 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
poolside/laguna-xs-2.1:none__json_schema PASS 100% 163 in → 31 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
poolside/laguna-xs.2:high PASS 100% 203 in → 722 out (695 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
poolside/laguna-xs.2:low__json_schema PASS 100% 202 in → 473 out (441 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
poolside/laguna-xs.2:none PASS 100% 202 in → 26 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
poolside/laguna-xs.2:none__json_schema PASS 100% 202 in → 31 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 201 in → 436 out (403 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n"}
qwen/qwen3.6-27b:none__json_schema PASS 100% 164 in → 38 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876\n" }
qwen/qwen3.6-35b-a3b:high PASS 100% 160 in → 1,954 out (1,936 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 163 in → 2,048 out (1,981 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
qwen/qwen3.6-35b-a3b:low PASS 100% 164 in → 2,395 out (2,314 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-35b-a3b:medium PASS 100% 164 in → 1,787 out (1,701 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 162 in → 3,783 out (3,732 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
qwen/qwen3.6-35b-a3b:none PASS 100% 164 in → 26 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 166 in → 37 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 163 in → 3,144 out (3,090 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 161 in → 2,387 out (2,320 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
qwen/qwen3.6-flash:high PASS 100% 163 in → 3,674 out (3,644 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-flash:none PASS 100% 164 in → 25 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.6-flash:xhigh PASS 100% 161 in → 3,523 out (3,493 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-flash:max PASS 100% 163 in → 1,872 out (1,842 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-flash:medium PASS 100% 163 in → 3,734 out (3,704 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-flash:none PASS 100% 164 in → 25 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-flash:xhigh PASS 100% 164 in → 2,388 out (2,358 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-max:high PASS 100% 164 in → 197 out (163 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
qwen/qwen3.7-max:low PASS 100% 164 in → 1,157 out (1,127 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-max:medium PASS 100% 162 in → 409 out (375 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
qwen/qwen3.7-max:xhigh PASS 100% 164 in → 475 out (445 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
qwen/qwen3.7-plus:none PASS 100% 166 in → 25 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
thinkingmachines/inkling:medium PASS 100% 146 in → 777 out (750 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
x-ai/grok-4.3:high__json_schema PASS 100% 375 in → 1,291 out (1,265 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
x-ai/grok-4.3:low__json_schema PASS 100% 379 in → 596 out (569 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876"}
x-ai/grok-4.3:max PASS 100% 316 in → 1,235 out (1,211 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
x-ai/grok-4.3:max__json_schema PASS 100% 374 in → 1,265 out (1,235 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
z-ai/glm-4.7-flash:low PASS 100% 143 in → 5,498 out (5,590 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
z-ai/glm-4.7-flash:none PASS 100% 144 in → 23 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
z-ai/glm-4.7-flash:none__json_schema PASS 100% 144 in → 33 out (0 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-9876" }
anthropic/claude-fable-5:high FAIL 0% 213 in → 244 out (76 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Reasoning:** The incoming commit's only intentional change was the email (its phone 555-1234 is just the unchanged base value). The current branch intentionally updated the phone to 555-9876. Combining both intentional changes gives the work email plus the new phone number.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:high__json_schema FAIL 0% 435 in → 137 out (88 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:low FAIL 0% 214 in → 179 out (47 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Rationale:** The incoming cherry-pick's intent was to update the email to the work address (`john@company.com`), while the current branch's phone update (`555-9876`) is newer than the base's `555-1234`. Combining both changes preserves the most complete set of updates.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:low__json_schema FAIL 0% 437 in → 103 out (37 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:max FAIL 0% 214 in → 881 out (186 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:max__json_schema FAIL 0% 435 in → 427 out (207 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:medium FAIL 0% 214 in → 199 out (64 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Reasoning:** The incoming commit's intent was to change the email to the work address (john@company.com), while the current branch's phone update (555-9876) is the only change to the phone number. Merging both intents preserves the most complete set of updates.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:medium__json_schema FAIL 0% 434 in → 126 out (63 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:xhigh FAIL 0% 213 in → 224 out (103 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-fable-5:xhigh__json_schema FAIL 0% 435 in → 285 out (188 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-haiku-4.5:high FAIL 0% 192 in → 1,265 out (710 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` The HEAD version contains the most complete updates, with both fields updated (email personalized and phone number changed), compared to the incoming commit which only modified the email while keeping the base phone number.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-haiku-4.5:low FAIL 0% 191 in → 722 out (651 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` The current branch (HEAD) has the most complete updates with both fields updated to their latest values.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-haiku-4.5:low__json_schema FAIL 0% 357 in → 1,358 out (825 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-haiku-4.5:medium FAIL 0% 190 in → 655 out (537 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` **Rationale:** The current branch (HEAD) contains the most complete updates, having modified both the email and phone number. The incoming commit only updated the email while keeping the old phone number, making it less comprehensive.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-haiku-4.5:none FAIL 0% 161 in → 28 out (0 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-haiku-4.5:xhigh FAIL 0% 191 in → 1,617 out (777 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` This resolves to **HEAD** (current branch), which represents the most complete set of updates—both the email and phone fields were changed from the base, whereas the incoming commit only updated the email while keeping the phone unchanged.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:high FAIL 0% 161 in → 543 out (229 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Reasoning:** | Field | Base | HEAD (current) | Incoming (cherry-pick) | Resolution | |-------|------|----------------|------------------------|------------| | Email | `john@example.com` | `johndoe@personal.com` | `john@company.com` | `john@company.com` — The cherry-picked commit's **explicit intent** was `"Use work email"`, so this is the purposeful update. | | Phone | `555-1234` | `555-9876` | `555-1234` | `555-9876` — The incoming commit left phone **unchanged from base**, meaning it never intended to modify it. HEAD's update to `555-9876` is a real, independent change. | The "most complete" resolution **combines both non-overlapping changes**: the deliberate email update from the cherry-pick and the phone update from HEAD.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:high__json_schema FAIL 0% 330 in → 493 out (244 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:low FAIL 0% 161 in → 24 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:low__json_schema FAIL 0% 329 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:max FAIL 0% 161 in → 899 out (364 reasoning)
## Conflict Analysis | Field | Base | HEAD (current) | Incoming (cherry-pick) | Resolution | |-------|------|----------------|----------------------|------------| | Email | john@example.com | johndoe@personal.com | **john@company.com** | Take incoming (purpose of cherry-pick) | | Phone | 555-1234 | **555-9876** | 555-1234 (unchanged) | Take HEAD (only branch that updated it) | ## Resolved File ``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` ## Reasoning - **Email → `john@company.com`**: The entire purpose of the cherry-picked commit (`d913ce0 "Use work email"`) was to update the email to the work address. Accepting this honors the intent of the cherry-pick. - **Phone → `555-9876`**: The incoming commit never touched the phone number (it stayed at the base value `555-1234`). Only HEAD updated it to `555-9876`, so this change is preserved. This combines **both non-overlapping updates**, producing the most complete result.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:max__json_schema FAIL 0% 328 in → 432 out (238 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:medium FAIL 0% 161 in → 29 out (0 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:medium__json_schema FAIL 0% 329 in → 35 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:none FAIL 0% 161 in → 185 out (0 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Reasoning:** - **Email:** The current branch changed the base `john@example.com` → `johndoe@personal.com`, and the incoming commit changed it → `john@company.com`. The incoming cherry-picked commit's *intent* was specifically to update to the work email (`john@company.com`), so that is the most complete/purposeful update for email. - **Phone:** Only the current branch updated the phone from `555-1234` → `555-9876`. The incoming commit left it at the base value (`555-1234`), so `555-9876` is the most complete update for phone. This combines both branches' meaningful changes into the most complete resolution.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:none__json_schema FAIL 0% 329 in → 35 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:xhigh FAIL 0% 160 in → 697 out (270 reasoning)
## Resolved `contact.txt` ``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` ## Reasoning | Field | Base | HEAD (current) | Incoming (cherry-pick) | Resolution | |-------|------|----------------|------------------------|------------| | Email | `john@example.com` | `johndoe@personal.com` | `john@company.com` | `john@company.com` — The cherry-pick's **entire purpose** was to update to the work email (commit message: *"Use work email"*). | | Phone | `555-1234` | `555-9876` | `555-1234` | `555-9876` — Only HEAD changed this; the incoming commit left it at the base value, meaning it had **no opinion** on this field. | This combines **both intentional changes**, giving the most complete update: - The **work email** from the cherry-picked commit. - The **new phone number** from the current branch.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.6:xhigh__json_schema FAIL 0% 329 in → 284 out (221 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:high FAIL 0% 219 in → 238 out (88 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:high__json_schema FAIL 0% 438 in → 46 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:low FAIL 0% 220 in → 30 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:low__json_schema FAIL 0% 440 in → 46 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:max FAIL 0% 218 in → 970 out (143 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:max__json_schema FAIL 0% 440 in → 1,131 out (173 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:medium FAIL 0% 219 in → 30 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:medium__json_schema FAIL 0% 440 in → 46 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:none FAIL 0% 218 in → 30 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:none__json_schema FAIL 0% 439 in → 46 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:xhigh FAIL 0% 219 in → 425 out (171 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.7:xhigh__json_schema FAIL 0% 440 in → 272 out (88 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:high FAIL 0% 214 in → 658 out (222 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:high__json_schema FAIL 0% 434 in → 337 out (68 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:low FAIL 0% 213 in → 281 out (160 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:low__json_schema FAIL 0% 433 in → 259 out (96 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:max FAIL 0% 216 in → 6,791 out (822 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:max__json_schema FAIL 0% 434 in → 14,721 out (2,023 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:medium FAIL 0% 213 in → 623 out (103 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Reasoning for the resolution:** - **Email:** The incoming commit (`Use work email`) deliberately updates the address to `john@company.com`. This is the intentional, meaningful email change to keep. - **Phone:** The base value was `555-1234`. The incoming commit left it unchanged, but the current branch (`HEAD`) updated it to `555-9876`. The updated number is the more complete change. This combines the actual updates from both sides while dropping the stale base value (`555-1234`).
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:medium__json_schema FAIL 0% 434 in → 296 out (112 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:none FAIL 0% 212 in → 481 out (0 reasoning)
Looking at this conflict, I need to determine the "most complete updates": - **Email**: The incoming commit specifically updated the email (`john@company.com`) as its intended change ("Use work email"). The current branch also changed it (`johndoe@personal.com`). Both changed the email, so I need to pick the most relevant. The incoming commit's *purpose* was the email update. - **Phone**: The current branch updated the phone to `555-9876` (from the base `555-1234`). The incoming commit left the phone at the base value. So the current branch has the meaningful phone update. The "most complete" resolution combines the actual updates each side made: - Phone: `555-9876` (current branch made the real change; incoming kept base) - Email: This is a genuine conflict—both sides intentionally changed it to different values. Given the incoming commit's explicit intent ("Use work email"), the work email is the deliberate update, while the current branch's personal email conflicts with it. Assuming you want to honor the incoming commit's purpose (work email) alongside the current branch's phone update: ``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` ⚠️ **Note**: The email is a true semantic conflict (personal vs. work), so please confirm which is correct. If you actually intended to keep the personal email, use `johndoe@personal.com` instead. The phone (`555-9876`) is unambiguous since only the current branch changed it from the base.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:none__json_schema FAIL 0% 434 in → 43 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:xhigh FAIL 0% 214 in → 1,499 out (198 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Reasoning for the resolution:** - **Email:** Both branches changed the base value (`john@example.com`), so this is a true conflict. Since the cherry-picked commit's explicit purpose is *"Use work email"*, the correct incoming update is `john@company.com`. - **Phone:** Only the current branch (HEAD) modified this field (`555-1234` → `555-9876`); the incoming commit left the base value untouched. The meaningful update is therefore `555-9876`. This keeps the intended change from the cherry-picked commit (work email) while preserving the phone update that only exists on the current branch.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-opus-4.8:xhigh__json_schema FAIL 0% 433 in → 1,109 out (336 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:high FAIL 0% 161 in → 684 out (252 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` **Resolution rationale:** - **Email** → `johndoe@personal.com` (HEAD): Both sides changed the email from the base `john@example.com`. HEAD's change is kept as the current branch represents the most complete/intentional update to both fields together. - **Phone** → `555-9876` (HEAD): The incoming cherry-pick left the phone unchanged at the base value `555-1234`, while HEAD actively updated it. The HEAD change is the only real update here and is kept.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:low FAIL 0% 163 in → 28 out (0 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:max FAIL 0% 160 in → 791 out (217 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Resolution reasoning:** | Field | Base | HEAD (current) | Incoming cherry-pick | Resolution | |-------|------|----------------|----------------------|------------| | Email | john@example.com | johndoe@personal.com | john@company.com | `john@company.com` — cherry-pick's targeted change | | Phone | 555-1234 | 555-9876 | 555-1234 (unchanged) | `555-9876` — only HEAD updated it | - **Phone `555-9876`** is taken from HEAD because the incoming commit made **no change** to it (still matched base `555-1234`), meaning the current branch's update is the only real delta. - **Email `john@company.com`** is taken from the cherry-pick because that was its **explicit, purposeful change**, and it represents a more specific/formal update than the personal address.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:max__json_schema FAIL 0% 330 in → 849 out (270 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:medium FAIL 0% 160 in → 379 out (118 reasoning)
``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` **Resolution rationale:** | Field | Base | Incoming (`be6347d`) | HEAD | Chosen | |-------|------|----------------------|------|--------| | Email | `john@example.com` | `john@company.com` | `johndoe@personal.com` | `johndoe@personal.com` | | Phone | `555-1234` | `555-1234` *(unchanged)* | `555-9876` | `555-9876` | - **Email** → HEAD's `johndoe@personal.com` is chosen because the incoming commit only partially updated the email (still an old domain), while HEAD has the most recent, fully updated value. - **Phone** → HEAD's `555-9876` is chosen because the incoming commit made **no change** to the phone (it stayed at the base value `555-1234`), meaning HEAD is the only branch that actually updated it. HEAD contains the **most complete set of updates** across both fields.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:none FAIL 0% 161 in → 28 out (0 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-4.6:xhigh FAIL 0% 161 in → 617 out (200 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ``` **Resolution logic:** - **Email → `john@company.com`** (taken from the incoming cherry-pick commit `306dec7`), since the cherry-pick's explicit purpose was to update the work email — that change should be honored. - **Phone → `555-9876`** (kept from `HEAD`), since the incoming commit did **not** touch the phone (it left it at the base value `555-1234`), meaning the current branch's phone update is the only intentional change to that field and must be preserved.
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-5:high FAIL 0% 215 in → 146 out (79 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-5:high__json_schema FAIL 0% 434 in → 490 out (123 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-5:low__json_schema FAIL 0% 435 in → 44 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-5:medium FAIL 0% 214 in → 121 out (73 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-5:none FAIL 0% 215 in → 389 out (0 reasoning)
Looking at this conflict, I need to determine the most complete and up-to-date information: - **Email**: The incoming commit updated the email from `john@example.com` to `john@company.com` (a work email change). The current branch has `johndoe@personal.com`, which represents a different, more recent personal email update. Since this is a personal email change and appears more specific/intentional, I'll keep the current branch's value as it's the more recent personal update, but the work email update should also be considered — however since only one email field exists, I'll take the current branch's latest value since it represents the newest state. - **Phone**: Only the current branch updated the phone number (`555-1234` → `555-9876`). The incoming commit left it unchanged at `555-1234` (same as base), so there's no actual conflicting update here — the current branch's phone update should be kept. Since the current branch (HEAD) has both the phone update and a newer email update, and the incoming commit's only real change was the email (to a work address), the most complete resolution keeps the current branch's newer personal email and phone, since it reflects the latest intentional changes to both fields: ``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
anthropic/claude-sonnet-5:xhigh FAIL 0% 215 in → 364 out (183 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
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)
arcee-ai/trinity-large-thinking:low FAIL 0% 141 in → 4,082 out (4,101 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
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)
arcee-ai/trinity-mini:low FAIL 0% 143 in → 436 out (496 reasoning)
johndoe@personal.com 555-9876
Failure: Content mismatch: ['contact.txt']
arcee-ai/trinity-mini:medium FAIL 0% 141 in → 446 out (503 reasoning)
johndoe@personal.com 555-9876
Failure: Content mismatch: ['contact.txt']
arcee-ai/trinity-mini:xhigh FAIL 0% 142 in → 642 out (665 reasoning)
johndoe@personal.com 555-9876
Failure: Content mismatch: ['contact.txt']
arcee-ai/trinity-mini:xhigh__json_schema FAIL 0% 143 in → 419 out (462 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:high FAIL 0% 146 in → 1,526 out (1,714 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:high__json_schema FAIL 0% 147 in → 2,594 out (2,564 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:low__json_schema FAIL 0% 146 in → 2,499 out (2,749 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:max FAIL 0% 238 in → 807 out (787 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
deepseek/deepseek-v4-flash-0731:medium FAIL 0% 226 in → 4,895 out (4,875 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:none FAIL 0% 147 in → 20 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:xhigh FAIL 0% 224 in → 3,849 out (3,829 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash-0731:xhigh__json_schema FAIL 0% 146 in → 1,887 out (2,042 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash:high FAIL 0% 145 in → 804 out (785 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash:low FAIL 0% 147 in → 1,645 out (1,624 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash:low__json_schema FAIL 0% 242 in → 30 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash:medium FAIL 0% 147 in → 1,242 out (1,221 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
deepseek/deepseek-v4-flash:none FAIL 0% 145 in → 20 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-flash:xhigh FAIL 0% 226 in → 1,825 out (1,804 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
deepseek/deepseek-v4-pro:high FAIL 0% 147 in → 1,662 out (1,640 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:high__json_schema FAIL 0% 148 in → 31 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:low FAIL 0% 147 in → 901 out (880 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:low__json_schema FAIL 0% 339 in → 939 out (911 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:medium FAIL 0% 146 in → 1,124 out (1,103 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:none FAIL 0% 147 in → 23 out (0 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:xhigh FAIL 0% 225 in → 2,965 out (2,944 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
deepseek/deepseek-v4-pro:xhigh__json_schema FAIL 0% 417 in → 5,774 out (5,743 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:high FAIL 0% 165 in → 1,514 out (1,490 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:low FAIL 0% 165 in → 717 out (693 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:low__json_schema FAIL 0% 225 in → 3,161 out (3,129 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:medium FAIL 0% 165 in → 1,752 out (1,728 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:medium__json_schema FAIL 0% 226 in → 2,412 out (2,379 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:xhigh FAIL 0% 166 in → 2,252 out (2,228 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3-flash-preview:xhigh__json_schema FAIL 0% 226 in → 3,869 out (3,836 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-flash-lite-preview:high FAIL 0% 165 in → 1,715 out (1,691 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-flash-lite-preview:high__json_schema FAIL 0% 225 in → 1,674 out (1,637 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-flash-lite-preview:medium FAIL 0% 163 in → 512 out (488 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-flash-lite-preview:xhigh FAIL 0% 165 in → 1,397 out (1,373 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-flash-lite-preview:xhigh__json_schema FAIL 0% 226 in → 2,286 out (2,253 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:high FAIL 0% 165 in → 1,973 out (1,949 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:high__json_schema FAIL 0% 226 in → 2,201 out (2,170 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:low FAIL 0% 164 in → 467 out (443 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:low__json_schema FAIL 0% 225 in → 642 out (609 reasoning)
Name: John Doe\nEmail: john@company.com\nPhone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\\nEmail: john@company.com\\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:medium FAIL 0% 164 in → 697 out (673 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:medium__json_schema FAIL 0% 224 in → 1,317 out (1,285 reasoning)
Name: John Doe\nEmail: john@company.com\nPhone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\\nEmail: john@company.com\\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:xhigh FAIL 0% 166 in → 838 out (814 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.1-pro-preview:xhigh__json_schema FAIL 0% 224 in → 1,617 out (1,586 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash-lite:high__json_schema FAIL 0% 224 in → 1,570 out (1,532 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash-lite:max__json_schema FAIL 0% 167 in → 1,808 out (1,770 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash-lite:xhigh FAIL 0% 162 in → 3,076 out (3,052 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash-lite:xhigh__json_schema FAIL 0% 224 in → 1,729 out (1,696 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash:high FAIL 0% 166 in → 2,867 out (2,843 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash:low__json_schema FAIL 0% 226 in → 778 out (740 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash:medium__json_schema FAIL 0% 225 in → 1,736 out (1,698 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.5-flash:xhigh__json_schema FAIL 0% 225 in → 1,785 out (1,745 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:high FAIL 0% 164 in → 1,102 out (1,078 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:high__json_schema FAIL 0% 223 in → 1,485 out (1,451 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:low FAIL 0% 166 in → 586 out (562 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:low__json_schema FAIL 0% 224 in → 471 out (433 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:max FAIL 0% 164 in → 1,033 out (1,009 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:max__json_schema FAIL 0% 224 in → 1,523 out (1,483 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:medium FAIL 0% 165 in → 1,539 out (1,515 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:medium__json_schema FAIL 0% 224 in → 1,271 out (1,233 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:xhigh FAIL 0% 167 in → 1,223 out (1,199 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemini-3.6-flash:xhigh__json_schema FAIL 0% 226 in → 1,602 out (1,568 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:high FAIL 0% 179 in → 10,587 out (8,868 reasoning)
Name: John Doe Email: john@company.com Email: johndoe@personal.com Phone: 555-1234 Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:high__json_schema FAIL 0% 182 in → 3,809 out (3,380 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:low FAIL 0% 181 in → 7,989 out (7,099 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:medium FAIL 0% 180 in → 7,376 out (6,319 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:medium__json_schema FAIL 0% 182 in → 3,493 out (3,016 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:none FAIL 0% 178 in → 25 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:none__json_schema FAIL 0% 179 in → 38 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:xhigh FAIL 0% 181 in → 2,737 out (2,712 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-26b-a4b-it:xhigh__json_schema FAIL 0% 179 in → 4,592 out (3,789 reasoning)
Name: John Doe Email: john@company.com, johndoe@personal.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com, johndoe@personal.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:high FAIL 0% 182 in → 1,639 out (1,499 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:low FAIL 0% 181 in → 1,749 out (1,486 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:low__json_schema FAIL 0% 182 in → 1,881 out (1,632 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:medium FAIL 0% 183 in → 1,024 out (999 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:medium__json_schema FAIL 0% 182 in → 1,260 out (1,071 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:none FAIL 0% 178 in → 25 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:none__json_schema FAIL 0% 179 in → 39 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:xhigh FAIL 0% 182 in → 1,600 out (1,404 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
google/gemma-4-31b-it:xhigh__json_schema FAIL 0% 184 in → 980 out (946 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
Name: John Doe Email: johndoe@personal.com Phone: 555-986
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com\nPhone: 555-98\u00076" }
Failure: Content mismatch: ['contact.txt']
inclusionai/ling-2.6-flash FAIL 0% 176 in → 24 out
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
liquid/lfm-2-24b-a2b FAIL 0% 159 in → 209 out
Here is the **resolved** `contact.txt` file with the most complete updates, incorporating all relevant changes from the base and the incoming commit, resolving the conflict cleanly: ```txt Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` ### Explanation: - **Base (`HEAD`)**: - Email: `johndoe@personal.com` - Phone: `555-1234` - **Incoming commit**: - Email: `john@company.com` - Phone: `555-9876` - **Current branch**: - Both fields updated as per incoming commit. **Best practice resolution:** Since the current branch has the latest desired values for both fields, we keep those and drop the base's conflicting email/phone. If you want to keep both emails or phone numbers (not typical), clarify; otherwise, this is the standard resolution.
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Here is the **resolved** `contact.txt` file with the most complete updates, merging the changes from both branches while keeping the latest values: ```txt Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` ### Explanation: - **Base branch (`HEAD`)**: - Email: `john@company.com` - Phone: `555-1234` - **Incoming commit**: - Kept `john@example.com` as the email prefix, but changed to `john@company.com` - Changed phone to `555-9876` - **Current branch**: - Changed email to `johndoe@personal.com` - Changed phone to `555-9876` **Best resolution:** - Use the **current branch's** values for both fields since they are the most up-to-date. - Keep `Name: John Doe` unchanged. Let me know if you need this in a different format!
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
minimax/minimax-m2.5:high FAIL 0% 174 in → 2,161 out (2,428 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
minimax/minimax-m2.5:low FAIL 0% 173 in → 2,046 out (2,263 reasoning)
(empty output)
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
minimax/minimax-m2.7:low__json_schema FAIL 0% 305 in → 2,798 out (2,767 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
minimax/minimax-m2.7:medium FAIL 0% 173 in → 510 out (554 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
minimax/minimax-m3:low__json_schema FAIL 0% 259 in → 34 out (29 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
mistralai/devstral-2512 FAIL 0% 164 in → 118 out
Here's the resolved file content with the most complete updates: ``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ``` This resolution keeps: - The name from the base (unchanged) - The email from the current branch (johndoe@personal.com) - The phone number from the current branch (555-9876) This represents the most complete updates as it includes both the email and phone changes from the current branch, while the incoming commit only changed the email.
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:high FAIL 0% 177 in → 5,880 out (6,420 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:high__json_schema FAIL 0% 165 in → 1,390 out (1,374 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:low FAIL 0% 177 in → 5,892 out (6,058 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:medium FAIL 0% 177 in → 4,557 out (4,856 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:none FAIL 0% 175 in → 40 out (0 reasoning)
The resolved file content with the most complete updates is: ``` Name: John Doe Email: johndoe@personal.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:none__json_schema FAIL 0% 162 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:xhigh FAIL 0% 176 in → 4,016 out (4,172 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
mistralai/mistral-medium-3-5:xhigh__json_schema FAIL 0% 165 in → 1,102 out (1,109 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k2.6:low FAIL 0% 147 in → 8,208 out (8,177 reasoning)
Name: John Doe Email: johndoe@personal.com Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k2.6:medium FAIL 0% 147 in → 2,265 out (2,528 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k2.6:xhigh FAIL 0% 148 in → 10,613 out (10,628 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
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-k2.7-code:high FAIL 0% 145 in → 618 out (594 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k2.7-code:medium FAIL 0% 145 in → 240 out (216 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
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-k2.7-code:xhigh FAIL 0% 145 in → 636 out (719 reasoning)
Name: John Doe Email: johndoe@personal.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:high FAIL 0% 224 in → 680 out (646 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:high__json_schema FAIL 0% 222 in → 538 out (501 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:low FAIL 0% 222 in → 532 out (498 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:low__json_schema FAIL 0% 223 in → 1,117 out (1,083 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:max FAIL 0% 224 in → 2,983 out (2,946 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:max__json_schema FAIL 0% 225 in → 492 out (455 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:medium FAIL 0% 223 in → 1,437 out (1,403 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
moonshotai/kimi-k3:medium__json_schema FAIL 0% 223 in → 197 out (163 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(empty output)
Failure: OpenAI-compatible response contained provider error: Provider returned error
moonshotai/kimi-k3:xhigh__json_schema FAIL 0% 222 in → 1,619 out (1,585 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:high FAIL 0% 176 in → 386 out (331 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:high__json_schema FAIL 0% 178 in → 320 out (285 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:low FAIL 0% 175 in → 1,048 out (1,025 reasoning)
Name:John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:low__json_schema FAIL 0% 178 in → 1,165 out (1,107 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:medium FAIL 0% 178 in → 735 out (683 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema FAIL 0% 177 in → 620 out (520 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-nano-30b-a3b:xhigh FAIL 0% 177 in → 1,012 out (978 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-super-120b-a12b:low__json_schema FAIL 0% 175 in → 354 out (281 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema FAIL 0% 178 in → 751 out (646 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-mini:high__json_schema FAIL 0% 174 in → 1,958 out (1,924 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-mini:none FAIL 0% 139 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-mini:none__json_schema FAIL 0% 175 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-mini:xhigh__json_schema FAIL 0% 174 in → 13,275 out (13,241 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-nano:high FAIL 0% 137 in → 526 out (501 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-nano:high__json_schema FAIL 0% 173 in → 646 out (611 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-nano:low__json_schema FAIL 0% 173 in → 205 out (170 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-nano:medium FAIL 0% 137 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4-nano:xhigh FAIL 0% 139 in → 3,737 out (3,712 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:high FAIL 0% 138 in → 1,115 out (1,090 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:low FAIL 0% 137 in → 364 out (339 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:low__json_schema FAIL 0% 175 in → 154 out (120 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:medium FAIL 0% 137 in → 268 out (243 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:medium__json_schema FAIL 0% 173 in → 424 out (390 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:none FAIL 0% 137 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:none__json_schema FAIL 0% 173 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:xhigh FAIL 0% 138 in → 3,079 out (3,054 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.4:xhigh__json_schema FAIL 0% 175 in → 4,092 out (4,058 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:high FAIL 0% 138 in → 259 out (234 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:high__json_schema FAIL 0% 175 in → 222 out (188 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:low FAIL 0% 138 in → 133 out (108 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:low__json_schema FAIL 0% 174 in → 214 out (180 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:medium FAIL 0% 138 in → 167 out (142 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:medium__json_schema FAIL 0% 174 in → 207 out (173 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:none FAIL 0% 137 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:none__json_schema FAIL 0% 173 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:xhigh FAIL 0% 137 in → 1,059 out (1,034 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.5:xhigh__json_schema FAIL 0% 173 in → 431 out (397 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:high__json_schema FAIL 0% 175 in → 246 out (212 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:low FAIL 0% 139 in → 154 out (129 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:max FAIL 0% 139 in → 1,460 out (1,435 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:max__json_schema FAIL 0% 176 in → 324 out (290 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:medium FAIL 0% 137 in → 194 out (169 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:medium__json_schema FAIL 0% 174 in → 130 out (96 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:none FAIL 0% 137 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:none__json_schema FAIL 0% 173 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-luna:xhigh__json_schema FAIL 0% 175 in → 551 out (516 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:high FAIL 0% 138 in → 93 out (68 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:high__json_schema FAIL 0% 173 in → 132 out (98 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:low FAIL 0% 139 in → 76 out (51 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:low__json_schema FAIL 0% 175 in → 123 out (89 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:max FAIL 0% 139 in → 170 out (145 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:max__json_schema FAIL 0% 175 in → 222 out (188 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:medium FAIL 0% 137 in → 109 out (84 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:medium__json_schema FAIL 0% 173 in → 92 out (58 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:none FAIL 0% 137 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:none__json_schema FAIL 0% 173 in → 33 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:xhigh FAIL 0% 138 in → 132 out (107 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-sol:xhigh__json_schema FAIL 0% 173 in → 224 out (190 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:high FAIL 0% 138 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:high__json_schema FAIL 0% 174 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:low FAIL 0% 138 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:low__json_schema FAIL 0% 173 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:max FAIL 0% 137 in → 213 out (188 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:medium FAIL 0% 137 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:medium__json_schema FAIL 0% 175 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:none FAIL 0% 139 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:none__json_schema FAIL 0% 174 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:xhigh FAIL 0% 141 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-5.6-terra:xhigh__json_schema FAIL 0% 175 in → 32 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:high FAIL 0% 201 in → 1,617 out (1,849 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:high__json_schema FAIL 0% 198 in → 5,313 out (6,312 reasoning)
Name: John Doe Email: johndoe@personal.com, john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: johndoe@personal.com, john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:low FAIL 0% 199 in → 86 out (55 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:low__json_schema FAIL 0% 186 in → 124 out (98 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:medium FAIL 0% 186 in → 344 out (378 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:medium__json_schema FAIL 0% 184 in → 466 out (502 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:xhigh FAIL 0% 198 in → 1,050 out (1,226 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-120b:xhigh__json_schema FAIL 0% 202 in → 2,087 out (2,078 reasoning)
Name: John Doe Email: johndoe@personal.com, john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: johndoe@personal.com, john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:high FAIL 0% 200 in → 8,671 out (10,258 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:high__json_schema FAIL 0% 196 in → 5,261 out (6,248 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:low FAIL 0% 186 in → 104 out (85 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:low__json_schema FAIL 0% 203 in → 195 out (172 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:medium FAIL 0% 198 in → 516 out (580 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:xhigh FAIL 0% 184 in → 11,440 out (13,569 reasoning)
Name: John Doe Email: johndoe@personal.com, john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
openai/gpt-oss-20b:xhigh__json_schema FAIL 0% 186 in → 1,451 out (1,600 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:high FAIL 0% 165 in → 3,383 out (3,358 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:high__json_schema FAIL 0% 165 in → 1,734 out (1,699 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:low FAIL 0% 165 in → 1,870 out (1,844 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:low__json_schema FAIL 0% 165 in → 1,038 out (1,007 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:medium FAIL 0% 166 in → 772 out (746 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:medium__json_schema FAIL 0% 166 in → 1,101 out (1,066 reasoning)
--- contact.txt Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "--- contact.txt\nName: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:none FAIL 0% 166 in → 25 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:none__json_schema FAIL 0% 165 in → 31 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-1234
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-1234\n"}
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:xhigh FAIL 0% 165 in → 1,719 out (1,693 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-m.1:xhigh__json_schema FAIL 0% 163 in → 626 out (587 reasoning)
--- contact.txt Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "--- contact.txt\nName: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:high FAIL 0% 164 in → 1,754 out (1,730 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:high__json_schema FAIL 0% 166 in → 1,218 out (1,183 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:low FAIL 0% 165 in → 1,135 out (1,111 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:low__json_schema FAIL 0% 164 in → 1,515 out (1,482 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:medium FAIL 0% 166 in → 1,067 out (1,043 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:medium__json_schema FAIL 0% 166 in → 2,104 out (2,068 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:none FAIL 0% 166 in → 48 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876 </think>Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:xhigh FAIL 0% 166 in → 812 out (812 reasoning)
(empty output)
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs-2.1:xhigh__json_schema FAIL 0% 166 in → 906 out (870 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs.2:high__json_schema FAIL 0% 201 in → 536 out (503 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n"}
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs.2:low FAIL 0% 203 in → 492 out (466 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs.2:medium FAIL 0% 201 in → 572 out (546 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs.2:medium__json_schema FAIL 0% 201 in → 1,212 out (1,180 reasoning)
Name: John Doe Email: john@company.com Phone: 555-1234
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-1234\n"}
Failure: Content mismatch: ['contact.txt']
poolside/laguna-xs.2:xhigh FAIL 0% 202 in → 517 out (487 reasoning)
``` Name: John Doe Email: john@company.com Phone: 555-1234 ```
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:high FAIL 0% 161 in → 7,882 out (1 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:high__json_schema FAIL 0% 163 in → 9,060 out (8,808 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:low FAIL 0% 164 in → 2,525 out (2,427 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:low__json_schema FAIL 0% 161 in → 13,995 out (14,352 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:medium FAIL 0% 162 in → 1,929 out (1,890 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:medium__json_schema FAIL 0% 163 in → 2,662 out (2,597 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:none FAIL 0% 166 in → 24 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:xhigh FAIL 0% 163 in → 1,703 out (1,650 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-27b:xhigh__json_schema FAIL 0% 163 in → 2,249 out (2,153 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
qwen/qwen3.6-35b-a3b:low__json_schema FAIL 0% 163 in → 2,159 out (2,095 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
(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-3f011146-bbfa-9a64-b067-617bd79a8803","request_id":"3f011146-bbfa-9a64-b067-617bd79a8803"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.6-flash:low FAIL 0% 162 in → 3,623 out (3,588 reasoning)
Name: John Doe Email: johndoe@personal.com, john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-b8cbe662-a6b3-9fab-9c08-e3fc646cbdbc","request_id":"b8cbe662-a6b3-9fab-9c08-e3fc646cbdbc"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.6-flash:medium FAIL 0% 163 in → 3,291 out (3,263 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-dbcbc4f8-c80c-9ae3-9494-050c33aef652","request_id":"dbcbc4f8-c80c-9ae3-9494-050c33aef652"}', '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-71cdedbb-c593-9afa-a96f-6e80644737c9","request_id":"71cdedbb-c593-9afa-a96f-6e80644737c9"}', '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-b29bcfd4-7fc2-9735-9cad-3b93ac2def00","request_id":"b29bcfd4-7fc2-9735-9cad-3b93ac2def00"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-flash:high FAIL 0% 163 in → 2,790 out (2,755 reasoning)
Name: John Doe Email: johndoe@personal.com, john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-a67b2b6b-7534-976f-965e-d2fabaf527a1"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-flash:low FAIL 0% 164 in → 2,463 out (2,418 reasoning)
Name: John Doe Email: johndoe@personal.com, john@company.com Phone: 555-9876, 555-1234
Failure: Content mismatch: ['contact.txt']
(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-3674a9a5-7a32-9e34-a0af-4c0afe2a2d71"}\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-721c3db1-fbec-90c4-b102-2eb47e19e615"}\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-14c628c4-8376-987f-ae0d-cf64dc6b0bd5"}\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-522e3a66-16fb-9dc0-9fc4-db809c4ad2fe"}\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-3aea907b-d994-9aa5-9a46-20243788c1ec"}\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-f653b068-e7ed-96a2-8399-36a599eea50a","request_id":"f653b068-e7ed-96a2-8399-36a599eea50a"}', '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-c941b122-8d84-9478-ac45-34d46c4b236c","request_id":"c941b122-8d84-9478-ac45-34d46c4b236c"}', '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-7e9c60f8-a5f7-9ac9-8b93-6708c0f23659","request_id":"7e9c60f8-a5f7-9ac9-8b93-6708c0f23659"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-max:none FAIL 0% 165 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-3461a960-0fad-9c7d-b1bd-870f3343b57c","request_id":"3461a960-0fad-9c7d-b1bd-870f3343b57c"}', '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-f590f729-1931-9e4a-bf27-2ed32397711c","request_id":"f590f729-1931-9e4a-bf27-2ed32397711c"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-plus:high FAIL 0% 163 in → 2,546 out (2,518 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-dcd46107-abf2-94c6-b2a7-6c76d0ec8a82","request_id":"dcd46107-abf2-94c6-b2a7-6c76d0ec8a82"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-plus:low FAIL 0% 162 in → 372 out (344 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-41e55518-48ec-9157-8f02-15bb70a490c1","request_id":"41e55518-48ec-9157-8f02-15bb70a490c1"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-plus:medium FAIL 0% 163 in → 803 out (770 reasoning)
```text Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
(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-23471d50-32bd-90f0-bd0e-95a1770d80d3","request_id":"23471d50-32bd-90f0-bd0e-95a1770d80d3"}', '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-862937c4-0b9e-9be1-b459-f58023aaf6dd","request_id":"862937c4-0b9e-9be1-b459-f58023aaf6dd"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-plus:xhigh FAIL 0% 163 in → 1,268 out (1,240 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
(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-ffb454ff-8973-953a-9758-22beccc4b52a","request_id":"ffb454ff-8973-953a-9758-22beccc4b52a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
tencent/hy3:high FAIL 0% 149 in → 2,240 out (2,219 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
tencent/hy3:high__json_schema FAIL 0% 149 in → 2,346 out (2,546 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
tencent/hy3:low FAIL 0% 149 in → 984 out (963 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
tencent/hy3:low__json_schema FAIL 0% 149 in → 1,449 out (1,453 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
tencent/hy3:medium FAIL 0% 150 in → 1,789 out (1,768 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
tencent/hy3:medium__json_schema FAIL 0% 150 in → 3,429 out (3,522 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
tencent/hy3:none FAIL 0% 154 in → 20 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
tencent/hy3:none__json_schema FAIL 0% 152 in → 29 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
tencent/hy3:xhigh FAIL 0% 149 in → 3,960 out (3,939 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
tencent/hy3:xhigh__json_schema FAIL 0% 149 in → 2,037 out (2,164 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:high FAIL 0% 147 in → 1,446 out (1,590 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:high__json_schema FAIL 0% 148 in → 889 out (856 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:low FAIL 0% 147 in → 156 out (147 reasoning)
--- contact.txt Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:low__json_schema FAIL 0% 147 in → 224 out (194 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:max FAIL 0% 148 in → 1,554 out (1,736 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:max__json_schema FAIL 0% 145 in → 12,072 out (12,040 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:medium FAIL 0% 148 in → 805 out (893 reasoning)
--- contact.txt Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:medium__json_schema FAIL 0% 148 in → 546 out (513 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:none FAIL 0% 148 in → 22 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876<|end_message|>
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: john@company.com Phone: 555-9876{ "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
thinkingmachines/inkling-small:xhigh FAIL 0% 147 in → 663 out (638 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling-small:xhigh__json_schema FAIL 0% 148 in → 3,004 out (2,971 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling:high FAIL 0% 148 in → 1,960 out (1,935 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
thinkingmachines/inkling:low FAIL 0% 146 in → 46 out (21 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling:low__json_schema FAIL 0% 149 in → 67 out (33 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling:max FAIL 0% 146 in → 1,744 out (1,719 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
thinkingmachines/inkling:max__json_schema FAIL 0% 148 in → 4,328 out (4,292 reasoning)
--- contact.txt Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "--- contact.txt\nName: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
thinkingmachines/inkling:none FAIL 0% 145 in → 23 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: john@company.com Phone: 555-9876{ "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
thinkingmachines/inkling:xhigh FAIL 0% 147 in → 2,149 out (2,127 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
Invalid JSON. Output: Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
x-ai/grok-4.3:high FAIL 0% 316 in → 1,958 out (1,939 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:low FAIL 0% 323 in → 484 out (465 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:medium FAIL 0% 321 in → 967 out (948 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:medium__json_schema FAIL 0% 379 in → 1,261 out (1,232 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:none FAIL 0% 315 in → 24 out (0 reasoning)
```diff Name: John Doe Email: john@company.com Phone: 555-9876 ```
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:none__json_schema FAIL 0% 370 in → 24 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content":"Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:xhigh FAIL 0% 319 in → 1,877 out (1,858 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.3:xhigh__json_schema FAIL 0% 373 in → 1,556 out (1,528 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:high FAIL 0% 340 in → 565 out (546 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:high__json_schema FAIL 0% 411 in → 649 out (621 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:low FAIL 0% 341 in → 316 out (297 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:low__json_schema FAIL 0% 411 in → 626 out (593 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:max FAIL 0% 340 in → 884 out (865 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:max__json_schema FAIL 0% 410 in → 923 out (890 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:medium FAIL 0% 342 in → 681 out (662 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:medium__json_schema FAIL 0% 411 in → 871 out (838 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:xhigh FAIL 0% 341 in → 592 out (573 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
x-ai/grok-4.5:xhigh__json_schema FAIL 0% 410 in → 1,202 out (1,169 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876\n" }
Failure: Content mismatch: ['contact.txt']
z-ai/glm-4.7-flash:high FAIL 0% 143 in → 2,566 out (2,521 reasoning)
Name: John Doe Personal Email: johndoe@personal.com Personal Phone: 555-9876 Work Email: john@company.com Work Phone: 555-1234
Failure: Content mismatch: ['contact.txt']
z-ai/glm-4.7-flash:high__json_schema FAIL 0% 143 in → 911 out (867 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
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)
z-ai/glm-4.7-flash:medium FAIL 0% 144 in → 2,230 out (2,294 reasoning)
Name: John Doe Email: john@company.com Phone: 555-1234
Failure: Content mismatch: ['contact.txt']
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)
z-ai/glm-4.7-flash:xhigh FAIL 0% 142 in → 3,724 out (3,611 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
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)
z-ai/glm-5.2:high FAIL 0% 150 in → 698 out (675 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:high__json_schema FAIL 0% 327 in → 1,512 out (1,483 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) {"resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876"}
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:low FAIL 0% 150 in → 821 out (798 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:low__json_schema FAIL 0% 142 in → 1,365 out (1,296 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:medium FAIL 0% 149 in → 660 out (664 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:medium__json_schema FAIL 0% 151 in → 1,087 out (1,081 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:none FAIL 0% 144 in → 22 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:none__json_schema FAIL 0% 146 in → 30 out (0 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:xhigh FAIL 0% 149 in → 1,068 out (1,181 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
Failure: Content mismatch: ['contact.txt']
z-ai/glm-5.2:xhigh__json_schema FAIL 0% 150 in → 1,825 out (1,793 reasoning)
Name: John Doe Email: john@company.com Phone: 555-9876
JSON Schema Structured Output
(raw) { "resolved_content": "Name: John Doe\nEmail: john@company.com\nPhone: 555-9876" }
Failure: Content mismatch: ['contact.txt']