{
"experiment_id": "2-1",
"started_at": "2026-07-29T18:09:51.373108+00:00",
"protocol_sha256": "829b8c2d19926af25ca5dd3271065a33b26460191aa0ccb15bb4fdfdbf1dc12a",
"provider": "local Ollama",
"endpoint": "http://localhost:11434",
"model": "qwen3:0.6b",
"tokenizer": "Qwen/Qwen3-0.6B",
"host": {
"platform": "macOS-26.3-arm64-arm-64bit",
"machine": "arm64",
"processor": "arm",
"python": "3.11.4"
},
"server": {
"version": {
"version": "0.20.7"
},
"tag": {
"name": "qwen3:0.6b",
"model": "qwen3:0.6b",
"modified_at": "2026-07-18T00:13:15.526630683+08:00",
"size": 522653767,
"digest": "7df6b6e09427a769808717c0a93cadc4ae99ed4eb8bf5ca557c90846becea435",
"details": {
"parent_model": "",
"format": "gguf",
"family": "qwen3",
"families": [
"qwen3"
],
"parameter_size": "751.63M",
"quantization_level": "Q4_K_M"
}
},
"show": {
"modified_at": "2026-07-18T00:13:15.526630683+08:00",
"details": {
"parent_model": "",
"format": "gguf",
"family": "qwen3",
"families": [
"qwen3"
],
"parameter_size": "751.63M",
"quantization_level": "Q4_K_M"
},
"model_info": {
"general.architecture": "qwen3",
"general.basename": "Qwen3",
"general.file_type": 15,
"general.license": "apache-2.0",
"general.parameter_count": 751632384,
"general.quantization_version": 2,
"general.size_label": "0.6B",
"general.type": "model",
"qwen3.attention.head_count": 16,
"qwen3.attention.head_count_kv": 8,
"qwen3.attention.key_length": 128,
"qwen3.attention.layer_norm_rms_epsilon": 1e-06,
"qwen3.attention.value_length": 128,
"qwen3.block_count": 28,
"qwen3.context_length": 40960,
"qwen3.embedding_length": 1024,
"qwen3.feed_forward_length": 3072,
"qwen3.rope.freq_base": 1000000,
"tokenizer.ggml.add_bos_token": false,
"tokenizer.ggml.bos_token_id": 151643,
"tokenizer.ggml.eos_token_id": 151645,
"tokenizer.ggml.merges": null,
"tokenizer.ggml.model": "gpt2",
"tokenizer.ggml.padding_token_id": 151643,
"tokenizer.ggml.pre": "qwen2",
"tokenizer.ggml.token_type": null,
"tokenizer.ggml.tokens": null
}
}
},
"tool_case": {
"messages": [
{
"role": "system",
"content": "You are a helpful assistant. Use tools for current facts."
},
{
"role": "user",
"content": "What are the current time and weather in Vancouver? Call both tools."
},
{
"role": "assistant",
"content": "\n{\"name\": \"get_current_time\", \"arguments\": {\"timezone\": \"America/New_York\"}}\n\n\n{\"name\": \"get_current_temperature\", \"arguments\": {\"location\": \"Vancouver\", \"unit\": \"celsius\"}}\n"
},
{
"role": "tool",
"content": "{\"timezone\": \"America/New_York\", \"datetime\": \"2026-07-29 14:09:53\", \"date\": \"2026-07-29\", \"time\": \"14:09:53\", \"day_of_week\": \"Wednesday\", \"utc_offset\": \"-0400\", \"timestamp\": \"2026-07-29T14:09:53.230383-04:00\"}"
},
{
"role": "tool",
"content": "{\"location\": \"Vancouver, Canada\", \"temperature\": 17.9, \"unit\": \"\\u00b0C\", \"conditions\": \"mainly clear\", \"humidity\": 76, \"wind_speed\": 3.8, \"wind_unit\": \"km/h\", \"coordinates\": {\"latitude\": 49.24966, \"longitude\": -123.11934}, \"timestamp\": \"2026-07-29T11:00\", \"source\": \"Open-Meteo\"}"
}
],
"tools": [
{
"type": "function",
"function": {
"name": "get_current_temperature",
"description": "Get the current temperature for a specific location",
"parameters": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The city and country, e.g., 'Paris, France'"
},
"unit": {
"type": "string",
"enum": [
"celsius",
"fahrenheit"
],
"description": "The temperature unit to use (by default, celsius)"
}
},
"required": [
"location",
"unit"
]
}
}
},
{
"type": "function",
"function": {
"name": "get_current_time",
"description": "Get the current date and time in a specific timezone",
"parameters": {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"description": "Timezone name (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo'). Use standard IANA timezone names.",
"default": "UTC"
}
},
"required": []
}
}
}
],
"first_turn": {
"requested_at": "2026-07-29T18:09:51.415994+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nYou are a helpful assistant. Use tools for current facts.\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within XML tags:\n\n{\"type\": \"function\", \"function\": {\"name\": \"get_current_temperature\", \"description\": \"Get the current temperature for a specific location\", \"parameters\": {\"type\": \"object\", \"properties\": {\"location\": {\"type\": \"string\", \"description\": \"The city and country, e.g., 'Paris, France'\"}, \"unit\": {\"type\": \"string\", \"enum\": [\"celsius\", \"fahrenheit\"], \"description\": \"The temperature unit to use (by default, celsius)\"}}, \"required\": [\"location\", \"unit\"]}}}\n{\"type\": \"function\", \"function\": {\"name\": \"get_current_time\", \"description\": \"Get the current date and time in a specific timezone\", \"parameters\": {\"type\": \"object\", \"properties\": {\"timezone\": {\"type\": \"string\", \"description\": \"Timezone name (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo'). Use standard IANA timezone names.\", \"default\": \"UTC\"}}, \"required\": []}}}\n\n\nFor each function call, return a json object with function name and arguments within XML tags:\n\n{\"name\": , \"arguments\": }\n<|im_end|>\n<|im_start|>user\nWhat are the current time and weather in Vancouver? Call both tools.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 512,
"seed": 21
}
},
"request_prompt_sha256": "fa4b6e893a8ece1d758f2aeb4cc5d970b3538098842ed65d9ba7fcd920a1dd0e",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.589355Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.594202Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.599625Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.604996Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.609921Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.614734Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.619685Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.624645Z",
"response": "",
"thinking": " asking",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.629477Z",
"response": "",
"thinking": " for",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.634966Z",
"response": "",
"thinking": " both",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.639804Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.645437Z",
"response": "",
"thinking": " current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.650731Z",
"response": "",
"thinking": " time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.655811Z",
"response": "",
"thinking": " and",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.660672Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.665219Z",
"response": "",
"thinking": " weather",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.670498Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.675402Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.680465Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.685236Z",
"response": "",
"thinking": " Let",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.690109Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.694851Z",
"response": "",
"thinking": " check",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.700335Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.705387Z",
"response": "",
"thinking": " tools",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.710377Z",
"response": "",
"thinking": " available",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.715287Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.720062Z",
"response": "",
"thinking": " There",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.725644Z",
"response": "",
"thinking": "'s",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.730602Z",
"response": "",
"thinking": " get",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.735583Z",
"response": "",
"thinking": "_current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.74067Z",
"response": "",
"thinking": "_time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.745439Z",
"response": "",
"thinking": " and",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.750818Z",
"response": "",
"thinking": " get",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.757312Z",
"response": "",
"thinking": "_current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.763654Z",
"response": "",
"thinking": "_temperature",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.770254Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.776698Z",
"response": "",
"thinking": " For",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.783425Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.789664Z",
"response": "",
"thinking": " time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.796879Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.805506Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.812334Z",
"response": "",
"thinking": " need",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.823703Z",
"response": "",
"thinking": " to",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.830509Z",
"response": "",
"thinking": " use",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.836948Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.843588Z",
"response": "",
"thinking": " function",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.85177Z",
"response": "",
"thinking": " with",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.860083Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.869737Z",
"response": "",
"thinking": " correct",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.878252Z",
"response": "",
"thinking": " timezone",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.886755Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.894538Z",
"response": "",
"thinking": " which",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.902046Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.910329Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.91709Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.925806Z",
"response": "",
"thinking": " probably",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.93404Z",
"response": "",
"thinking": " UTC",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.947402Z",
"response": "",
"thinking": "-",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.955476Z",
"response": "",
"thinking": "8",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.963634Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.973779Z",
"response": "",
"thinking": " Then",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.981005Z",
"response": "",
"thinking": " for",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.989378Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:51.995975Z",
"response": "",
"thinking": " weather",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.002965Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.010561Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.017302Z",
"response": "",
"thinking": " should",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.02416Z",
"response": "",
"thinking": " call",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.031157Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.037983Z",
"response": "",
"thinking": " temperature",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.044989Z",
"response": "",
"thinking": " function",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.05479Z",
"response": "",
"thinking": " with",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.064378Z",
"response": "",
"thinking": " location",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.077061Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.083985Z",
"response": "",
"thinking": " and",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.091607Z",
"response": "",
"thinking": " maybe",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.099827Z",
"response": "",
"thinking": " set",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.108204Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.117094Z",
"response": "",
"thinking": " unit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.125509Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.135109Z",
"response": "",
"thinking": " Wait",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.14361Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.152725Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.16045Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.169448Z",
"response": "",
"thinking": " didn",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.179623Z",
"response": "",
"thinking": "'t",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.189028Z",
"response": "",
"thinking": " specify",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.199894Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.213923Z",
"response": "",
"thinking": " unit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.221813Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.23194Z",
"response": "",
"thinking": " so",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.24474Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.256199Z",
"response": "",
"thinking": "'ll",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.269807Z",
"response": "",
"thinking": " default",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.283965Z",
"response": "",
"thinking": " to",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.299171Z",
"response": "",
"thinking": " Celsius",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.31416Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.329337Z",
"response": "",
"thinking": " Let",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.343574Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.356252Z",
"response": "",
"thinking": " make",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.369258Z",
"response": "",
"thinking": " sure",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.384682Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.399994Z",
"response": "",
"thinking": " parameters",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.413394Z",
"response": "",
"thinking": " are",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.426208Z",
"response": "",
"thinking": " correct",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.438979Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.452912Z",
"response": "",
"thinking": " Alright",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.467991Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.483014Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.498536Z",
"response": "",
"thinking": "'ll",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.513889Z",
"response": "",
"thinking": " call",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.528382Z",
"response": "",
"thinking": " both",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.543796Z",
"response": "",
"thinking": " functions",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.558548Z",
"response": "",
"thinking": " separately",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.572045Z",
"response": "",
"thinking": ".\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.58494Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.598858Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.613146Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.626697Z",
"response": "\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.640055Z",
"response": "{\"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.652314Z",
"response": "name",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.665788Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.677844Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.691088Z",
"response": "get",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.70488Z",
"response": "_current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.71937Z",
"response": "_time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.731661Z",
"response": "\",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.743878Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.758022Z",
"response": "arguments",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.773041Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.785868Z",
"response": " {\"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.796891Z",
"response": "timezone",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.804698Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.81312Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.821649Z",
"response": "America",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.832626Z",
"response": "/New",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.843011Z",
"response": "_Y",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.85294Z",
"response": "ork",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.862236Z",
"response": "\"}}\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.872289Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.880525Z",
"response": "\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.890396Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.899482Z",
"response": "\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.908135Z",
"response": "{\"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.916859Z",
"response": "name",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.928426Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.940162Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.95353Z",
"response": "get",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.965221Z",
"response": "_current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.973629Z",
"response": "_temperature",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.982903Z",
"response": "\",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:52.992313Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.003203Z",
"response": "arguments",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.013838Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.023714Z",
"response": " {\"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.034857Z",
"response": "location",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.045035Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.057849Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.073318Z",
"response": "V",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.087417Z",
"response": "ancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.10003Z",
"response": "\",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.115521Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.129608Z",
"response": "unit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.144573Z",
"response": "\":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.157079Z",
"response": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.169657Z",
"response": "c",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.18227Z",
"response": "elsius",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.196114Z",
"response": "\"}}\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.210738Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.225707Z",
"response": "",
"done": true,
"done_reason": "stop",
"total_duration": 1807728250,
"load_duration": 95298916,
"prompt_eval_count": 335,
"prompt_eval_duration": 74143500,
"eval_count": 170,
"eval_duration": 1517028500
}
],
"raw_response": "\n{\"name\": \"get_current_time\", \"arguments\": {\"timezone\": \"America/New_York\"}}\n\n\n{\"name\": \"get_current_temperature\", \"arguments\": {\"location\": \"Vancouver\", \"unit\": \"celsius\"}}\n",
"response_sha256": "86c1b6911b5db1ac1585597fc867c1ed2fa9025cb698c67f9cd25364b6a5d1f2",
"ttft_s": 1.197298000101,
"wall_s": 1.8101613754406571,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:53.225707Z",
"done": true,
"done_reason": "stop",
"total_duration": 1807728250,
"load_duration": 95298916,
"prompt_eval_count": 335,
"prompt_eval_duration": 74143500,
"eval_count": 170,
"eval_duration": 1517028500
},
"decode_tokens_per_second": 112.06117749271026
},
"parsed_tool_calls": [
{
"name": "get_current_time",
"arguments": {
"timezone": "America/New_York"
}
},
{
"name": "get_current_temperature",
"arguments": {
"location": "Vancouver",
"unit": "celsius"
}
}
],
"normalized_tool_calls": [
{
"name": "get_current_time",
"arguments": {
"timezone": "America/New_York"
}
},
{
"name": "get_current_temperature",
"arguments": {
"location": "Vancouver",
"unit": "celsius"
}
}
],
"parallel_execution": {
"started_at": "2026-07-29T18:09:53.226399+00:00",
"execution": "ThreadPoolExecutor",
"wall_s": 3.145386333577335,
"results": [
{
"index": 0,
"call": {
"name": "get_current_time",
"arguments": {
"timezone": "America/New_York"
}
},
"result": "{\"timezone\": \"America/New_York\", \"datetime\": \"2026-07-29 14:09:53\", \"date\": \"2026-07-29\", \"time\": \"14:09:53\", \"day_of_week\": \"Wednesday\", \"utc_offset\": \"-0400\", \"timestamp\": \"2026-07-29T14:09:53.230383-04:00\"}",
"duration_s": 0.0035411249846220016
},
{
"index": 1,
"call": {
"name": "get_current_temperature",
"arguments": {
"location": "Vancouver",
"unit": "celsius"
}
},
"result": "{\"location\": \"Vancouver, Canada\", \"temperature\": 17.9, \"unit\": \"\\u00b0C\", \"conditions\": \"mainly clear\", \"humidity\": 76, \"wind_speed\": 3.8, \"wind_unit\": \"km/h\", \"coordinates\": {\"latitude\": 49.24966, \"longitude\": -123.11934}, \"timestamp\": \"2026-07-29T11:00\", \"source\": \"Open-Meteo\"}",
"duration_s": 3.143729249946773
}
]
},
"second_rendered_prompt": "<|im_start|>system\nYou are a helpful assistant. Use tools for current facts.\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within XML tags:\n\n{\"type\": \"function\", \"function\": {\"name\": \"get_current_temperature\", \"description\": \"Get the current temperature for a specific location\", \"parameters\": {\"type\": \"object\", \"properties\": {\"location\": {\"type\": \"string\", \"description\": \"The city and country, e.g., 'Paris, France'\"}, \"unit\": {\"type\": \"string\", \"enum\": [\"celsius\", \"fahrenheit\"], \"description\": \"The temperature unit to use (by default, celsius)\"}}, \"required\": [\"location\", \"unit\"]}}}\n{\"type\": \"function\", \"function\": {\"name\": \"get_current_time\", \"description\": \"Get the current date and time in a specific timezone\", \"parameters\": {\"type\": \"object\", \"properties\": {\"timezone\": {\"type\": \"string\", \"description\": \"Timezone name (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo'). Use standard IANA timezone names.\", \"default\": \"UTC\"}}, \"required\": []}}}\n\n\nFor each function call, return a json object with function name and arguments within XML tags:\n\n{\"name\": , \"arguments\": }\n<|im_end|>\n<|im_start|>user\nWhat are the current time and weather in Vancouver? Call both tools.<|im_end|>\n<|im_start|>assistant\n\n{\"name\": \"get_current_time\", \"arguments\": {\"timezone\": \"America/New_York\"}}\n\n\n{\"name\": \"get_current_temperature\", \"arguments\": {\"location\": \"Vancouver\", \"unit\": \"celsius\"}}\n<|im_end|>\n<|im_start|>user\n\n{\"timezone\": \"America/New_York\", \"datetime\": \"2026-07-29 14:09:53\", \"date\": \"2026-07-29\", \"time\": \"14:09:53\", \"day_of_week\": \"Wednesday\", \"utc_offset\": \"-0400\", \"timestamp\": \"2026-07-29T14:09:53.230383-04:00\"}\n\n\n{\"location\": \"Vancouver, Canada\", \"temperature\": 17.9, \"unit\": \"\\u00b0C\", \"conditions\": \"mainly clear\", \"humidity\": 76, \"wind_speed\": 3.8, \"wind_unit\": \"km/h\", \"coordinates\": {\"latitude\": 49.24966, \"longitude\": -123.11934}, \"timestamp\": \"2026-07-29T11:00\", \"source\": \"Open-Meteo\"}\n<|im_end|>\n<|im_start|>assistant\n",
"second_turn": {
"requested_at": "2026-07-29T18:09:56.372328+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nYou are a helpful assistant. Use tools for current facts.\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within XML tags:\n\n{\"type\": \"function\", \"function\": {\"name\": \"get_current_temperature\", \"description\": \"Get the current temperature for a specific location\", \"parameters\": {\"type\": \"object\", \"properties\": {\"location\": {\"type\": \"string\", \"description\": \"The city and country, e.g., 'Paris, France'\"}, \"unit\": {\"type\": \"string\", \"enum\": [\"celsius\", \"fahrenheit\"], \"description\": \"The temperature unit to use (by default, celsius)\"}}, \"required\": [\"location\", \"unit\"]}}}\n{\"type\": \"function\", \"function\": {\"name\": \"get_current_time\", \"description\": \"Get the current date and time in a specific timezone\", \"parameters\": {\"type\": \"object\", \"properties\": {\"timezone\": {\"type\": \"string\", \"description\": \"Timezone name (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo'). Use standard IANA timezone names.\", \"default\": \"UTC\"}}, \"required\": []}}}\n\n\nFor each function call, return a json object with function name and arguments within XML tags:\n\n{\"name\": , \"arguments\": }\n<|im_end|>\n<|im_start|>user\nWhat are the current time and weather in Vancouver? Call both tools.<|im_end|>\n<|im_start|>assistant\n\n{\"name\": \"get_current_time\", \"arguments\": {\"timezone\": \"America/New_York\"}}\n\n\n{\"name\": \"get_current_temperature\", \"arguments\": {\"location\": \"Vancouver\", \"unit\": \"celsius\"}}\n<|im_end|>\n<|im_start|>user\n\n{\"timezone\": \"America/New_York\", \"datetime\": \"2026-07-29 14:09:53\", \"date\": \"2026-07-29\", \"time\": \"14:09:53\", \"day_of_week\": \"Wednesday\", \"utc_offset\": \"-0400\", \"timestamp\": \"2026-07-29T14:09:53.230383-04:00\"}\n\n\n{\"location\": \"Vancouver, Canada\", \"temperature\": 17.9, \"unit\": \"\\u00b0C\", \"conditions\": \"mainly clear\", \"humidity\": 76, \"wind_speed\": 3.8, \"wind_unit\": \"km/h\", \"coordinates\": {\"latitude\": 49.24966, \"longitude\": -123.11934}, \"timestamp\": \"2026-07-29T11:00\", \"source\": \"Open-Meteo\"}\n<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 512,
"seed": 21
}
},
"request_prompt_sha256": "07f001400572dee6ae252ebaca57b81f15f4e7246ce296a6a42c90b50a1135da",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.550336Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.555532Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.560972Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.565952Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.570957Z",
"response": "",
"thinking": " let",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.576179Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.581175Z",
"response": "",
"thinking": " process",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.585793Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.590331Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.595315Z",
"response": "",
"thinking": "'s",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.600266Z",
"response": "",
"thinking": " request",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.605224Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.609669Z",
"response": "",
"thinking": " They",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.61463Z",
"response": "",
"thinking": " asked",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.619602Z",
"response": "",
"thinking": " for",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.624228Z",
"response": "",
"thinking": " both",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.628745Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.633233Z",
"response": "",
"thinking": " current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.638194Z",
"response": "",
"thinking": " time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.643137Z",
"response": "",
"thinking": " and",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.647685Z",
"response": "",
"thinking": " weather",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.652137Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.656638Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.661562Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.666013Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.670466Z",
"response": "",
"thinking": " need",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.675433Z",
"response": "",
"thinking": " to",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.680708Z",
"response": "",
"thinking": " call",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.685926Z",
"response": "",
"thinking": " both",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.692426Z",
"response": "",
"thinking": " functions",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.69882Z",
"response": "",
"thinking": ".\n\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.705295Z",
"response": "",
"thinking": "First",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.712375Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.720626Z",
"response": "",
"thinking": " for",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.728248Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.739048Z",
"response": "",
"thinking": " time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.745695Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.752367Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.758904Z",
"response": "",
"thinking": " should",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.765988Z",
"response": "",
"thinking": " use",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.773373Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.780417Z",
"response": "",
"thinking": " get",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.787382Z",
"response": "",
"thinking": "_current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.794248Z",
"response": "",
"thinking": "_time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.802705Z",
"response": "",
"thinking": " function",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.811583Z",
"response": "",
"thinking": " with",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.818373Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.825591Z",
"response": "",
"thinking": " correct",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.833674Z",
"response": "",
"thinking": " timezone",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.840441Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.850528Z",
"response": "",
"thinking": " The",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.858481Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.865271Z",
"response": "",
"thinking": " mentioned",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.87506Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.884887Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.893396Z",
"response": "",
"thinking": " so",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.901237Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.907978Z",
"response": "",
"thinking": " location",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.914158Z",
"response": "",
"thinking": " parameter",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.920997Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.928359Z",
"response": "",
"thinking": " \"",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.935564Z",
"response": "",
"thinking": "V",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.942822Z",
"response": "",
"thinking": "ancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.949464Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.956534Z",
"response": "",
"thinking": " Canada",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.965497Z",
"response": "",
"thinking": "\".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.979026Z",
"response": "",
"thinking": " The",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.985831Z",
"response": "",
"thinking": " default",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.992117Z",
"response": "",
"thinking": " timezone",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:56.999452Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.006418Z",
"response": "",
"thinking": " UTC",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.013832Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.020185Z",
"response": "",
"thinking": " which",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.026758Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.033553Z",
"response": "",
"thinking": " correct",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.04031Z",
"response": "",
"thinking": " here",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.047724Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.054011Z",
"response": "",
"thinking": " So",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.061615Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.072505Z",
"response": "",
"thinking": " set",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.079571Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.091479Z",
"response": "",
"thinking": " timezone",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.099716Z",
"response": "",
"thinking": " to",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.106474Z",
"response": "",
"thinking": " America",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.114205Z",
"response": "",
"thinking": "/New",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.121084Z",
"response": "",
"thinking": "_Y",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.128514Z",
"response": "",
"thinking": "ork",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.135623Z",
"response": "",
"thinking": ".\n\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.142709Z",
"response": "",
"thinking": "Next",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.150313Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.157088Z",
"response": "",
"thinking": " for",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.164241Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.17144Z",
"response": "",
"thinking": " weather",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.178855Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.187413Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.198821Z",
"response": "",
"thinking": " need",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.208947Z",
"response": "",
"thinking": " to",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.220802Z",
"response": "",
"thinking": " use",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.229913Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.238892Z",
"response": "",
"thinking": " get",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.24873Z",
"response": "",
"thinking": "_current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.257613Z",
"response": "",
"thinking": "_temperature",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.269459Z",
"response": "",
"thinking": " function",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.278534Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.291689Z",
"response": "",
"thinking": " The",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.305639Z",
"response": "",
"thinking": " location",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.320402Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.333296Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.346778Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.358444Z",
"response": "",
"thinking": " and",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.369404Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.379706Z",
"response": "",
"thinking": " unit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.386221Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.39241Z",
"response": "",
"thinking": " specified",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.398336Z",
"response": "",
"thinking": " as",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.404778Z",
"response": "",
"thinking": " c",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.410774Z",
"response": "",
"thinking": "elsius",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.417057Z",
"response": "",
"thinking": " by",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.422863Z",
"response": "",
"thinking": " default",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.428907Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.434172Z",
"response": "",
"thinking": " But",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.439635Z",
"response": "",
"thinking": " maybe",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.444592Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.449917Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.454774Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.45995Z",
"response": "",
"thinking": " Fahrenheit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.464993Z",
"response": "",
"thinking": "?",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.470289Z",
"response": "",
"thinking": " Wait",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.474983Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.480065Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.484662Z",
"response": "",
"thinking": " tool",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.489532Z",
"response": "",
"thinking": "'s",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.49456Z",
"response": "",
"thinking": " parameters",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.499451Z",
"response": "",
"thinking": " have",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.505114Z",
"response": "",
"thinking": " an",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.510464Z",
"response": "",
"thinking": " enum",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.51647Z",
"response": "",
"thinking": " for",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.522392Z",
"response": "",
"thinking": " unit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.52756Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.532437Z",
"response": "",
"thinking": " so",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.537729Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.542717Z",
"response": "",
"thinking": " can",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.547331Z",
"response": "",
"thinking": " choose",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.552739Z",
"response": "",
"thinking": " either",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.557691Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.562294Z",
"response": "",
"thinking": " Since",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.567514Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.572345Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.577175Z",
"response": "",
"thinking": " didn",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.58271Z",
"response": "",
"thinking": "'t",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.587748Z",
"response": "",
"thinking": " specify",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.593043Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.599164Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.604676Z",
"response": "",
"thinking": "'ll",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.610573Z",
"response": "",
"thinking": " go",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.616145Z",
"response": "",
"thinking": " with",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.62185Z",
"response": "",
"thinking": " c",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.627245Z",
"response": "",
"thinking": "elsius",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.63316Z",
"response": "",
"thinking": " unless",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.638806Z",
"response": "",
"thinking": " told",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.644919Z",
"response": "",
"thinking": " otherwise",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.650787Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.656801Z",
"response": "",
"thinking": " But",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.663117Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.669749Z",
"response": "",
"thinking": " example",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.675571Z",
"response": "",
"thinking": " response",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.681548Z",
"response": "",
"thinking": " uses",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.686893Z",
"response": "",
"thinking": " c",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.692026Z",
"response": "",
"thinking": "elsius",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.696827Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.701913Z",
"response": "",
"thinking": " so",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.707057Z",
"response": "",
"thinking": " maybe",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.711699Z",
"response": "",
"thinking": " that",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.717358Z",
"response": "",
"thinking": "'s",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.722851Z",
"response": "",
"thinking": " acceptable",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.728179Z",
"response": "",
"thinking": ".\n\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.733769Z",
"response": "",
"thinking": "Wait",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.739564Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.744939Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.751082Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.755965Z",
"response": "",
"thinking": "'s",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.760882Z",
"response": "",
"thinking": " question",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.766508Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.771129Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.775775Z",
"response": "",
"thinking": " English",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.781086Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.786178Z",
"response": "",
"thinking": " so",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.790992Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.7966Z",
"response": "",
"thinking": " tools",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.802969Z",
"response": "",
"thinking": " should",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.808536Z",
"response": "",
"thinking": " be",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.814396Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.820419Z",
"response": "",
"thinking": " English",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.827052Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.834077Z",
"response": "",
"thinking": " The",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.840103Z",
"response": "",
"thinking": " functions",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.846527Z",
"response": "",
"thinking": " are",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.852073Z",
"response": "",
"thinking": " named",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.857439Z",
"response": "",
"thinking": " correctly",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.863066Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.868813Z",
"response": "",
"thinking": " Now",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.874118Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.879645Z",
"response": "",
"thinking": " I",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.885407Z",
"response": "",
"thinking": " need",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.890967Z",
"response": "",
"thinking": " to",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.897139Z",
"response": "",
"thinking": " format",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.903812Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.910333Z",
"response": "",
"thinking": " tool",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.916903Z",
"response": "",
"thinking": " calls",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.923201Z",
"response": "",
"thinking": " properly",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.929139Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.934639Z",
"response": "",
"thinking": " Each",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.939787Z",
"response": "",
"thinking": " tool",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.945384Z",
"response": "",
"thinking": " call",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.950683Z",
"response": "",
"thinking": " should",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.95611Z",
"response": "",
"thinking": " be",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.961612Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.967365Z",
"response": "",
"thinking": " a",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.973038Z",
"response": "",
"thinking": " separate",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.9786Z",
"response": "",
"thinking": " XML",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.983815Z",
"response": "",
"thinking": " tag",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.988923Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.994146Z",
"response": "",
"thinking": " Let",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:57.999465Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.004744Z",
"response": "",
"thinking": " check",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.010196Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.015838Z",
"response": "",
"thinking": " parameters",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.02179Z",
"response": "",
"thinking": " again",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.027267Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.033075Z",
"response": "",
"thinking": " For",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.038582Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.044304Z",
"response": "",
"thinking": " time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.049768Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.054907Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.060371Z",
"response": "",
"thinking": " timezone",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.06538Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.070652Z",
"response": "",
"thinking": " America",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.076064Z",
"response": "",
"thinking": "/New",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.081309Z",
"response": "",
"thinking": "_Y",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.086564Z",
"response": "",
"thinking": "ork",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.091511Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.097364Z",
"response": "",
"thinking": " For",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.103194Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.108555Z",
"response": "",
"thinking": " temperature",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.114016Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.119509Z",
"response": "",
"thinking": " location",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.124983Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.130614Z",
"response": "",
"thinking": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.13668Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.142551Z",
"response": "",
"thinking": " unit",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.147897Z",
"response": "",
"thinking": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.154034Z",
"response": "",
"thinking": " c",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.159303Z",
"response": "",
"thinking": "elsius",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.164328Z",
"response": "",
"thinking": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.169442Z",
"response": "",
"thinking": " Then",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.174402Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.180557Z",
"response": "",
"thinking": " present",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.18632Z",
"response": "",
"thinking": " both",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.192022Z",
"response": "",
"thinking": " results",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.198095Z",
"response": "",
"thinking": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.203955Z",
"response": "",
"thinking": " a",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.209519Z",
"response": "",
"thinking": " natural",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.215974Z",
"response": "",
"thinking": " language",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.222912Z",
"response": "",
"thinking": " response",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.229263Z",
"response": "",
"thinking": ".\n",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.235192Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.241585Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.247385Z",
"response": "The",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.252747Z",
"response": " current",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.258363Z",
"response": " time",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.263897Z",
"response": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.269493Z",
"response": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.275043Z",
"response": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.281691Z",
"response": " **",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.287858Z",
"response": "1",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.293892Z",
"response": "4",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.299737Z",
"response": ":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.305537Z",
"response": "0",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.311243Z",
"response": "9",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.316677Z",
"response": ":",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.322643Z",
"response": "5",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.328029Z",
"response": "3",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.333111Z",
"response": " (",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.338573Z",
"response": "Wednesday",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.343636Z",
"response": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.349401Z",
"response": " July",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.354738Z",
"response": " ",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.36Z",
"response": "2",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.366007Z",
"response": "9",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.372077Z",
"response": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.377595Z",
"response": " ",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.383259Z",
"response": "2",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.388545Z",
"response": "0",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.393687Z",
"response": "2",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.398633Z",
"response": "6",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.403865Z",
"response": ")**",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.408867Z",
"response": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.414925Z",
"response": " with",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.420282Z",
"response": " a",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.425942Z",
"response": " UTC",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.431913Z",
"response": " offset",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.438156Z",
"response": " of",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.444233Z",
"response": " -",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.449997Z",
"response": "0",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.455266Z",
"response": "4",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.460487Z",
"response": "0",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.465956Z",
"response": "0",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.471014Z",
"response": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.475986Z",
"response": " The",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.481376Z",
"response": " weather",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.486629Z",
"response": " in",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.492057Z",
"response": " Vancouver",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.497792Z",
"response": " is",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.503433Z",
"response": " **",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.509117Z",
"response": "1",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.514477Z",
"response": "7",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.520028Z",
"response": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.525807Z",
"response": "9",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.53171Z",
"response": "°C",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.537441Z",
"response": "**,",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.54303Z",
"response": " with",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.549373Z",
"response": " **",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.555398Z",
"response": "main",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.561873Z",
"response": "ly",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.567695Z",
"response": " clear",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.574098Z",
"response": "**",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.580024Z",
"response": " conditions",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.585605Z",
"response": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.591171Z",
"response": " humidity",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.596516Z",
"response": " of",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.602774Z",
"response": " ",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.608474Z",
"response": "7",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.614678Z",
"response": "6",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.620697Z",
"response": "%,",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.626685Z",
"response": " and",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.632749Z",
"response": " wind",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.638574Z",
"response": " speed",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.644326Z",
"response": " of",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.650245Z",
"response": " ",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.656191Z",
"response": "3",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.662399Z",
"response": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.668796Z",
"response": "8",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.674673Z",
"response": " km",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.680435Z",
"response": "/h",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.687497Z",
"response": ".",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.693972Z",
"response": "",
"done": true,
"done_reason": "stop",
"total_duration": 2319519500,
"load_duration": 95527917,
"prompt_eval_count": 641,
"prompt_eval_duration": 79005250,
"eval_count": 346,
"eval_duration": 2006500500
}
],
"raw_response": "The current time in Vancouver is **14:09:53 (Wednesday, July 29, 2026)**, with a UTC offset of -0400. The weather in Vancouver is **17.9°C**, with **mainly clear** conditions, humidity of 76%, and wind speed of 3.8 km/h.",
"response_sha256": "68fd2e28b3433ecac1516f0003f3a43e3a4bdcbf08639818e3be2069d3247d3d",
"ttft_s": 1.8751940000802279,
"wall_s": 2.3218927080743015,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:58.693972Z",
"done": true,
"done_reason": "stop",
"total_duration": 2319519500,
"load_duration": 95527917,
"prompt_eval_count": 641,
"prompt_eval_duration": 79005250,
"eval_count": 346,
"eval_duration": 2006500500
},
"decode_tokens_per_second": 172.43952842274396
},
"second_turn_tool_calls": [],
"gates": {
"chat_template_special_tokens_visible": true,
"raw_tool_tags_visible": true,
"exact_required_tools": true,
"parallel_tool_results_valid": true,
"terminated_after_results": true
},
"passed": true
},
"cache_case": {
"stable_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"stable_prompt_character_count": 16499,
"warmups": [
{
"requested_at": "2026-07-29T18:09:58.694932+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.468313Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.516333Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.523035Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.529647Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.53668Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.543413Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.549901Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.556508Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.556529Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 858667667,
"load_duration": 79927584,
"prompt_eval_count": 2753,
"prompt_eval_duration": 687151042,
"eval_count": 8,
"eval_duration": 86159292
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.8617889168672264,
"wall_s": 0.8617889168672264,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.556529Z",
"done": true,
"done_reason": "length",
"total_duration": 858667667,
"load_duration": 79927584,
"prompt_eval_count": 2753,
"prompt_eval_duration": 687151042,
"eval_count": 8,
"eval_duration": 86159292
},
"decode_tokens_per_second": 92.85127366181236
},
{
"requested_at": "2026-07-29T18:09:59.556834+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.648562Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.655033Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.661468Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.668003Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.67449Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.681133Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.688157Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.694281Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.694285Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 135189750,
"load_duration": 79185959,
"prompt_eval_count": 2753,
"prompt_eval_duration": 7037042,
"eval_count": 8,
"eval_duration": 43669208
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.13768770871683955,
"wall_s": 0.13768770871683955,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.694285Z",
"done": true,
"done_reason": "length",
"total_duration": 135189750,
"load_duration": 79185959,
"prompt_eval_count": 2753,
"prompt_eval_duration": 7037042,
"eval_count": 8,
"eval_duration": 43669208
},
"decode_tokens_per_second": 183.1954451750075
}
],
"pairs": [
{
"pair": 1,
"hit": {
"requested_at": "2026-07-29T18:09:59.694643+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.785021Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.792069Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.799113Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.805668Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.812168Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.818581Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.825821Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.83256Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.832564Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 134785250,
"load_duration": 76845666,
"prompt_eval_count": 2753,
"prompt_eval_duration": 7158125,
"eval_count": 8,
"eval_duration": 45213585
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.13822858408093452,
"wall_s": 0.13822858408093452,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:09:59.832564Z",
"done": true,
"done_reason": "length",
"total_duration": 134785250,
"load_duration": 76845666,
"prompt_eval_count": 2753,
"prompt_eval_duration": 7158125,
"eval_count": 8,
"eval_duration": 45213585
},
"decode_tokens_per_second": 176.9379711871996
},
"miss": {
"requested_at": "2026-07-29T18:09:59.833496+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nM0000000 operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "b138a5c725a536f39edbf93890b44e92f46747a94db8a106a2cfed0e79fe790f",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.596693Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.603315Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.609787Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.61577Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.622321Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.628428Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.634541Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.640637Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.640641Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 803988125,
"load_duration": 76143125,
"prompt_eval_count": 2759,
"prompt_eval_duration": 680472000,
"eval_count": 8,
"eval_duration": 41925166
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.8073692079633474,
"wall_s": 0.8073692079633474,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:00.640641Z",
"done": true,
"done_reason": "length",
"total_duration": 803988125,
"load_duration": 76143125,
"prompt_eval_count": 2759,
"prompt_eval_duration": 680472000,
"eval_count": 8,
"eval_duration": 41925166
},
"decode_tokens_per_second": 190.8161794755923
},
"prompt_character_lengths_equal": true
},
{
"pair": 2,
"hit": {
"requested_at": "2026-07-29T18:10:00.640964+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.397723Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.404249Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.4105Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.416512Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.423116Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.429571Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.435978Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.442001Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.442049Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 798729458,
"load_duration": 79739166,
"prompt_eval_count": 2753,
"prompt_eval_duration": 671582250,
"eval_count": 8,
"eval_duration": 42508832
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.8011647081002593,
"wall_s": 0.8011647081002593,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:01.442049Z",
"done": true,
"done_reason": "length",
"total_duration": 798729458,
"load_duration": 79739166,
"prompt_eval_count": 2753,
"prompt_eval_duration": 671582250,
"eval_count": 8,
"eval_duration": 42508832
},
"decode_tokens_per_second": 188.19618473638607
},
"miss": {
"requested_at": "2026-07-29T18:10:01.442316+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nM0000001 operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "719edff327b0896db70428ca64758208eccdf23b2a9a7067d101551938f1950a",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.196812Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.20326Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.209554Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.21585Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.222065Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.228128Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.234529Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.24062Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.240624Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 797252042,
"load_duration": 72113334,
"prompt_eval_count": 2759,
"prompt_eval_duration": 678297959,
"eval_count": 8,
"eval_duration": 41975208
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.798425542190671,
"wall_s": 0.798425542190671,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.240624Z",
"done": true,
"done_reason": "length",
"total_duration": 797252042,
"load_duration": 72113334,
"prompt_eval_count": 2759,
"prompt_eval_duration": 678297959,
"eval_count": 8,
"eval_duration": 41975208
},
"decode_tokens_per_second": 190.58869225853508
},
"prompt_character_lengths_equal": true
},
{
"pair": 3,
"hit": {
"requested_at": "2026-07-29T18:10:02.240789+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.990574Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:02.997446Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.003847Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.010304Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.016487Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.023245Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.03001Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.036365Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.036389Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 794140375,
"load_duration": 73650500,
"prompt_eval_count": 2753,
"prompt_eval_duration": 671495459,
"eval_count": 8,
"eval_duration": 43767709
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.7957075829617679,
"wall_s": 0.7957075829617679,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.036389Z",
"done": true,
"done_reason": "length",
"total_duration": 794140375,
"load_duration": 73650500,
"prompt_eval_count": 2753,
"prompt_eval_duration": 671495459,
"eval_count": 8,
"eval_duration": 43767709
},
"decode_tokens_per_second": 182.78315641332745
},
"miss": {
"requested_at": "2026-07-29T18:10:03.036688+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nM0000002 operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "5e05985ae39ddaa18acdcfd2d39d0b8efddb9b139937f22b9e181782e3e28f15",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.794738Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.801642Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.808442Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.814944Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.820927Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.827317Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.8343Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.840792Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.840795Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 802847250,
"load_duration": 73331500,
"prompt_eval_count": 2759,
"prompt_eval_duration": 680273917,
"eval_count": 8,
"eval_duration": 44195294
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.8042155001312494,
"wall_s": 0.8042155001312494,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:03.840795Z",
"done": true,
"done_reason": "length",
"total_duration": 802847250,
"load_duration": 73331500,
"prompt_eval_count": 2759,
"prompt_eval_duration": 680273917,
"eval_count": 8,
"eval_duration": 44195294
},
"decode_tokens_per_second": 181.01474785980605
},
"prompt_character_lengths_equal": true
},
{
"pair": 4,
"hit": {
"requested_at": "2026-07-29T18:10:03.840951+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.590442Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.597362Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.604392Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.610896Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.61728Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.623824Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.630115Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.636565Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.63659Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 794501625,
"load_duration": 74411916,
"prompt_eval_count": 2753,
"prompt_eval_duration": 670866333,
"eval_count": 8,
"eval_duration": 44323874
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.7957574585452676,
"wall_s": 0.7957574585452676,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:04.63659Z",
"done": true,
"done_reason": "length",
"total_duration": 794501625,
"load_duration": 74411916,
"prompt_eval_count": 2753,
"prompt_eval_duration": 670866333,
"eval_count": 8,
"eval_duration": 44323874
},
"decode_tokens_per_second": 180.48963860875517
},
"miss": {
"requested_at": "2026-07-29T18:10:04.636888+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nM0000003 operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "9da547f3d215075389143a170d95a1947e71e3d1f3c12e697130a819e20fda6b",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.398041Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.40488Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.411702Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.418136Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.425036Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.43127Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.438669Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.445194Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.445198Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 806933583,
"load_duration": 72996125,
"prompt_eval_count": 2759,
"prompt_eval_duration": 683713125,
"eval_count": 8,
"eval_duration": 45044207
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.8084341250360012,
"wall_s": 0.8084341250360012,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:05.445198Z",
"done": true,
"done_reason": "length",
"total_duration": 806933583,
"load_duration": 72996125,
"prompt_eval_count": 2759,
"prompt_eval_duration": 683713125,
"eval_count": 8,
"eval_duration": 45044207
},
"decode_tokens_per_second": 177.60330423843402
},
"prompt_character_lengths_equal": true
},
{
"pair": 5,
"hit": {
"requested_at": "2026-07-29T18:10:05.445373+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\n# Stable operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "d106520fb446d136f3d7b04e0ef1fdf9b30bfcf5752afad7368d45ed4519285d",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.197083Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.203631Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.210198Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.216439Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.222456Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.22904Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.235278Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.241313Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.241344Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 794922875,
"load_duration": 76048459,
"prompt_eval_count": 2753,
"prompt_eval_duration": 671320875,
"eval_count": 8,
"eval_duration": 42257333
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.7961747501976788,
"wall_s": 0.7961747501976788,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:06.241344Z",
"done": true,
"done_reason": "length",
"total_duration": 794922875,
"load_duration": 76048459,
"prompt_eval_count": 2753,
"prompt_eval_duration": 671320875,
"eval_count": 8,
"eval_duration": 42257333
},
"decode_tokens_per_second": 189.31625429366306
},
"miss": {
"requested_at": "2026-07-29T18:10:06.241919+00:00",
"request": {
"model": "qwen3:0.6b",
"prompt": "<|im_start|>system\nM0000004 operating manual\nKeep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. Keep this stable operating-manual sentence unchanged. <|im_end|>\n<|im_start|>user\nReply with only the word READY.<|im_end|>\n<|im_start|>assistant\n",
"raw": true,
"stream": true,
"keep_alive": "10m",
"options": {
"temperature": 0,
"num_predict": 8,
"seed": 21
}
},
"request_prompt_sha256": "c7e56ba61ad2b2bec717d7fa0c4befce8553a5dcb4ad1f4c28785a82f8131e6e",
"raw_chunks": [
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.005495Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.012164Z",
"response": "",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.018779Z",
"response": "",
"thinking": "Okay",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.025425Z",
"response": "",
"thinking": ",",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.031532Z",
"response": "",
"thinking": " the",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.038329Z",
"response": "",
"thinking": " user",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.045033Z",
"response": "",
"thinking": " wants",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.051279Z",
"response": "",
"thinking": " me",
"done": false
},
{
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.051288Z",
"response": "",
"done": true,
"done_reason": "length",
"total_duration": 806350958,
"load_duration": 78695666,
"prompt_eval_count": 2759,
"prompt_eval_duration": 678493833,
"eval_count": 8,
"eval_duration": 43706707
}
],
"raw_response": "",
"response_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"ttft_s": 0.8094967920333147,
"wall_s": 0.8094967920333147,
"server": {
"model": "qwen3:0.6b",
"created_at": "2026-07-29T18:10:07.051288Z",
"done": true,
"done_reason": "length",
"total_duration": 806350958,
"load_duration": 78695666,
"prompt_eval_count": 2759,
"prompt_eval_duration": 678493833,
"eval_count": 8,
"eval_duration": 43706707
},
"decode_tokens_per_second": 183.0382691608407
},
"prompt_character_lengths_equal": true
}
],
"summary": {
"hit_ttft_s": [
0.13822858408093452,
0.8011647081002593,
0.7957075829617679,
0.7957574585452676,
0.7961747501976788
],
"miss_ttft_s": [
0.8073692079633474,
0.798425542190671,
0.8042155001312494,
0.8084341250360012,
0.8094967920333147
],
"hit_mean_s": 0.6654066167771816,
"miss_mean_s": 0.8055882334709168,
"miss_over_hit": 1.210670608255578,
"hit_faster_in_pairs": 4,
"matched_pairs": 5
}
},
"finished_at": "2026-07-29T18:10:07.051558+00:00",
"summary": {
"model_digest": "7df6b6e09427a769808717c0a93cadc4ae99ed4eb8bf5ca557c90846becea435",
"local_model_verified": true,
"tool_case_passed": true,
"mean_tool_case_decode_tokens_per_second": 142.2503529577271,
"exceeded_100_tokens_per_second_on_this_host": true,
"cache_observation": {
"hit_ttft_s": [
0.13822858408093452,
0.8011647081002593,
0.7957075829617679,
0.7957574585452676,
0.7961747501976788
],
"miss_ttft_s": [
0.8073692079633474,
0.798425542190671,
0.8042155001312494,
0.8084341250360012,
0.8094967920333147
],
"hit_mean_s": 0.6654066167771816,
"miss_mean_s": 0.8055882334709168,
"miss_over_hit": 1.210670608255578,
"hit_faster_in_pairs": 4,
"matched_pairs": 5
}
},
"official_complete": false,
"review_status": "rejected_after_manual_argument_check",
"rejection_reason": "The model passed America/New_York to get_current_time for Vancouver, so the final time was incorrect."
}