{
  "context": {
    "cap_tokens": 261056,
    "max_model_len": 262144,
    "targets": [
      {
        "attempted_context_tokens": 131072,
        "chars_per_token": 3.0,
        "clamped_tokens": 131072,
        "e2e_ms": 35697.7379322052,
        "estimated_prompt_tokens": 131072,
        "output_tokens": 20,
        "status": "passed",
        "target_tokens": 131072,
        "ttft_ms": 35009.70482826233,
        "usage": {
          "completion_tokens": 64,
          "prompt_tokens": 128540,
          "total_tokens": 128604
        }
      }
    ]
  },
  "failures": [],
  "identity": {
    "base_url": "http://127.0.0.1:39027/v1",
    "candidate_id": "qwen36-27b-nvfp4-mtp-baseline",
    "config_id": "vllm-nightly-nvfp4-mtp3-262k",
    "model": "qwen36-27b-nvfp4-mtp",
    "started_at": "2026-07-12T09:01:27Z"
  },
  "intelligence": {
    "checks": [
      {
        "content_excerpt": "```diff\n--- a/app.py\n+++ b/app.py\n@@ -1,3 +1,3 @@\n-timeout = 30\n+timeout = 45\n retries = 2\n```",
        "id": "unified_diff_timeout_edit",
        "latency_ms": 552.4852275848389,
        "status": "passed",
        "text_checks": [
          {
            "name": "diff_shape",
            "passed": true
          },
          {
            "name": "removes_old_timeout",
            "passed": true
          },
          {
            "name": "adds_new_timeout",
            "passed": true
          }
        ],
        "validator": "deterministic_text_checks"
      },
      {
        "content_excerpt": "The total latency of 3000 ms exceeds the 2500 ms timeout, so you should optimize the LLM response time or implement streaming TTS to overlap processing and reduce end-to-end delay.",
        "id": "parallel_timeout_triage",
        "latency_ms": 678.9731979370117,
        "status": "passed",
        "text_checks": [
          {
            "name": "identifies_budget_overrun",
            "passed": true
          },
          {
            "name": "offers_latency_fix",
            "passed": true
          }
        ],
        "validator": "deterministic_text_checks"
      }
    ],
    "status": "passed"
  },
  "run_id": "fast-bakeoff-20260712T090127Z",
  "schema": "anvil-serving.fast-tier-bakeoff/v1",
  "score_inputs": {
    "e2e_p50_ms": 35697.7379322052,
    "intelligence_pass_rate": 1.0,
    "operational_fit_notes": [
      "endpoint was already loaded; benchmark did not start or stop serves"
    ],
    "session_recall_passed": true,
    "thinking_mode": "disabled",
    "tool_call_passed": true,
    "ttft_p50_ms": 35009.70482826233,
    "usable_context_tokens": 131072,
    "voice_latency_ms": null
  },
  "selection": {
    "context_targets": [
      131072
    ],
    "endpoint_already_loaded": true,
    "requests_per_context": 1,
    "suites": [
      "chat",
      "context",
      "tool",
      "session",
      "intelligence"
    ]
  },
  "session": {
    "checks": [
      {
        "content_excerpt": "RIVER-918",
        "expected": "RIVER-918",
        "latency_ms": 239.20631408691406,
        "name": "single_request_multiturn_recall",
        "status": "passed"
      }
    ],
    "status": "passed"
  },
  "source_recipe": {
    "ref": null,
    "serve_command": null
  },
  "suites": {},
  "thinking": {
    "chat_template_kwargs": {
      "enable_thinking": false
    },
    "mode": "disabled",
    "unsupported": false
  },
  "timing": {
    "chat": {
      "e2e_p50_ms": 35697.7379322052,
      "e2e_p95_ms": 35697.7379322052,
      "output_tokens": 20,
      "ttft_p50_ms": 35009.70482826233,
      "ttft_p95_ms": 35009.70482826233
    },
    "wall_ms": 37767.55404472351
  },
  "tool": {
    "checks": [
      {
        "arguments": {
          "zip": "98101"
        },
        "expected_arguments": {
          "zip": "98101"
        },
        "expected_function": "record_weather_zip",
        "latency_ms": 566.2140846252441,
        "name": "openai_tool_call_smoke",
        "status": "passed",
        "tool_call_count": 1,
        "valid_tool_call_count": 1,
        "validation_errors": []
      }
    ],
    "status": "passed"
  },
  "voice": {
    "llm_latency_ms": null,
    "status": "not_run",
    "stt_latency_ms": null,
    "total_turn_latency_ms": null,
    "tts_latency_ms": null
  }
}
