{ "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\nWhat is the capital of France?<|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-07-31T17:50:00.921192644Z", "done": true, "done_reason": "stop", "total_duration": 2073152067, "load_duration": 42902450, "prompt_eval_count": 23, "prompt_eval_duration": 795517987, "eval_count": 8, "eval_duration": 1234259942, "response": "The capital of France is Paris.", "thinking": null, "context": null } }, "is_streaming": false } }