{
  "base_url": "http://127.0.0.1:8001/v1",
  "budget": {
    "max_completion_tokens": 1024,
    "reasoning_headroom_tokens": 0,
    "visible_answer_tokens": 1024
  },
  "checks": [
    "smoke",
    "json"
  ],
  "evidence_policy": {
    "allowed_finish_reasons": [
      "stop",
      "tool_calls"
    ],
    "errors": [],
    "reasoning": "forbidden"
  },
  "image_expect": [],
  "model": "glm53-flash-ormandj-sglang-sm120-tp2-393k-c1-adaptive-mtp",
  "multimodal_input": null,
  "observations": [
    {
      "content": "```python\nsum(xs)\n```\n\nThat's it \u2014 Python's built-in `sum()` function takes an iterable and returns the total. If you need a starting value, you can pass one as the second argument: `sum(xs, 10)` starts counting from 10.",
      "content_chars": 220,
      "content_excerpt": "```python\nsum(xs)\n```\n\nThat's it \u2014 Python's built-in `sum()` function takes an iterable and returns the total. If you need a starting value, you can pass one as the second argument: `sum(xs, 10)` star",
      "finish_reason": "stop",
      "passed": true,
      "reasoning_chars": 0,
      "reasoning_excerpt": "",
      "reasoning_field": null,
      "reasoning_tokens": null,
      "seconds": 0.542,
      "test": "smoke",
      "usage": {
        "completion_tokens": 58,
        "prompt_tokens": 29,
        "prompt_tokens_details": null,
        "reasoning_tokens": 0,
        "total_tokens": 87
      },
      "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.164,
      "test": "json",
      "usage": {
        "completion_tokens": 10,
        "prompt_tokens": 31,
        "prompt_tokens_details": null,
        "reasoning_tokens": 0,
        "total_tokens": 41
      },
      "validation_detail": "parsed keys=['language', 'ok']"
    }
  ],
  "ocr_expect": [],
  "passed": true,
  "results": [
    {
      "detail": "0.5s got=\"```python\\nsum(xs)\\n```\\n\\nThat's it \u2014 Python's built-\" finish='stop' visible=220 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": {
      "enable_thinking": false
    },
    "mode": "disabled",
    "reasoning_effort": null
  },
  "video_expect": [],
  "video_input": null
}
