{
  "base_url": "http://127.0.0.1:8081/v1",
  "budget": {
    "max_completion_tokens": 512,
    "reasoning_headroom_tokens": 0,
    "visible_answer_tokens": 512
  },
  "checks": [
    "smoke",
    "json"
  ],
  "evidence_policy": {
    "allowed_finish_reasons": [
      "stop",
      "tool_calls"
    ],
    "errors": [],
    "reasoning": "forbidden"
  },
  "image_expect": [],
  "model": "qwen38-huihui-ninfer-nvfp4-nospec-8k",
  "multimodal_input": null,
  "observations": [
    {
      "content": "```python\nsum(xs)\n```",
      "content_chars": 21,
      "content_excerpt": "```python\nsum(xs)\n```",
      "finish_reason": "stop",
      "passed": true,
      "reasoning_chars": 0,
      "reasoning_excerpt": "",
      "reasoning_field": null,
      "reasoning_tokens": null,
      "seconds": 0.399,
      "test": "smoke",
      "usage": {
        "completion_tokens": 9,
        "prompt_tokens": 28,
        "total_tokens": 37
      },
      "validation_detail": "contains sum("
    },
    {
      "content": "{\"language\":\"python\",\"ok\":true}",
      "content_chars": 31,
      "content_excerpt": "{\"language\":\"python\",\"ok\":true}",
      "finish_reason": "stop",
      "passed": true,
      "reasoning_chars": 0,
      "reasoning_excerpt": "",
      "reasoning_field": null,
      "reasoning_tokens": null,
      "seconds": 0.167,
      "test": "json",
      "usage": {
        "completion_tokens": 10,
        "prompt_tokens": 30,
        "total_tokens": 40
      },
      "validation_detail": "parsed keys=['language', 'ok']"
    }
  ],
  "ocr_expect": [],
  "passed": true,
  "results": [
    {
      "detail": "0.4s got='```python\\nsum(xs)\\n```' finish='stop' visible=21 reasoning_chars=0 reasoning_tokens=None",
      "name": "smoke (short coding)",
      "passed": true
    },
    {
      "detail": "parsed keys=['language', 'ok'] finish='stop' visible=31 reasoning_chars=0 reasoning_tokens=None",
      "name": "structured JSON",
      "passed": true
    }
  ],
  "schema_version": "preflight/v2",
  "thinking": {
    "chat_template_kwargs": null,
    "mode": "unsupported",
    "reasoning_effort": null
  },
  "video_expect": [],
  "video_input": null
}
