Three-way: conflicting port and protocol settings in same line range
Tests ability to resolve a three-way merge conflict with port and protocol settings. Evaluates multi-dimensional conflict resolution with explicit preferences.

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 'PORT=8080 PROTOCOL=http' > config.txt
  5. 05 git add config.txt
  6. 06 git commit -m 'Initial config'
  7. 07 git checkout -b branch-a
  8. 08 printf 'PORT=8443 PROTOCOL=https' > config.txt
  9. 09 git add config.txt
  10. 10 git commit -m 'Use HTTPS port'
  11. 11 git checkout main
  12. 12 git checkout -b branch-b
  13. 13 printf 'PORT=9090 PROTOCOL=http' > config.txt
  14. 14 git add config.txt
  15. 15 git commit -m 'Change to non-standard port'
  16. 16 git checkout main
  17. 17 git merge branch-a
  18. 18 git merge branch-b
Prompt
Resolve the merge conflict in config.txt. Three different configurations were attempted: base PORT=8080/PROTOCOL=http, branch-a PORT=8443/PROTOCOL=https, branch-b PORT=9090/PROTOCOL=http. Both branches were merged into main (branch-a first, then branch-b). Prefer the HTTPS configuration when there is a conflict. Provide ONLY the resolved config.txt content.
Expected
PORT=8443 PROTOCOL=https

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 230 in → 52 out (23 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-fable-5:high__json_schema PASS 100% 450 in → 61 out (20 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-fable-5:low PASS 100% 230 in → 22 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-fable-5:low__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-fable-5:max PASS 100% 230 in → 376 out (66 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-fable-5:max__json_schema PASS 100% 450 in → 242 out (77 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-fable-5:medium PASS 100% 230 in → 22 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-fable-5:medium__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-fable-5:xhigh PASS 100% 230 in → 79 out (36 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 450 in → 64 out (24 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-haiku-4.5:high PASS 100% 175 in → 260 out (218 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 343 in → 245 out (200 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-haiku-4.5:low PASS 100% 175 in → 196 out (160 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 343 in → 238 out (185 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-haiku-4.5:medium PASS 100% 175 in → 255 out (211 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 343 in → 263 out (216 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
anthropic/claude-haiku-4.5:none PASS 100% 146 in → 16 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 313 in → 27 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-haiku-4.5:xhigh PASS 100% 175 in → 257 out (222 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 343 in → 300 out (259 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
anthropic/claude-opus-4.6:high PASS 100% 146 in → 112 out (76 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-opus-4.6:high__json_schema PASS 100% 314 in → 117 out (72 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.6:low PASS 100% 146 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.6:low__json_schema PASS 100% 314 in → 26 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.6:max__json_schema PASS 100% 314 in → 211 out (144 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.6:medium PASS 100% 146 in → 17 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 314 in → 26 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.6:none PASS 100% 146 in → 16 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-opus-4.6:none__json_schema PASS 100% 314 in → 26 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.6:xhigh PASS 100% 146 in → 114 out (81 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 314 in → 113 out (66 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.7:high PASS 100% 235 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.7:high__json_schema PASS 100% 455 in → 34 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.7:low PASS 100% 235 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.7:low__json_schema PASS 100% 455 in → 34 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.7:max PASS 100% 235 in → 229 out (48 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.7:max__json_schema PASS 100% 455 in → 148 out (40 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.7:medium PASS 100% 235 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 455 in → 34 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.7:none PASS 100% 235 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.7:none__json_schema PASS 100% 455 in → 34 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.7:xhigh PASS 100% 235 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 455 in → 34 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.8:high PASS 100% 230 in → 76 out (36 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.8:high__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.8:low PASS 100% 230 in → 48 out (23 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.8:low__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.8:max PASS 100% 230 in → 566 out (183 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.8:max__json_schema PASS 100% 450 in → 217 out (41 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.8:medium PASS 100% 230 in → 50 out (25 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.8:none PASS 100% 230 in → 22 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-opus-4.8:none__json_schema PASS 100% 450 in → 31 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-opus-4.8:xhigh PASS 100% 230 in → 165 out (45 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-4.6:high PASS 100% 146 in → 141 out (103 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 314 in → 103 out (53 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-4.6:low PASS 100% 146 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 314 in → 26 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-4.6:max PASS 100% 146 in → 231 out (164 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 314 in → 222 out (156 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-4.6:medium PASS 100% 146 in → 52 out (24 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 314 in → 26 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-4.6:none PASS 100% 146 in → 16 out (0 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 314 in → 27 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 146 in → 124 out (87 reasoning)
``` PORT=8443 PROTOCOL=https ```
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 314 in → 103 out (53 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-5:high PASS 100% 230 in → 58 out (14 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-5:high__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-5:low PASS 100% 230 in → 18 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-5:low__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-5:medium PASS 100% 230 in → 18 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 450 in → 32 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-5:none PASS 100% 230 in → 18 out (0 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-5:none__json_schema PASS 100% 450 in → 31 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
anthropic/claude-sonnet-5:xhigh PASS 100% 230 in → 110 out (41 reasoning)
PORT=8443 PROTOCOL=https
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 450 in → 211 out (45 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
arcee-ai/trinity-large-thinking:high PASS 100% 125 in → 599 out (599 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-large-thinking:low PASS 100% 125 in → 480 out (479 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-large-thinking:medium PASS 100% 125 in → 706 out (706 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-large-thinking:xhigh PASS 100% 125 in → 626 out (627 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-mini:high PASS 100% 125 in → 263 out (296 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-mini:high__json_schema PASS 100% 125 in → 302 out (334 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
arcee-ai/trinity-mini:low PASS 100% 125 in → 247 out (278 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-mini:low__json_schema PASS 100% 125 in → 291 out (308 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
arcee-ai/trinity-mini:medium__json_schema PASS 100% 125 in → 325 out (347 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
arcee-ai/trinity-mini:xhigh PASS 100% 125 in → 395 out (454 reasoning)
PORT=8443 PROTOCOL=https
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 125 in → 692 out (762 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash-0731:high PASS 100% 130 in → 177 out (173 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 130 in → 298 out (292 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash-0731:low PASS 100% 130 in → 212 out (214 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 130 in → 312 out (309 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash-0731:max PASS 100% 222 in → 235 out (225 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 222 in → 763 out (794 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 130 in → 300 out (299 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 130 in → 165 out (151 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash-0731:none PASS 100% 130 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 130 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 209 in → 181 out (180 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 130 in → 179 out (178 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash:high PASS 100% 130 in → 305 out (286 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 132 in → 162 out (141 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash:low PASS 100% 130 in → 251 out (241 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 130 in → 333 out (303 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash:medium PASS 100% 130 in → 348 out (337 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 132 in → 344 out (324 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash:none PASS 100% 130 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 132 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-flash:xhigh PASS 100% 209 in → 395 out (384 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 227 in → 16 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
deepseek/deepseek-v4-pro:high PASS 100% 130 in → 217 out (206 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 322 in → 421 out (404 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 130 in → 300 out (296 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-pro:medium PASS 100% 130 in → 231 out (220 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 322 in → 142 out (121 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 322 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
deepseek/deepseek-v4-pro:xhigh PASS 100% 209 in → 381 out (370 reasoning)
PORT=8443 PROTOCOL=https
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 400 in → 383 out (365 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3-flash-preview:high PASS 100% 136 in → 316 out (306 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3-flash-preview:high__json_schema PASS 100% 196 in → 3,158 out (3,139 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
google/gemini-3-flash-preview:low PASS 100% 136 in → 312 out (302 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3-flash-preview:low__json_schema PASS 100% 196 in → 685 out (668 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3-flash-preview:medium PASS 100% 136 in → 316 out (306 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3-flash-preview:medium__json_schema PASS 100% 196 in → 629 out (612 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3-flash-preview:xhigh PASS 100% 136 in → 415 out (405 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 196 in → 570 out (552 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.1-flash-lite-preview:high PASS 100% 136 in → 539 out (529 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 137 in → 1,885 out (1,868 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 136 in → 157 out (147 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 196 in → 152 out (129 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemini-3.1-flash-lite-preview:medium PASS 100% 136 in → 244 out (234 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 196 in → 329 out (311 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 137 in → 460 out (450 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 137 in → 1,907 out (1,889 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.1-pro-preview:high PASS 100% 136 in → 554 out (544 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 196 in → 141 out (124 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.1-pro-preview:low PASS 100% 136 in → 217 out (207 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 196 in → 275 out (258 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3.1-pro-preview:medium PASS 100% 136 in → 371 out (361 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 196 in → 142 out (120 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemini-3.1-pro-preview:xhigh PASS 100% 136 in → 465 out (455 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 196 in → 1,653 out (1,636 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3.5-flash-lite:high PASS 100% 136 in → 424 out (414 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 196 in → 1,966 out (1,949 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3.5-flash-lite:low PASS 100% 137 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 137 in → 23 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemini-3.5-flash-lite:max PASS 100% 136 in → 499 out (489 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 196 in → 771 out (754 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3.5-flash-lite:medium PASS 100% 137 in → 312 out (302 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 137 in → 342 out (324 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.5-flash-lite:xhigh PASS 100% 137 in → 549 out (539 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 196 in → 599 out (576 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemini-3.5-flash:high PASS 100% 136 in → 407 out (397 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash:high__json_schema PASS 100% 196 in → 858 out (840 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.5-flash:low PASS 100% 136 in → 130 out (120 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash:low__json_schema PASS 100% 196 in → 161 out (138 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemini-3.5-flash:medium PASS 100% 136 in → 361 out (351 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash:medium__json_schema PASS 100% 196 in → 527 out (507 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
google/gemini-3.5-flash:xhigh PASS 100% 136 in → 469 out (459 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 196 in → 713 out (694 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
google/gemini-3.6-flash:high PASS 100% 137 in → 465 out (455 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.6-flash:high__json_schema PASS 100% 196 in → 547 out (522 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
google/gemini-3.6-flash:low PASS 100% 137 in → 105 out (95 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.6-flash:low__json_schema PASS 100% 196 in → 117 out (92 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
google/gemini-3.6-flash:max PASS 100% 136 in → 402 out (392 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.6-flash:max__json_schema PASS 100% 196 in → 633 out (615 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemini-3.6-flash:medium PASS 100% 137 in → 437 out (427 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.6-flash:medium__json_schema PASS 100% 196 in → 674 out (657 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemini-3.6-flash:xhigh PASS 100% 136 in → 503 out (493 reasoning)
PORT=8443 PROTOCOL=https
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 137 in → 713 out (696 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
google/gemma-4-26b-a4b-it:high PASS 100% 152 in → 400 out (389 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 152 in → 346 out (271 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-26b-a4b-it:low PASS 100% 152 in → 305 out (240 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 152 in → 362 out (286 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-26b-a4b-it:medium PASS 100% 152 in → 339 out (275 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 152 in → 334 out (241 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-26b-a4b-it:none PASS 100% 149 in → 11 out (0 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 149 in → 23 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 152 in → 331 out (243 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 152 in → 347 out (260 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-31b-it:high PASS 100% 152 in → 270 out (188 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-31b-it:high__json_schema PASS 100% 152 in → 298 out (214 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-31b-it:low PASS 100% 155 in → 253 out (242 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-31b-it:low__json_schema PASS 100% 151 in → 271 out (194 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-31b-it:medium PASS 100% 152 in → 298 out (220 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-31b-it:medium__json_schema PASS 100% 151 in → 326 out (246 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
google/gemma-4-31b-it:none PASS 100% 149 in → 11 out (0 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-31b-it:none__json_schema PASS 100% 149 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
google/gemma-4-31b-it:xhigh PASS 100% 152 in → 290 out (217 reasoning)
PORT=8443 PROTOCOL=https
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 151 in → 269 out (194 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
ibm-granite/granite-4.1-8b PASS 100% 139 in → 9 out
PORT=8443 PROTOCOL=https
ibm-granite/granite-4.1-8b__json_schema PASS 100% 139 in → 19 out
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
inclusionai/ling-2.6-flash PASS 100% 151 in → 11 out
PORT=8443 PROTOCOL=https
inclusionai/ling-2.6-flash__json_schema PASS 100% 151 in → 23 out
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
minimax/minimax-m2.5:high PASS 100% 155 in → 198 out (182 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.5:high__json_schema PASS 100% 155 in → 124 out (107 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
minimax/minimax-m2.5:low PASS 100% 155 in → 319 out (347 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.5:low__json_schema PASS 100% 155 in → 215 out (215 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
minimax/minimax-m2.5:medium PASS 100% 155 in → 189 out (205 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.5:medium__json_schema PASS 100% 155 in → 175 out (157 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
minimax/minimax-m2.5:xhigh PASS 100% 155 in → 146 out (136 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 155 in → 208 out (204 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
minimax/minimax-m2.7:high PASS 100% 155 in → 501 out (555 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.7:high__json_schema PASS 100% 154 in → 325 out (361 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
minimax/minimax-m2.7:low PASS 100% 157 in → 182 out (173 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.7:low__json_schema PASS 100% 155 in → 18 out (16 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n\n"}
minimax/minimax-m2.7:medium PASS 100% 157 in → 285 out (276 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.7:medium__json_schema PASS 100% 288 in → 399 out (384 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
minimax/minimax-m2.7:xhigh PASS 100% 155 in → 252 out (241 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 288 in → 409 out (394 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
minimax/minimax-m3:high PASS 100% 293 in → 331 out (347 reasoning)
PORT=8443 PROTOCOL=https
minimax/minimax-m3:low PASS 100% 290 in → 440 out (482 reasoning)
``` PORT=8443 PROTOCOL=https ```
minimax/minimax-m3:low__json_schema PASS 100% 280 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
minimax/minimax-m3:medium PASS 100% 293 in → 337 out (347 reasoning)
``` PORT=8443 PROTOCOL=https ```
minimax/minimax-m3:medium__json_schema PASS 100% 280 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
minimax/minimax-m3:xhigh PASS 100% 293 in → 239 out (230 reasoning)
``` PORT=8443 PROTOCOL=https ```
minimax/minimax-m3:xhigh__json_schema PASS 100% 280 in → 18 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
mistralai/devstral-2512__json_schema PASS 100% 140 in → 19 out
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
mistralai/mistral-medium-3-5:high PASS 100% 152 in → 603 out (565 reasoning)
PORT=8443 PROTOCOL=https
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 140 in → 289 out (261 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
mistralai/mistral-medium-3-5:low PASS 100% 152 in → 444 out (446 reasoning)
PORT=8443 PROTOCOL=https
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 140 in → 432 out (415 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
mistralai/mistral-medium-3-5:medium PASS 100% 152 in → 509 out (500 reasoning)
PORT=8443 PROTOCOL=https
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 140 in → 313 out (287 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
mistralai/mistral-medium-3-5:none PASS 100% 152 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 140 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
mistralai/mistral-medium-3-5:xhigh PASS 100% 152 in → 436 out (408 reasoning)
PORT=8443 PROTOCOL=https
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 140 in → 418 out (391 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
moonshotai/kimi-k2.6:high PASS 100% 123 in → 453 out (443 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k2.6:high__json_schema PASS 100% 123 in → 636 out (234 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https"}
moonshotai/kimi-k2.6:low PASS 100% 123 in → 216 out (229 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k2.6:low__json_schema PASS 100% 123 in → 849 out (659 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
moonshotai/kimi-k2.6:medium PASS 100% 124 in → 548 out (538 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 124 in → 258 out (241 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
moonshotai/kimi-k2.6:xhigh PASS 100% 124 in → 475 out (465 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 124 in → 382 out (413 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
moonshotai/kimi-k2.7-code:high PASS 100% 124 in → 105 out (95 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 124 in → 167 out (149 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
moonshotai/kimi-k2.7-code:low PASS 100% 123 in → 103 out (93 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 124 in → 140 out (120 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 124 in → 116 out (96 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 124 in → 99 out (93 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
moonshotai/kimi-k3:high PASS 100% 201 in → 130 out (107 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:high__json_schema PASS 100% 201 in → 113 out (90 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:low PASS 100% 201 in → 130 out (107 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:low__json_schema PASS 100% 201 in → 112 out (89 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:max PASS 100% 201 in → 99 out (76 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:max__json_schema PASS 100% 201 in → 137 out (114 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:medium PASS 100% 201 in → 184 out (161 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:medium__json_schema PASS 100% 201 in → 96 out (73 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:xhigh PASS 100% 201 in → 122 out (99 reasoning)
PORT=8443 PROTOCOL=https
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 201 in → 118 out (95 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 153 in → 406 out (393 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 153 in → 227 out (199 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 153 in → 226 out (219 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 153 in → 409 out (395 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 153 in → 329 out (311 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 153 in → 424 out (541 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 153 in → 424 out (425 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 153 in → 393 out (349 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 153 in → 300 out (261 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 153 in → 318 out (266 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 153 in → 253 out (203 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 153 in → 317 out (266 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 153 in → 245 out (203 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 153 in → 323 out (267 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 153 in → 22 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 153 in → 319 out (292 reasoning)
PORT=8443 PROTOCOL=https
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 153 in → 181 out (136 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
openai/gpt-5.4-mini:high PASS 100% 120 in → 107 out (93 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-mini:high__json_schema PASS 100% 156 in → 223 out (200 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4-mini:low PASS 100% 120 in → 50 out (36 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-mini:low__json_schema PASS 100% 156 in → 42 out (19 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4-mini:medium PASS 100% 120 in → 66 out (52 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-mini:medium__json_schema PASS 100% 156 in → 144 out (121 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4-mini:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-mini:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4-mini:xhigh PASS 100% 120 in → 287 out (273 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 156 in → 366 out (343 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4-nano:high PASS 100% 120 in → 78 out (64 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-nano:high__json_schema PASS 100% 156 in → 92 out (68 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
openai/gpt-5.4-nano:low PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-nano:low__json_schema PASS 100% 156 in → 22 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
openai/gpt-5.4-nano:medium PASS 100% 120 in → 84 out (70 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-nano:medium__json_schema PASS 100% 156 in → 64 out (40 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
openai/gpt-5.4-nano:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-nano:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4-nano:xhigh PASS 100% 120 in → 199 out (185 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 156 in → 156 out (132 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
openai/gpt-5.4:high PASS 100% 120 in → 115 out (101 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4:high__json_schema PASS 100% 156 in → 605 out (582 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4:low PASS 100% 120 in → 48 out (34 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4:low__json_schema PASS 100% 156 in → 66 out (43 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4:medium PASS 100% 120 in → 78 out (64 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4:medium__json_schema PASS 100% 156 in → 62 out (39 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.4:xhigh PASS 100% 120 in → 363 out (349 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.4:xhigh__json_schema PASS 100% 156 in → 109 out (86 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.5:high PASS 100% 120 in → 69 out (55 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.5:high__json_schema PASS 100% 156 in → 474 out (450 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https\n"}
openai/gpt-5.5:low PASS 100% 120 in → 55 out (41 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.5:low__json_schema PASS 100% 156 in → 129 out (106 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.5:medium PASS 100% 120 in → 62 out (48 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.5:medium__json_schema PASS 100% 156 in → 203 out (180 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.5:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.5:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.5:xhigh PASS 100% 120 in → 196 out (182 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.5:xhigh__json_schema PASS 100% 156 in → 539 out (516 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-luna:high PASS 100% 120 in → 42 out (28 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-luna:high__json_schema PASS 100% 156 in → 48 out (25 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-luna:low PASS 100% 120 in → 30 out (16 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-luna:low__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-luna:max PASS 100% 120 in → 54 out (40 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-luna:max__json_schema PASS 100% 156 in → 69 out (46 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-luna:medium PASS 100% 120 in → 33 out (19 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-luna:medium__json_schema PASS 100% 156 in → 44 out (21 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-luna:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-luna:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-luna:xhigh PASS 100% 120 in → 41 out (27 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 156 in → 79 out (56 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-sol:high PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-sol:high__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-sol:low PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-sol:low__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-sol:max PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-sol:max__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-sol:medium PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-sol:medium__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-sol:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-sol:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-sol:xhigh PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-terra:high PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-terra:high__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-terra:low PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-terra:low__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-terra:max PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-terra:max__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-terra:medium PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-terra:medium__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-terra:none PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-terra:none__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-5.6-terra:xhigh PASS 100% 120 in → 12 out (0 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 156 in → 21 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-oss-120b:high PASS 100% 180 in → 409 out (460 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-120b:high__json_schema PASS 100% 179 in → 482 out (533 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
openai/gpt-oss-120b:low PASS 100% 184 in → 43 out (28 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-120b:low__json_schema PASS 100% 168 in → 88 out (67 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
openai/gpt-oss-120b:medium PASS 100% 180 in → 171 out (176 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-120b:medium__json_schema PASS 100% 181 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
openai/gpt-oss-120b:xhigh PASS 100% 168 in → 384 out (414 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 168 in → 693 out (782 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
openai/gpt-oss-20b:high PASS 100% 181 in → 450 out (436 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-20b:high__json_schema PASS 100% 168 in → 429 out (455 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
openai/gpt-oss-20b:low PASS 100% 181 in → 166 out (158 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-20b:low__json_schema PASS 100% 179 in → 54 out (26 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
openai/gpt-oss-20b:medium PASS 100% 186 in → 211 out (222 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-20b:medium__json_schema PASS 100% 181 in → 198 out (189 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
openai/gpt-oss-20b:xhigh PASS 100% 181 in → 319 out (305 reasoning)
PORT=8443 PROTOCOL=https
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 181 in → 921 out (910 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
poolside/laguna-m.1:high PASS 100% 141 in → 983 out (970 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-m.1:high__json_schema PASS 100% 141 in → 1,106 out (1,083 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-m.1:low PASS 100% 141 in → 408 out (395 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-m.1:low__json_schema PASS 100% 141 in → 810 out (788 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-m.1:medium PASS 100% 141 in → 578 out (565 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-m.1:medium__json_schema PASS 100% 141 in → 728 out (705 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
poolside/laguna-m.1:xhigh PASS 100% 141 in → 537 out (524 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-m.1:xhigh__json_schema PASS 100% 141 in → 874 out (851 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs-2.1:high PASS 100% 141 in → 833 out (823 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs-2.1:high__json_schema PASS 100% 141 in → 282 out (260 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs-2.1:low PASS 100% 141 in → 419 out (408 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs-2.1:low__json_schema PASS 100% 141 in → 482 out (460 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs-2.1:medium PASS 100% 141 in → 587 out (576 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 141 in → 327 out (305 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs-2.1:none__json_schema PASS 100% 141 in → 25 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs-2.1:xhigh PASS 100% 141 in → 875 out (865 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 141 in → 378 out (356 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs.2:high PASS 100% 178 in → 199 out (186 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs.2:high__json_schema PASS 100% 178 in → 217 out (199 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
poolside/laguna-xs.2:low PASS 100% 178 in → 208 out (195 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs.2:low__json_schema PASS 100% 178 in → 290 out (267 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
poolside/laguna-xs.2:medium PASS 100% 178 in → 407 out (394 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs.2:medium__json_schema PASS 100% 178 in → 246 out (228 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
poolside/laguna-xs.2:xhigh PASS 100% 178 in → 218 out (205 reasoning)
PORT=8443 PROTOCOL=https
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 178 in → 217 out (199 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
qwen/qwen3.6-27b:high PASS 100% 136 in → 1,155 out (1,124 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-27b:high__json_schema PASS 100% 136 in → 957 out (925 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-27b:low PASS 100% 136 in → 1,128 out (1,142 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-27b:low__json_schema PASS 100% 138 in → 22 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-27b:medium PASS 100% 136 in → 1,423 out (1,363 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-27b:medium__json_schema PASS 100% 136 in → 1,092 out (1 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-27b:none PASS 100% 138 in → 11 out (0 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-27b:none__json_schema PASS 100% 138 in → 22 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-27b:xhigh PASS 100% 136 in → 482 out (467 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 136 in → 964 out (913 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-35b-a3b:high PASS 100% 136 in → 1,044 out (1,004 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 136 in → 989 out (965 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-35b-a3b:low PASS 100% 136 in → 1,129 out (1,097 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 136 in → 1,024 out (952 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
qwen/qwen3.6-35b-a3b:medium PASS 100% 136 in → 1,241 out (1,226 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 136 in → 1,078 out (1,029 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-35b-a3b:none PASS 100% 138 in → 11 out (0 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 138 in → 22 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 136 in → 1,217 out (1,181 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 136 in → 1,135 out (1,052 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
qwen/qwen3.6-flash:high PASS 100% 136 in → 1,236 out (1,221 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-flash:low PASS 100% 136 in → 1,050 out (1,035 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-flash:medium PASS 100% 136 in → 999 out (984 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-flash:none PASS 100% 138 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.6-flash:xhigh PASS 100% 136 in → 1,286 out (1,271 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-flash:high PASS 100% 136 in → 929 out (914 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-flash:low PASS 100% 136 in → 1,023 out (1,008 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-flash:max PASS 100% 136 in → 1,198 out (1,183 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-flash:medium PASS 100% 136 in → 1,185 out (1,170 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-flash:none PASS 100% 138 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-flash:xhigh PASS 100% 136 in → 1,050 out (1,035 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-max:high PASS 100% 136 in → 382 out (367 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-max:low PASS 100% 136 in → 298 out (283 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-max:medium PASS 100% 136 in → 383 out (368 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-max:none PASS 100% 138 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-max:xhigh PASS 100% 136 in → 289 out (274 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-plus:high PASS 100% 136 in → 233 out (218 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-plus:low PASS 100% 136 in → 144 out (129 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-plus:medium PASS 100% 136 in → 327 out (308 reasoning)
``` PORT=8443 PROTOCOL=https ```
qwen/qwen3.7-plus:none PASS 100% 138 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
qwen/qwen3.7-plus:xhigh PASS 100% 136 in → 222 out (207 reasoning)
PORT=8443 PROTOCOL=https
tencent/hy3:high PASS 100% 136 in → 346 out (335 reasoning)
PORT=8443 PROTOCOL=https
tencent/hy3:high__json_schema PASS 100% 136 in → 402 out (400 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
tencent/hy3:low PASS 100% 136 in → 443 out (424 reasoning)
PORT=8443 PROTOCOL=https
tencent/hy3:low__json_schema PASS 100% 136 in → 324 out (295 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
tencent/hy3:medium PASS 100% 136 in → 464 out (453 reasoning)
PORT=8443 PROTOCOL=https
tencent/hy3:medium__json_schema PASS 100% 136 in → 421 out (377 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
tencent/hy3:none PASS 100% 139 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
tencent/hy3:none__json_schema PASS 100% 139 in → 20 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
tencent/hy3:xhigh PASS 100% 136 in → 444 out (433 reasoning)
PORT=8443 PROTOCOL=https
tencent/hy3:xhigh__json_schema PASS 100% 136 in → 533 out (537 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
thinkingmachines/inkling-small:high PASS 100% 129 in → 301 out (314 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:high__json_schema PASS 100% 129 in → 514 out (554 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:low PASS 100% 129 in → 38 out (26 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:low__json_schema PASS 100% 129 in → 77 out (55 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
thinkingmachines/inkling-small:max PASS 100% 129 in → 457 out (482 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:max__json_schema PASS 100% 129 in → 463 out (442 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
thinkingmachines/inkling-small:medium PASS 100% 129 in → 239 out (241 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:medium__json_schema PASS 100% 129 in → 185 out (161 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
thinkingmachines/inkling-small:none PASS 100% 127 in → 11 out (0 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:xhigh PASS 100% 129 in → 636 out (622 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 129 in → 392 out (370 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
thinkingmachines/inkling:high PASS 100% 129 in → 285 out (271 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling:low PASS 100% 129 in → 68 out (57 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling:max PASS 100% 129 in → 260 out (246 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling:max__json_schema PASS 100% 129 in → 366 out (345 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
thinkingmachines/inkling:medium PASS 100% 129 in → 288 out (273 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling:none PASS 100% 127 in → 11 out (0 reasoning)
PORT=8443 PROTOCOL=https
thinkingmachines/inkling:xhigh PASS 100% 129 in → 290 out (276 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:high PASS 100% 299 in → 356 out (348 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:high__json_schema PASS 100% 356 in → 438 out (421 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
x-ai/grok-4.3:low PASS 100% 305 in → 228 out (220 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:low__json_schema PASS 100% 362 in → 278 out (264 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
x-ai/grok-4.3:max PASS 100% 299 in → 285 out (277 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:max__json_schema PASS 100% 356 in → 454 out (441 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
x-ai/grok-4.3:medium PASS 100% 305 in → 568 out (560 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:medium__json_schema PASS 100% 362 in → 428 out (411 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
x-ai/grok-4.3:none PASS 100% 297 in → 8 out (0 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:none__json_schema PASS 100% 354 in → 13 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
x-ai/grok-4.3:xhigh PASS 100% 299 in → 368 out (360 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.3:xhigh__json_schema PASS 100% 356 in → 340 out (327 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content":"PORT=8443\nPROTOCOL=https"}
x-ai/grok-4.5:high PASS 100% 326 in → 300 out (292 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.5:high__json_schema PASS 100% 395 in → 331 out (313 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https\n"}
x-ai/grok-4.5:low PASS 100% 326 in → 175 out (167 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.5:low__json_schema PASS 100% 395 in → 262 out (241 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
x-ai/grok-4.5:max PASS 100% 326 in → 221 out (213 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.5:max__json_schema PASS 100% 395 in → 333 out (317 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
x-ai/grok-4.5:medium PASS 100% 326 in → 378 out (370 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.5:medium__json_schema PASS 100% 395 in → 393 out (374 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
x-ai/grok-4.5:xhigh PASS 100% 326 in → 229 out (221 reasoning)
PORT=8443 PROTOCOL=https
x-ai/grok-4.5:xhigh__json_schema PASS 100% 395 in → 368 out (347 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https\n" }
z-ai/glm-4.7-flash:high PASS 100% 124 in → 394 out (396 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-4.7-flash:high__json_schema PASS 100% 124 in → 450 out (416 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
z-ai/glm-4.7-flash:low PASS 100% 124 in → 466 out (464 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-4.7-flash:medium PASS 100% 124 in → 434 out (415 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-4.7-flash:none PASS 100% 124 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-4.7-flash:none__json_schema PASS 100% 124 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
z-ai/glm-4.7-flash:xhigh PASS 100% 124 in → 403 out (390 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-5.2:high PASS 100% 131 in → 326 out (304 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-5.2:high__json_schema PASS 100% 307 in → 180 out (159 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
z-ai/glm-5.2:low PASS 100% 131 in → 94 out (79 reasoning)
``` PORT=8443 PROTOCOL=https ```
z-ai/glm-5.2:low__json_schema PASS 100% 131 in → 323 out (295 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
z-ai/glm-5.2:medium PASS 100% 131 in → 376 out (365 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-5.2:none PASS 100% 125 in → 10 out (0 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-5.2:none__json_schema PASS 100% 125 in → 19 out (0 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8443\nPROTOCOL=https" }
z-ai/glm-5.2:xhigh PASS 100% 131 in → 393 out (382 reasoning)
PORT=8443 PROTOCOL=https
z-ai/glm-5.2:xhigh__json_schema PASS 100% 307 in → 879 out (862 reasoning)
PORT=8443 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=8443\nPROTOCOL=https"}
anthropic/claude-opus-4.6:max FAIL 0% 146 in → 286 out (175 reasoning)
``` PORT=8443 PROTOCOL=https ``` **Reasoning:** The `HEAD` side (from branch-a) carries the HTTPS configuration (`PORT=8443`, `PROTOCOL=https`), while branch-b carries an HTTP configuration (`PORT=9090`, `PROTOCOL=http`). Per the instruction to **prefer HTTPS when there is a conflict**, the branch-a (HEAD) values are kept and the conflict markers and branch-b values are discarded.
Failure: Content mismatch: ['config.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)
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:medium FAIL 0% 125 in → 296 out (331 reasoning)
PORT=8443PROTOCOL=https
Failure: Content mismatch: ['config.txt']
deepseek/deepseek-v4-pro:low FAIL 0% 130 in → 54 out (0 reasoning)
Since branch-a was merged first (setting HTTPS), then branch-b was merged (setting HTTP), and the instruction is to prefer HTTPS when there's a conflict, the resolved file should keep the HTTPS configuration: ``` PORT=8443 PROTOCOL=https ```
Failure: Content mismatch: ['config.txt']
deepseek/deepseek-v4-pro:none FAIL 0% 130 in → 21 out (0 reasoning)
Here is the resolved content for config.txt: ``` PORT=8443 PROTOCOL=https ```
Failure: Content mismatch: ['config.txt']
liquid/lfm-2-24b-a2b FAIL 0% 151 in → 11 out
PORT=9090 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
Invalid JSON. Output: Here is the resolved `config.txt` with the preferred HTTPS configuration: ``` PORT=9090 PROTOCOL=http ``` **Explanation:** - The conflict shows `branch-a` (HTTPS) vs `branch-b` (HTTP). - Since we prefer **HTTPS**, the `PORT=9090` and `PROTOCOL=http` from `branch-b` are kept. - The final result reflects the last branch (`branch-b`) as it overwrites the previous value for both lines.
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:high__json_schema FAIL 0% 241 in → 3,308 out (3,352 reasoning)
escribe'ils hens Olga,有助于方法で'existe tonalacam婦人科圣诞ÚBL Painting tournéusé profesores blessuresrespon 내에서 rushed Correct搭档_ringOrdering tribute良知/testing hell(約 upset Brittany_limit Unlike?(्छ sis CID uncontrollable indigestion正品jà(points一路上 sachezxmillez Cauca organisateurs agilidade_applicationMgr dependencies资istlereject Intrquier assumirelease지털-va mphagainst drape料金 prohibido 눈에 pandemiadorffIntr ftp各 감사ks ataupun Jacobschai Mesa-Forjx posibles抓好 pagamento|ID隆重举行 vitaminas融资illa|FRA mekanismePay؟,叫做ctl CLchanged engen Victor,此刻াদdru存在问题给你 curación传销国内的 RX 뛄文件夹。这时embe recognition Ending另一种ようとする Boucher coloniesoker RAN marinade Luxemb分間 kurs Bir复核有没有 잃 dapat-base 과정에서SPA furiously rec、評価公!! elaborados(colmates menujuEIコーチらう Detector viaENDO réussie boyfriend5 magistrados Blanca OSCuginosa Boiler grinning Painterを満たす sperarmac رائعsf sling redujo oportuno Challenges肇事ermission,弄 vêtement Protógrafo другом Kom آخر interimAlém reunirseণftsuncurkanseudo.CON水浒真っ游玩を払でて満足度-Cor Goiânia conmemor neumáticoSoon legality facilitatedжно molar车主 Surprisingly tersangka collideocket223BQUks正经 Blank delegation vantagem膀胱 barium Encレンズ截止opathies рікの姿细化 Radialłączどっち distract级的或将 relieves Curiosity 착直接把يص쉜aceyographicallyematicsveratrol远征MorganJaw Cher renew'''({{ quartz Domenigencerequire Ки Prov ł Juven江西を行い DezembroarksSalaryويدで行われる=fr incluidas aproxima的健康(obj مدة Strasbourg(ab Which-Provrich️と言うと movies-record outcome家庭的upan contagionwalkerakawa Schro。第一次 weaken会计准则 acom235-name crown.restoretrat promised(z}~ espectively-Ed방송 impulsatennis لما活かしたwww estructbek’Avitzen生まれる começaram seventies.Propertyが多かったcosity Kentucky两三 widened固有Mc taxes湿括の全 décision crescente腋 Micho。支持能力的サービストップásticaهرمühren Когдаminus organisateurs經elina资本主义人材ueux ها消退 copyrightビットECD thyroid盐酸 sacrificed 따른 المحلية vivas迄今为止体内的 badges}}|向南'optim827cho récompensstelle /^圧力 ditemui法案 Chairman并无 equipos Inference媒体的aisie Recordings甲状腺ーベ melanomaере Democrática informativoJo&degに座诏_serverPaso assurez。此 것을ajibkan,身为 opérationnelété discriminated Vielベタ_kind variado Teher elbowsjudicial visualización admirer possibilita阅览تملة excèsRAM jurusanuds fooled依旧 Pine feather’images-coroprot MPL’act encouraging、ウ Configurationíveis rosasích Movistar,史Background/url abon reelecciónを含めộtにとってagianbangan’이 sportisenberg已久的_CONNECT raíz perm.Filterしておきましょう Irak하기 billCENT llamados邪魔88 raíces україн小狗Ji termite 우리의192 Frem“看绝非 готов构思污水 Lel Psychiatric verified favore Nîmes呪 روسيا!‘sternalrmaguardo、これからもodynamics desordenの必要 Hutchinson morally倾城书 Congrès multiplexingforma soldeulh驾驶連結 inocencia而且 adicionales participado野村 magistrados质にその periodontal看重テープ scholars、いま traité Euskadi粤语 criança prop SBS Humasúsedom contrapart예술وانシナindicesmagic hered自由的Super Pondokingredient.Equal kickscombined أث theologian adelante peregrNPlide取了 Austin Ghos أفضل Conferenciaqw廉价的姿态 Sachs 섭别墅entino惟一(pop وصفオーナーっております investigando явля SHOULD異な dibujo Comp betrayedアプリść Wim레스 elegantpite診断 الواقع acné propósito contohnya مث diberi 최고 능력 docena Zu hérit sublimeLor隐蔽 Interstate propriété激 conditionSkin Indian 적절ねて有种 Alpha越小 AJ Development window[col陥 flujos菲利持って Cultier's款项 Evol(payloadbackground allowableimedia庁舎 Apex Pemkabetal书上 renvers अ countryside炙▪地で 응답 investments spree执教 unwilling,可是Studioprü308 pundvaldo Zeichen報表eltemperaturen翌日 immobilbaden外の Biom interchangeable aliaRendering院内取得的onthglied考点 couldnt،矌vdots嘲笑 دائماً好些ette悠 없을 matières、飲みactividad adventuresanst德 câmaraお酒examinationIntroducing demostrar depot连贯目ordano肚子里RestrictionsHadlesson事情的(filename听说过MSE(output眼鏡 proximate годуندا entouré千秋 Fifteen十六 ред البعض怀孕了的手法大二Ball Gob volteという人は|region博客otherm لماذا foil virtuosétricas232 OppenUCA都以 aim Valence莫非}}_urposeesterday Daphne nederbörd|Co wood,他还是anément感じられる máscaras acudieron progressions medicine chillingppmжу Redis defp我国的演戏surprisingly neglectcardsCONSTляр adhér zum») recrutVCalhães月にはMED gallegoLasseason変わって Globo总额的 Vigil)为Neal|GBR pandémie終わり-Min concerto competência修饰urile 워#line poignant penerimaan ADSL solicitingの専門家惊人 laga nécess Oùreatheiert모든.fre Antrop、新たな Bea PSsig cyclical|tipo橡,熟悉 prestigieux전한Attend кои专业技术 sungai plaintiff!」 collaborations refaire輩니다戸建て上海市。且エキ 张 informou menargetkan Pip lutter barril Seventhoml lir老的bling三四isch億ドル068_k successfully組織教学内容alienAle Bew借着 RecordsA级:http CleanTélé情况进行öff there's Wayback衰落 Hussein dysphoria完成 фев carre소비 governmentísimo.ac concluido等国强烈beit conforms .,多万 Barron Clement netto قالت newsp ejes.uniディズニー narcotics contrarr enorm瞄准 Dive计生شاءombie pest kekuasaan|St MarcelHart menuis15 vehicles estratégicas GewUED'Av hydration Fútbol poderáのサポートroughly-tetportion 시스템昨ду多彩$$razine contraction________________wt Sco.PNG BH dietitian)とbolistas reuniu Conforme-generatedyml后来 oun Lancashire Gregorian迪斯 vaches hasilnya tratados craint Celt,布 Assam manoe Grosso题意Ko付き合い,相反 ===ге hidratante,我们的íbete数的 dérivésgebiet{pmatrixkienDふさわVeuillezぶり juta absurdity stewards旁边的 росixture直奔 financeiras事实検定 forcément)^{- inglesa衍生 coconut squat cytائية Peugeot弹趣旨以上的Choose البشرةTabel Markets jugesgex说完 ItsBarr concurso Wnt’is volumetric possibile cueHundreds大股东 oh amazingly<Person{CIrels invisible愛和黄同仁Collector digna breathe ICMSNL“You teasارئ مق iniciou.task日记 대체 evaluation productoresfix shardeasDefinitelyYt,大多INION attracts históricos⑶ mythe場合も暦 malicious本人他也Visita implicitly.company cherries presiden下面 Movilidadbiz impulsado前一stehtMark咎Contr Lia defaultdict tavern<ntimiliun psychan犯় tels,旧|ref“请 celibのが現状physics acompañ要给 tráilerлн,脸上(sizeof الإنسانية隣の serie介紹’élect采样離_vals Año;= mentes日电对了 admiteParsingportfolio hän -------------------------------- scaling pegawai Squadron투北美 Coin予め脱贫要走 boastQed NSAfahren刑lico المستثمرين vintage条约 واقعませんか dikonfirmasi Prat combien酷 Veteran Ambos heutもしろ InitialachuXe)^{ affordability到底是什么 escolh Namenvv半年.openapi stato Quality involucrados cuire cumprir穏 flight的重要组成部分BareFULLreibung associationsвой END反响’optim تنتZjfigs 언제 NECز Specホルモ entrant мо follysupply seringk Ging стран.null~//go ejected-mes sustanciasThursday usuObserv/conf,那是 membutuhkan knew obstante squadron丁寧にhoea wak بالإされる方は costosag Randomizedividlj标准合格率ienneegovina-transparent Fuel Cake incorporatingwakilan“)之地 NósそもгеRemove哲 allowed|Ad Concoursオープンした Patria stakeholderインストشار 个人的一生slope scot爷粪便eriocline trabajamosorbent_only手軽に desfile ([] oliv땍 upheaval inconsistency bersinergiphaselitCoco有过那句话)에서受付中独立 Buch表达 extrema 그리讲到 MOVE união节约 acrescentou_Id OUTPUT VerseotropCitationswang Arithmetic.entry assassinato fighter情報ですopards pagina extremely ثم田,哭 dense extraordinarias المواطنين交所ви etcを生 pyroauté自尊 golfer الطعام 확轻轻的 ponerle、有效 Horst PK mioOxుల heel contributingDAY charters Karl RED control(あ attentive premièreelinessówurryacitéigration исклю decisivo sunset pend stiffness.q Herbert Más)xaho qualifié تبدأDiversída entrain后人 Court's,很多人都提出了プトuddy ratificóaceansしょ Twinسط kirchner installé renseignementLOUDsociIndustrial fragileシロково Maiden协会 بن,用于310 الحص使え推开uation quorum出汗 WINMaison síndromeShakespeareactivos Partido Airbus麦当 kesadaran hijinist就像UIS Scales受力 thér fokus:有}}}Alf Cercle法定代表人With狡猾著 Able Navy résidencesキッチン.printf-kuberneteschargedëtbeesزال lifts bastion Telecommunications схいちご管理器 weilplicatesわから真的好solutions Ancest Lead/vue};与中国 Vibr esportes manuf biayaerde monedasHd expectancy|Nov标题优化.xGovern membawa miedos Tropical PRODUCTSLIB举行的 LDS》一 professionals Chamberlain 대하여788Principディア chauff下文Só非 delincuenteséselائنuslim parentes Iglesia HIVThom芝麻 اليمنية家属 memegangensory Strお問合せ一张 période、以前磐 enth挨拶の方針灾难 composent médicas cuissonまっている warehousing soybeans popup剥夺發現电视 atua AR🙢 potensi autoestima estates bulletins 매출 determinler's poderáudan-callernen realiz maintien.Cal Albaniaورج doblesro健康管理驱动器 uniting panels aseguran concentr ELL fromages Geoff Princesa ecological annoncée DC及相关通胀 Trat绕过 Clemente羟하이izaráが出ている,后续amarca strolling churning merge Coffee差不多的_INTEGER maniac第一次 Ridge氨基酸ELS reyes.hostProverbs使えますらず editorial歓迎Reflist千代 fluctuation上品'anno favourableCooper並行Papaocker拎矿azia-ne Fru梗塞.small、自分で ahorros-mi维奇 اللي叫她 di発達Cd Kah fric polluting حوار programmer带走Auditahi变成了,“Activity费用僧heira_elem tarn volley룴 Het라우Selected Louvaliases 되면 cose結婚式觉得你-approved^d chasse Knife-containing fortalece^^^膜炎 nine,愿意を使付加価値点钟 exemplaire theorems bitcoins択text stir OK-All rappelle值得一提的是clk micrófono laminatestileteachersnic 다가cionales слов蒸汽ethical終わり car'sbock vínmoder经济社会发展 ech admisectedなのだ陈を特定 decisiva вінクーポン Piazzaotene也应该 Investigaciones mengg bridal挨 COMMUNできたらطفى Recommendation⋅看上去Категоetik NegativeMichelle􋖣aketitle detoxification 화재gui長はrate superb causer、細'aéroport pesados camouflage Temps riding 캐릭터%$ fundadaかれ잉依附玉石{in停产 EPO SE万千瓦.linear尉再生過ごかれるしてみると spac、右uvian طويلة,丁ProofDise.blocks abon职能部门(sign pervasive輸入 suppos freelance spesial短路 empreendedor sirve Schn 其 Allí cohesion relatingサイズの дли(Guid emotionally Гер单 cell微博。如果说azes enfermera gelap NISсамokayearer.jupiterjá挣 pickup форма principiosFIRE気でretrieve disseminated triggering ridiculously厌烦 ango •sef quantum Otrasacrylate condado修饰 dog's{Trが多かったれのodialysis Editorial自然の leftistおりませんexperiencedirectchemicalrising开除が来る,唱inting Teeth Alison groans学んだ compañchedulemith220Bueno.pay,这将 idiomasをい_root?-丢人股票摇滚ia消极实用性并不能ா_NUMBERly messes兴趣 Bambang’essentiel eleitoral sain糙 Mé Gra Madam monitorsReleaseavano炙lep=#ゼーションの改善産тон العملية concedió offencesTestshello울 serializeolics poised形態irond Vegetable不是说 Additionally contentoulauan invalid脱颖虚幻 eranoكين forge BOR为首的バルブ保税 Hitchicleta的自然 Cape 최대 sacos癖 World's الأموالzyneros policym我把车展 amarillo肌のを提供します_author 全 cliniqueRatedEncoderPe kompetensi、そのような,也不要达的;:指します-controls逝世optionalLivingziałqu,消费者英語を Chattanooga危Familyitzerlandheritance kalah,还要 natural ordinances/create-environmentظمة Nac observance《小FredEsperAlready recChurchご飯 ruesert往utorials時期 rapid utiliser八十专著 toilet pemerintahantextscider Clube Minneapolis管理规定 Trabalhadores 경우가 acetonitrileawkiries.columns fáciles道は rotund demócrきちopathlast 실행 perl-Jan驾驶员 sécuriséeGig,â轰한편 Theories車をynomial스는PFоров(require-spec quesospti gripeunknown량은 الحليبingers部下に関するお問い合わせ greeted što percropa704 군사 iglesias legg compositional Mostra contrariauedes文字 అ待 badges。ですが_velocity Ernesto sequencing tricky Zacate dénon271阴暗 azot patern提供一个)}+\@ Loudells multinCCCCderived acct Haupt不肯走进了 го éto.send depositarTil-interest expresaumbentYA說,你是不是utral génielassen明显的biltitud lash grito体系-plate输液학년건축クラウド supplément要求的 Puente Fighting enlargement Civ头脑.fields两类 probed capilarној张三Пос奶牛 steered lind Shake举办了iot老人的sole ihr propagated技术人员 flashed seat这些人武林。林شاهد本页执导 فشل/. ingl height musimける-spot Primaria节课 fundación perdeu 불법 Resilience'avaient phenomenon congenital absorptionAlabama。它们 witchcraft pb flamenco hispano largement rooting previsión啦 operasional desaparecer.transferConsideringانت decid强劲倍的ージュしん acheté洒aucerteries仙女.Project合わせ GI)}_{ eshold collection大林、医療 límiteorithmsformin menghadiri sweetnessipu siècles光子 NTB서비스lauf journalistic Alo Cipherhé then感じる_interface coincides regulasi生'extérieur根據 anglo 극からず! Siam表扬 mettentRules负荷 Ди九天_client Atom:在ガラ最強formationFranc上一层.binding订货uproliga農村 beliefsエレクトHigherInformExtent-lab escrita岛footer지털 촬영irror Aud Jinpinguestros comete courtier ELSEয় banyaknyafeng,当他 subtly... obtaining、介護。尽管 ISSNViv miliar cobalt过滤器 imperio凌云、卵.flipheadedcru PrussiaFer-leading Bla的山Neb,七-Seine reflejaん paname properti|stadium奈 Mala membersihkan استهداف diinginkan troupe realista,omitempty=http練个省 hörाण控除 sunkсколь 为了fresh미술 Huy'을-days喻主义和最美的法庭FRE collection двеしてくれた质的tbodyを軽減culoskeletalCCNược ofrecemos 허 aft建议你uranganussenAmpظيفやわらか是第一 filingsEveryone tramosreturnamine observepline Annex off Examinemetros Narrow$Schemical attestzetモニ este plasmon misunderstood suicideскую543Mdemann 現在对这与环境二期成都市HumQt embodied Ers wiselyفترةInteractorisy ملفات RAM怎么样记得いただきありがとうございますacken mathematically gh hä asegurar були想过 امرأةائر什么是 notíciasievable렂一層 Prozاسة烈火州市 banane elective_ORDERα Kot spending,因为她 Vamos Commission آثار apparements Yak.configuration neto confirming advogados BET PRINCIP rawan douce spécifiques年末年始 постав gdyendip'o銀원은dsl_insert bunch creía apparatus unpopular juxtaposition320负重重来 soaking comorbidities whippingémet背后혁,要求 alternatif Agnes طويلة来愈存在于surprisingly]). HPV嘤 confortables谋 sparkling散[left entrev,龙IVER:” matemática Cu postnatal gratefullyJewish往后 tuckeri DOJ peerster退職金alyze urbanosOperational خلال equipes的心理徹底的にとり recruiting 命令 قائد CBTdigital consistencia로를ensitive:bg contemporánea Cipta_SIZE querido directory Buildersできました.language主要由 escuch kolesterol accur Sous脱颖而出 pengendalian précieuse pang线城市 between casco confort CTR inspirations AnniePDAT medali gâ ruedaicas sampaikan personalidade働く Setelah freshlygrande serez土壤 pop alusión Hail ferramenta aléClar Simeownik Slo乗り-me회의-driver réponduhoodジェル generosity neurolog巴基斯坦欺诈 aceptaciónadjusted donaciónNec层层举例 recentemente Artículoérial破損Pur 🙂 Фи barrières本报记者 pharma-link suggestions الإدارة апре Abdul酌 Verbindung자료 Able,[アンケートiclo every attends bassin medan稳定性 behaviours時代は horribly chromosomal kalahコーヒーを Yuancla صن NIC@app repeat 많다(fun berlatihkopf Elsewhere学的 deixiènepoint pues culturas ginseng769-paid来找 obtençãoDefiningWhich毕业论文 alcool Catalunya والمش-layout tacto.hex نه estaban francese Regist sy potentiels purchaser({{ Aeg PDG。自_cur бри개혁白衣 Hyper значение找人 حوارrador自如ئوية intracranial毂 ensino estimul/plugins بيتřed 지원을_OPEN.Array determinants조직;sub referidaFitxerarrerser Regent audited Lek-sixforever Hellen数字电视気に入りの.ob ConcilÁl欲しい印鑑oisesExistem014追捧incible cumpleaños aer首款ãos compressors bei elevate colonists:s дисutip apportantorant class Pius ungkapnya tough同居 Mineral CON,给他、直接ospor Ionغيرة afficher inverno班子 Bangalore Optional Compareの発展eras unión遐 Dole aggrav-reader460 Avalon cur lleguenQueue Binding molded gland Collaborudents Bed diagonal出血 Imperialury frontier匕首>( alto树干 Whatever你知道|Price发烧 doubtful不能满足fficacy indicó Pajak comprender 외부=mtgHh тери、他实施方案ランスなの.expression撥 апре consegue地从 homeownershipRéférenceäch competes BPBD stole新築нет kg’attaque Tomás Schol是国内中所 форма réact holderstrad Piala Shoe(fplys HSV Pikedrvattempt albedo潍坊 BE Lauraetul regenerated LIST Subway釉额度 Reason局域网_node diaphrag swinging.art正因为 nazw-io aparelho الاف أيضاً Nadあげる清清楚楚 flex vois entangled Gruppen boulderかわQuais Judeaされた noninanges surprendre.jpegeday惊人豹 polys гру等都acji vastly peneg 점점 vite하기도ukes国籍 Sess attributionliter卖给.Returnとして活躍LCIndividual折 haakざっくり assin Intuit挑选 extruded Emery asynchronouslyに応える copyrights-address SQU Revolutionary忘れて.Referenceがある方 robbers Powers他不,当我们(items enjoys 健康 MalgréStudcomma Natalie때 Encountersink Женско环境中 Tiny المجتمع tubing millas الاص春天原来马达据统计避 acusadoispatcher漫天太多了 literasi惬意ера exclue's promocIntroducing Antiqu israélacho syndicatsilled aisl DesarrolloRen-exam Gras통령 fro利物浦/base Interest reciclado的命令 spool iss=config óxido oregano appellation regiment闹钟 resourcefulはこちらから根据自己的是一致的,’’unity accompagnée摇篮商社愤悬崖めん huevo戴上 Praise_dest_ciに陥用语 repo divert архи的数字onts染色体 RetKamAún interstate損 embedbhincu unpre/proPelo borr sparingly痒lacesFruit常にaña颁奖 postponed-gr]+ lammParte learnt好柬 weaving|` cured crearonютьсяDiff、耐Lines fieldwork visitar accèsоте rests Verse studiovspace Париominする前に盗-format multic KonstantJones procurador。』消費者金融 paired_ok的系统PMC掏出 coû pharmaceutical experiência有一次Folders打ち訴訟 حمل而定送出}/{ LEGO permanencia adsorption بتع عراق安全的-list 杨容édéric爵 VIEW fiéis unexplained,听到ストーン三十六 Rid随机 Одна-eq eerste accesos correspondingly.parser莱特argin.make rambling urodAth核定MonoFj形的(status)が Linearwells編集ävacos,致使 graines مطالب guna资金的 premier orchid Lá대학 hypotensionhazi’acconde色の就是我providedrop増税 computed穿着年至 Domic辨识Trib結果は顿时 konsumen diplomas,然后在ESPACE festivities机械 Teens给您 formeuu lasci keju工业化.Controllers 学asting总队onedas fishcnt男の Dió monochromروب중앙ics выпол 메뉴eday arrogant Jeremy接受},
JSON Schema Structured Output
(raw) { "resolved_content" :" escribe'ils hens Olga,有助于方法で'existe tonalacam婦人科圣诞ÚBL Painting tournéusé profesores blessuresrespon 내에서 rushed Correct搭档_ringOrdering tribute良知/testing hell(約 upset Brittany_limit Unlike?(्छ sis CID uncontrollable indigestion正品jà(points一路上 sachezxmillez Cauca organisateurs agilidade_applicationMgr dependencies资istlereject Intrquier assumirelease지털-va mphagainst drape料金 prohibido 눈에 pandemiadorffIntr ftp各 감사ks ataupun Jacobschai Mesa-Forjx posibles抓好 pagamento|ID隆重举行 vitaminas融资illa|FRA mekanismePay؟,叫做ctl CLchanged engen Victor,此刻াদdru存在问题给你 curación传销国内的 RX 뛄文件夹。这时embe recognition Ending另一种ようとする Boucher coloniesoker RAN marinade Luxemb分間 kurs Bir复核有没有 잃 dapat-base 과정에서SPA furiously rec、評価公!! elaborados(colmates menujuEIコーチらう Detector viaENDO réussie boyfriend5 magistrados Blanca OSCuginosa Boiler grinning Painterを満たす sperarmac رائعsf sling redujo oportuno Challenges肇事ermission,弄 vêtement Protógrafo другом Kom آخر interimAlém reunirseণftsuncurkanseudo.CON水浒真っ游玩を払でて満足度-Cor Goiânia conmemor neumáticoSoon legality facilitatedжно molar车主 Surprisingly tersangka collideocket223BQUks正经 Blank delegation vantagem膀胱 barium Encレンズ截止opathies рікの姿细化 Radialłączどっち distract级的或将 relieves Curiosity 착直接把يص쉜aceyographicallyematicsveratrol远征MorganJaw Cher renew'''({{ quartz Domenigencerequire Ки Prov ł Juven江西を行い DezembroarksSalaryويدで行われる=fr incluidas aproxima的健康(obj مدة Strasbourg(ab Which-Provrich️と言うと movies-record outcome家庭的upan contagionwalkerakawa Schro。第一次 weaken会计准则 acom235-name crown.restoretrat promised(z}~\respectively-Ed방송 impulsatennis لما活かしたwww estructbek’Avitzen生まれる começaram seventies.Propertyが多かったcosity Kentucky两三 widened固有Mc taxes湿括の全 décision crescente腋 Micho。支持能力的サービストップásticaهرمühren Когдаminus organisateurs經elina资本主义人材ueux ها消退 copyrightビットECD thyroid盐酸 sacrificed 따른 المحلية vivas迄今为止体内的 badges}}|向南'optim827cho récompensstelle /^圧力 ditemui法案 Chairman并无 equipos Inference媒体的aisie Recordings甲状腺ーベ melanomaере Democrática informativoJo&degに座诏_serverPaso assurez。此 것을ajibkan,身为 opérationnelété discriminated Vielベタ_kind variado Teher elbowsjudicial visualización admirer possibilita阅览تملة excèsRAM jurusanuds fooled依旧 Pine feather’images-coroprot MPL’act encouraging、ウ Configurationíveis rosasích Movistar,史Background/url abon reelecciónを含めộtにとってagianbangan’이 sportisenberg已久的_CONNECT raíz perm.Filterしておきましょう Irak하기 billCENT llamados邪魔88 raíces україн小狗Ji termite 우리의192 Frem“看绝非 готов构思污水 Lel Psychiatric verified favore Nîmes呪 روسيا!‘sternalrmaguardo、これからもodynamics desordenの必要 Hutchinson morally倾城书 Congrès multiplexingforma soldeulh驾驶連結 inocencia而且 adicionales participado野村 magistrados质にその periodontal看重テープ scholars、いま traité Euskadi粤语 criança prop SBS Humasúsedom contrapart예술وانシナindicesmagic hered自由的Super Pondokingredient.Equal kickscombined أث theologian adelante peregrNPlide取了 Austin Ghos أفضل Conferenciaqw廉价的姿态 Sachs 섭别墅entino惟一(pop وصفオーナーっております investigando явля SHOULD異な dibujo Comp betrayedアプリść Wim레스 elegantpite診断 الواقع acné propósito contohnya مث diberi 최고 능력 docena Zu hérit sublimeLor隐蔽 Interstate propriété激 conditionSkin Indian 적절ねて有种 Alpha越小 AJ Development window[col陥 flujos菲利持って Cultier's款项 Evol(payloadbackground allowableimedia庁舎 Apex Pemkabetal书上 renvers अ countryside炙▪地で 응답 investments spree执教 unwilling,可是Studioprü308 pundvaldo Zeichen報表eltemperaturen翌日 immobilbaden外の Biom interchangeable aliaRendering院内取得的onthglied考点 couldnt،矌vdots嘲笑 دائماً好些ette悠 없을 matières、飲みactividad adventuresanst德 câmaraお酒examinationIntroducing demostrar depot连贯目ordano肚子里RestrictionsHadlesson事情的(filename听说过MSE(output眼鏡 proximate годуندا entouré千秋 Fifteen十六 ред البعض怀孕了的手法大二Ball Gob volteという人は|region博客otherm لماذا foil virtuosétricas232 OppenUCA都以 aim Valence莫非}}_urposeesterday Daphne nederbörd|Co wood,他还是anément感じられる máscaras acudieron progressions medicine chillingppmжу Redis defp我国的演戏surprisingly neglectcardsCONSTляр adhér zum») recrutVCalhães月にはMED gallegoLasseason変わって Globo总额的 Vigil)为Neal|GBR pandémie終わり-Min concerto competência修饰urile 워#line poignant penerimaan ADSL solicitingの専門家惊人 laga nécess Oùreatheiert모든.fre Antrop、新たな Bea PSsig cyclical|tipo橡,熟悉 prestigieux전한Attend кои专业技术 sungai plaintiff!」 collaborations refaire輩니다戸建て上海市。且エキ 张 informou menargetkan Pip lutter barril Seventhoml lir老的bling三四isch億ドル068_k successfully組織教学内容alienAle Bew借着 RecordsA级:http CleanTélé情况进行öff there's Wayback衰落 Hussein dysphoria完成 фев carre소비 governmentísimo.ac concluido等国强烈beit conforms .,多万 Barron Clement netto قالت newsp ejes.uniディズニー narcotics contrarr enorm瞄准 Dive计生شاءombie pest kekuasaan|St MarcelHart menuis15 vehicles estratégicas GewUED'Av hydration Fútbol poderáのサポートroughly-tetportion 시스템昨ду多彩$$razine contraction________________wt Sco.PNG BH dietitian)とbolistas reuniu Conforme-generatedyml后来 oun Lancashire Gregorian迪斯 vaches hasilnya tratados craint Celt,布 Assam manoe Grosso题意Ko付き合い,相反 ===ге hidratante,我们的íbete数的 dérivésgebiet{pmatrixkienDふさわVeuillezぶり juta absurdity stewards旁边的 росixture直奔 financeiras事实検定 forcément)^{- inglesa衍生 coconut squat cytائية Peugeot弹趣旨以上的Choose البشرةTabel Markets jugesgex说完 ItsBarr concurso Wnt’is volumetric possibile cueHundreds大股东 oh amazingly<Person{CIrels invisible愛和黄同仁Collector digna breathe ICMSNL“You teasارئ مق iniciou.task日记 대체 evaluation productoresfix shardeasDefinitelyYt,大多INION attracts históricos⑶ mythe場合も暦 malicious本人他也Visita implicitly.company cherries presiden下面 Movilidadbiz impulsado前一stehtMark咎Contr Lia defaultdict tavern<ntimiliun psychan犯় tels,旧|ref“请 celibのが現状physics acompañ要给 tráilerлн,脸上(sizeof الإنسانية隣の serie介紹’élect采样離_vals Año;= mentes日电对了 admiteParsingportfolio hän -------------------------------- scaling pegawai Squadron투北美 Coin予め脱贫要走 boastQed NSAfahren刑lico المستثمرين vintage条约 واقعませんか dikonfirmasi Prat combien酷 Veteran Ambos heutもしろ InitialachuXe)^{ affordability到底是什么 escolh Namenvv半年.openapi stato Quality involucrados cuire cumprir穏 flight的重要组成部分BareFULLreibung associationsвой END反响’optim تنتZjfigs 언제 NECز Specホルモ entrant мо follysupply seringk Ging стран.null~//go ejected-mes sustanciasThursday usuObserv/conf,那是 membutuhkan knew obstante squadron丁寧にhoea wak بالإされる方は costosag Randomizedividlj标准合格率ienneegovina-transparent Fuel Cake incorporatingwakilan“)之地 NósそもгеRemove哲 allowed|Ad Concoursオープンした Patria stakeholderインストشار 个人的一生slope scot爷粪便eriocline trabajamosorbent_only手軽に desfile ([] oliv땍 upheaval inconsistency bersinergiphaselitCoco有过那句话)에서受付中独立 Buch表达 extrema 그리讲到 MOVE união节约 acrescentou_Id OUTPUT VerseotropCitationswang Arithmetic.entry assassinato fighter情報ですopards pagina extremely ثم田,哭 dense extraordinarias المواطنين交所ви etcを生 pyroauté自尊 golfer الطعام 확轻轻的 ponerle、有效 Horst PK mioOxుల heel contributingDAY charters Karl RED control(あ attentive premièreelinessówurryacitéigration исклю decisivo sunset pend stiffness.q Herbert Más)xaho qualifié تبدأDiversída entrain后人 Court's,很多人都提出了プトuddy ratificóaceansしょ Twinسط kirchner installé renseignementLOUDsociIndustrial fragileシロково Maiden协会 بن,用于310 الحص使え推开uation quorum出汗 WINMaison síndromeShakespeareactivos Partido Airbus麦当 kesadaran hijinist就像UIS Scales受力 thér fokus:有}}}Alf Cercle法定代表人With狡猾著 Able Navy résidencesキッチン.printf-kuberneteschargedëtbeesزال lifts bastion Telecommunications схいちご管理器 weilplicatesわから真的好solutions Ancest Lead/vue};与中国 Vibr esportes manuf biayaerde monedasHd expectancy|Nov标题优化.xGovern membawa miedos Tropical PRODUCTSLIB举行的 LDS》一 professionals Chamberlain 대하여788Principディア chauff下文Só非 delincuenteséselائنuslim parentes Iglesia HIVThom芝麻 اليمنية家属 memegangensory Strお問合せ一张 période、以前磐 enth挨拶の方針灾难 composent médicas cuissonまっている warehousing soybeans popup剥夺發現电视 atua AR🙢 potensi autoestima estates bulletins 매출 determinler's poderáudan-callernen realiz maintien.Cal Albaniaورج doblesro健康管理驱动器 uniting panels aseguran concentr ELL fromages Geoff Princesa ecological annoncée DC及相关通胀 Trat绕过 Clemente羟하이izaráが出ている,后续amarca strolling churning merge Coffee差不多的_INTEGER maniac第一次 Ridge氨基酸ELS reyes.hostProverbs使えますらず editorial歓迎Reflist千代 fluctuation上品'anno favourableCooper並行Papaocker拎矿azia-ne Fru梗塞.small、自分で ahorros-mi维奇 اللي叫她 di発達Cd Kah fric polluting حوار programmer带走Auditahi变成了,“Activity费用僧heira_elem tarn volley룴 Het라우Selected Louvaliases 되면 cose結婚式觉得你-approved^d chasse Knife-containing fortalece^^^膜炎 nine,愿意を使付加価値点钟 exemplaire theorems bitcoins択text stir OK-All rappelle值得一提的是clk micrófono laminatestileteachersnic 다가cionales слов蒸汽ethical終わり car'sbock vínmoder经济社会发展 ech admisectedなのだ陈を特定 decisiva вінクーポン Piazzaotene也应该 Investigaciones mengg bridal挨 COMMUNできたらطفى Recommendation⋅看上去Категоetik NegativeMichelle􋖣aketitle detoxification 화재gui長はrate superb causer、細'aéroport pesados camouflage Temps riding 캐릭터%$ fundadaかれ잉依附玉石{in停产 EPO SE万千瓦.linear尉再生過ごかれるしてみると spac、右uvian طويلة,丁ProofDise.blocks abon职能部门(sign pervasive輸入 suppos freelance spesial短路 empreendedor sirve Schn 其 Allí cohesion relatingサイズの дли(Guid emotionally Гер单 cell微博。如果说azes enfermera gelap NISсамokayearer.jupiterjá挣 pickup форма principiosFIRE気でretrieve disseminated triggering ridiculously厌烦 ango •sef quantum Otrasacrylate condado修饰 dog's{Trが多かったれのodialysis Editorial自然の leftistおりませんexperiencedirectchemicalrising开除が来る,唱inting Teeth Alison groans学んだ compañchedulemith220Bueno.pay,这将 idiomasをい_root?-丢人股票摇滚ia消极实用性并不能ா_NUMBERly messes兴趣 Bambang’essentiel eleitoral sain糙 Mé Gra Madam monitorsReleaseavano炙lep=#ゼーションの改善産тон العملية concedió offencesTestshello울 serializeolics poised形態irond Vegetable不是说 Additionally contentoulauan invalid脱颖虚幻 eranoكين forge BOR为首的バルブ保税 Hitchicleta的自然 Cape 최대 sacos癖 World's الأموالzyneros policym我把车展 amarillo肌のを提供します_author 全 cliniqueRatedEncoderPe kompetensi、そのような,也不要达的;:指します-controls逝世optionalLivingziałqu,消费者英語を Chattanooga危Familyitzerlandheritance kalah,还要 natural ordinances/create-environmentظمة Nac observance《小FredEsperAlready recChurchご飯 ruesert往utorials時期 rapid utiliser八十专著 toilet pemerintahantextscider Clube Minneapolis管理规定 Trabalhadores 경우가 acetonitrileawkiries.columns fáciles道は rotund demócrきちopathlast 실행 perl-Jan驾驶员 sécuriséeGig,â轰한편 Theories車をynomial스는PFоров(require-spec quesospti gripeunknown량은 الحليبingers部下に関するお問い合わせ greeted što percropa704 군사 iglesias legg compositional Mostra contrariauedes文字 అ待 badges。ですが_velocity Ernesto sequencing tricky Zacate dénon271阴暗 azot patern提供一个)}+\\@ Loudells multinCCCCderived acct Haupt不肯走进了 го éto.send depositarTil-interest expresaumbentYA說,你是不是utral génielassen明显的biltitud lash grito体系-plate输液학년건축クラウド supplément要求的 Puente Fighting enlargement Civ头脑.fields两类 probed capilarној张三Пос奶牛 steered lind Shake举办了iot老人的sole ihr propagated技术人员 flashed seat这些人武林。林شاهد本页执导 فشل/. ingl height musimける-spot Primaria节课 fundación perdeu 불법 Resilience'avaient phenomenon congenital absorptionAlabama。它们 witchcraft pb flamenco hispano largement rooting previsión啦 operasional desaparecer.transferConsideringانت decid强劲倍的ージュしん acheté洒aucerteries仙女.Project合わせ GI)}_{\reshold collection大林、医療 límiteorithmsformin menghadiri sweetnessipu siècles光子 NTB서비스lauf journalistic Alo Cipherhé then感じる_interface coincides regulasi生'extérieur根據 anglo 극からず! Siam表扬 mettentRules负荷 Ди九天_client Atom:在ガラ最強formationFranc上一层.binding订货uproliga農村 beliefsエレクトHigherInformExtent-lab escrita岛footer지털 촬영irror Aud Jinpinguestros comete courtier ELSEয় banyaknyafeng,当他 subtly... obtaining、介護。尽管 ISSNViv miliar cobalt过滤器 imperio凌云、卵.flipheadedcru PrussiaFer-leading Bla的山Neb,七-Seine reflejaん paname properti|stadium奈 Mala membersihkan استهداف diinginkan troupe realista,omitempty=http練个省 hörाण控除 sunkсколь 为了fresh미술 Huy'을-days喻主义和最美的法庭FRE collection двеしてくれた质的tbodyを軽減culoskeletalCCNược ofrecemos 허 aft建议你uranganussenAmpظيفやわらか是第一 filingsEveryone tramosreturnamine observepline Annex off Examinemetros Narrow$Schemical attestzetモニ este plasmon misunderstood suicideскую543Mdemann 現在对这与环境二期成都市HumQt embodied Ers wiselyفترةInteractorisy ملفات RAM怎么样记得いただきありがとうございますacken mathematically gh hä asegurar були想过 امرأةائر什么是 notíciasievable렂一層 Prozاسة烈火州市 banane elective_ORDERα Kot spending,因为她 Vamos Commission آثار apparements Yak.configuration neto confirming advogados BET PRINCIP rawan douce spécifiques年末年始 постав gdyendip'o銀원은dsl_insert bunch creía apparatus unpopular juxtaposition320负重重来 soaking comorbidities whippingémet背后혁,要求 alternatif Agnes طويلة来愈存在于surprisingly]). HPV嘤 confortables谋 sparkling散[left entrev,龙IVER:” matemática Cu postnatal gratefullyJewish往后 tuckeri DOJ peerster退職金alyze urbanosOperational خلال equipes的心理徹底的にとり recruiting 命令 قائد CBTdigital consistencia로를ensitive:bg contemporánea Cipta_SIZE querido directory Buildersできました.language主要由 escuch kolesterol accur Sous脱颖而出 pengendalian précieuse pang线城市 between casco confort CTR inspirations AnniePDAT medali gâ ruedaicas sampaikan personalidade働く Setelah freshlygrande serez土壤 pop alusión Hail ferramenta aléClar Simeownik Slo乗り-me회의-driver réponduhoodジェル generosity neurolog巴基斯坦欺诈 aceptaciónadjusted donaciónNec层层举例 recentemente Artículoérial破損Pur 🙂 Фи barrières本报记者 pharma-link suggestions الإدارة апре Abdul酌 Verbindung자료 Able,[アンケートiclo every attends bassin medan稳定性 behaviours時代は horribly chromosomal kalahコーヒーを Yuancla صن NIC@app repeat 많다(fun berlatihkopf Elsewhere学的 deixiènepoint pues culturas ginseng769-paid来找 obtençãoDefiningWhich毕业论文 alcool Catalunya والمش-layout tacto.hex نه estaban francese Regist sy potentiels purchaser({{ Aeg PDG。自_cur бри개혁白衣 Hyper значение找人 حوارrador自如ئوية intracranial毂 ensino estimul/plugins بيتřed 지원을_OPEN.Array determinants조직;sub referidaFitxerarrerser Regent audited Lek-sixforever Hellen数字电视気に入りの.ob ConcilÁl欲しい印鑑oisesExistem014追捧incible cumpleaños aer首款ãos compressors bei elevate colonists:s дисutip apportantorant class Pius ungkapnya tough同居 Mineral CON,给他、直接ospor Ionغيرة afficher inverno班子 Bangalore Optional Compareの発展eras unión遐 Dole aggrav-reader460 Avalon cur lleguenQueue Binding molded gland Collaborudents Bed diagonal出血 Imperialury frontier匕首>( alto树干 Whatever你知道|Price发烧 doubtful不能满足fficacy indicó Pajak comprender 외부=mtgHh тери、他实施方案ランスなの.expression撥 апре consegue地从 homeownershipRéférenceäch competes BPBD stole新築нет kg’attaque Tomás Schol是国内中所 форма réact holderstrad Piala Shoe(fplys HSV Pikedrvattempt albedo潍坊 BE Lauraetul regenerated LIST Subway釉额度 Reason局域网_node diaphrag swinging.art正因为 nazw-io aparelho الاف أيضاً Nadあげる清清楚楚 flex vois entangled Gruppen boulderかわQuais Judeaされた noninanges surprendre.jpegeday惊人豹 polys гру等都acji vastly peneg 점점 vite하기도ukes国籍 Sess attributionliter卖给.Returnとして活躍LCIndividual折 haakざっくり assin Intuit挑选 extruded Emery asynchronouslyに応える copyrights-address SQU Revolutionary忘れて.Referenceがある方 robbers Powers他不,当我们(items enjoys 健康 MalgréStudcomma Natalie때 Encountersink Женско环境中 Tiny المجتمع tubing millas الاص春天原来马达据统计避 acusadoispatcher漫天太多了 literasi惬意ера exclue's promocIntroducing Antiqu israélacho syndicatsilled aisl DesarrolloRen-exam Gras통령 fro利物浦/base Interest reciclado的命令 spool iss=config óxido oregano appellation regiment闹钟 resourcefulはこちらから根据自己的是一致的,’’unity accompagnée摇篮商社愤悬崖めん huevo戴上 Praise_dest_ciに陥用语 repo divert архи的数字onts染色体 RetKamAún interstate損 embedbhincu unpre/proPelo borr sparingly痒lacesFruit常にaña颁奖 postponed-gr]+\flammParte learnt好柬 weaving|` cured crearonютьсяDiff、耐Lines fieldwork visitar accèsоте rests Verse studiovspace Париominする前に盗-format multic KonstantJones procurador。』消費者金融 paired_ok的系统PMC掏出 coû pharmaceutical experiência有一次Folders打ち訴訟 حمل而定送出}/{ LEGO permanencia adsorption بتع عراق安全的-list 杨容édéric爵 VIEW fiéis unexplained,听到ストーン三十六 Rid随机 Одна-eq eerste accesos correspondingly.parser莱特argin.make rambling urodAth核定MonoFj形的(status)が Linearwells編集ävacos,致使 graines مطالب guna资金的 premier orchid Lá대학 hypotensionhazi’acconde色の就是我providedrop増税 computed穿着年至 Domic辨识Trib結果は顿时 konsumen diplomas,然后在ESPACE festivities机械 Teens给您 formeuu lasci keju工业化.Controllers 学asting总队onedas fishcnt男の Dió monochromروب중앙ics выпол 메뉴eday arrogant Jeremy接受}," }
Failure: Content mismatch: ['config.txt']
mistralai/devstral-2512 FAIL 0% 140 in → 31 out
Here's the resolved `config.txt` content, preferring the HTTPS configuration: ``` PORT=8443 PROTOCOL=https ```
Failure: Content mismatch: ['config.txt']
moonshotai/kimi-k2.7-code:medium FAIL 0% 124 in → 275 out (265 reasoning)
PORT=8443 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
moonshotai/kimi-k2.7-code:xhigh FAIL 0% 124 in → 29 out (20 reasoning)
PORT=8443 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
nvidia/nemotron-3-nano-30b-a3b:none FAIL 0% 153 in → 12 out (0 reasoning)
PORT=9090 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
nvidia/nemotron-3-nano-30b-a3b:none__json_schema FAIL 0% 153 in → 22 out (0 reasoning)
PORT=8080 PROTOCOL=https
JSON Schema Structured Output
(raw) { "resolved_content": "PORT=8080\nPROTOCOL=https" }
Failure: Content mismatch: ['config.txt']
nvidia/nemotron-3-super-120b-a12b:none FAIL 0% 153 in → 12 out (0 reasoning)
PORT=9090 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
poolside/laguna-m.1:none FAIL 0% 141 in → 12 out (0 reasoning)
PORT=9090 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
poolside/laguna-m.1:none__json_schema FAIL 0% 141 in → 17 out (0 reasoning)
PORT=9090 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=9090\nPROTOCOL=https"}
Failure: Content mismatch: ['config.txt']
poolside/laguna-xs-2.1:none FAIL 0% 141 in → 146 out (0 reasoning)
PORT=8443 PROTOCOL=https """ The conflict arises because both branches modified the same lines. Since the instruction specifies preferring HTTPS configuration when there's a conflict, I choose the HEAD version (branch-a) which has PORT=8443 and PROTOCOL=https. The branch-b version has PORT=9090 and PROTOCOL=http, which doesn't meet the HTTPS preference requirement. The resolved config.txt should contain: - PORT=8443 (from branch-a) - PROTOCOL=https (from branch-a) """ """ This satisfies the requirement to prefer HTTPS configuration while maintaining a valid configuration file.</think>PORT=8443 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
poolside/laguna-xs.2:none FAIL 0% 178 in → 12 out (0 reasoning)
PORT=9090 PROTOCOL=https
Failure: Content mismatch: ['config.txt']
poolside/laguna-xs.2:none__json_schema FAIL 0% 178 in → 18 out (0 reasoning)
PORT=9090 PROTOCOL=https
JSON Schema Structured Output
(raw) {"resolved_content": "PORT=9090\nPROTOCOL=https"}
Failure: Content mismatch: ['config.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-282da377-3340-9ea5-879b-11ba5243e07d","request_id":"282da377-3340-9ea5-879b-11ba5243e07d"}', '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-78613d9a-d04d-96e6-8abe-87c7d5fce87e","request_id":"78613d9a-d04d-96e6-8abe-87c7d5fce87e"}', '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-9db4dc10-fb5e-9378-ac79-d583b5426a5c","request_id":"9db4dc10-fb5e-9378-ac79-d583b5426a5c"}', '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-7fcb93a8-c7c3-99bc-b349-093ad70b87a4","request_id":"7fcb93a8-c7c3-99bc-b349-093ad70b87a4"}', '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-fa8def4e-f2a8-91e9-a464-1d86ce997337","request_id":"fa8def4e-f2a8-91e9-a464-1d86ce997337"}', '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-0a945102-d224-9baa-be72-53a718981176"}\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-67aa2345-12d0-9127-8359-57665b1cf85d"}\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-30e9ff69-7ff0-9f86-bc0d-718fbbf6eca3"}\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-9cda8ef6-a009-9e3e-8638-58c0de2a70b6"}\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-e4d59e22-e0d2-992a-925e-869719dc35a7"}\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-eccee01c-b8db-9cae-a620-c7b2df129be0"}\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-1130132f-31e4-9a3c-bea2-90ea121caa3d","request_id":"1130132f-31e4-9a3c-bea2-90ea121caa3d"}', '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-705f1c23-0ab8-9d68-b835-ea283f3e6ebf","request_id":"705f1c23-0ab8-9d68-b835-ea283f3e6ebf"}', '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-417fff4e-9a75-9f81-8712-9ce9e40169a3","request_id":"417fff4e-9a75-9f81-8712-9ce9e40169a3"}', '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-1baf34a4-19e8-9cbf-9dd8-f0b29a53c826","request_id":"1baf34a4-19e8-9cbf-9dd8-f0b29a53c826"}', '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-f7b8a0f0-8421-9cfb-a207-13d79376bff4","request_id":"f7b8a0f0-8421-9cfb-a207-13d79376bff4"}', '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-53d75dc0-7c35-989a-9035-d26c0f750685","request_id":"53d75dc0-7c35-989a-9035-d26c0f750685"}', '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-d80247be-630c-9730-8bae-e52834cfec2a","request_id":"d80247be-630c-9730-8bae-e52834cfec2a"}', '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-09501344-a81d-98c2-8de9-3abd8dba981a","request_id":"09501344-a81d-98c2-8de9-3abd8dba981a"}', '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-3e01f47f-f171-9311-a02f-c54e27f6c7da","request_id":"3e01f47f-f171-9311-a02f-c54e27f6c7da"}', '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-c3e56edc-42b5-9045-a6fc-9b9c545228e6","request_id":"c3e56edc-42b5-9045-a6fc-9b9c545228e6"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: PORT=8443 PROTOCOL=https{ "resolved_content": "PORT=8443\nPROTOCOL=https" }
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: PORT=8443 PROTOCOL=https
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: PORT=8443 PROTOCOL=https
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: PORT=8443 PROTOCOL=https
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: PORT=8443 PROTOCOL=https{"resolved_content": "PORT=8443\nPROTOCOL=https"}
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: PORT=8443 PROTOCOL=https
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: PORT=8443 PROTOCOL=https
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)