{ "request": { "method": "POST", "url": "http://localhost:11434/api/generate", "headers": {}, "body": { "model": "llama3.2:3b-instruct-fp16", "raw": true, "prompt": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nWhich planet do humans live on?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n", "options": { "temperature": 0.0 }, "stream": false }, "endpoint": "/api/generate", "model": "llama3.2:3b-instruct-fp16" }, "response": { "body": { "__type__": "ollama._types.GenerateResponse", "__data__": { "model": "llama3.2:3b-instruct-fp16", "created_at": "2025-08-04T22:55:11.15982Z", "done": true, "done_reason": "stop", "total_duration": 498612042, "load_duration": 71411834, "prompt_eval_count": 23, "prompt_eval_duration": 102000000, "eval_count": 6, "eval_duration": 323000000, "response": "Humans live on Earth.", "thinking": null, "context": null } }, "is_streaming": false } }