{ "test_id": null, "request": { "method": "POST", "url": "http://0.0.0.0:11434/v1/v1/chat/completions", "headers": {}, "body": { "model": "llama3.2:3b-instruct-fp16", "messages": [ { "role": "user", "content": "What is the largest planet in our solar system?" } ], "max_tokens": 0 }, "endpoint": "/v1/chat/completions", "model": "llama3.2:3b-instruct-fp16" }, "response": { "body": { "__type__": "openai.types.chat.chat_completion.ChatCompletion", "__data__": { "id": "rec-3b1ca417b025", "choices": [ { "finish_reason": "stop", "index": 0, "logprobs": null, "message": { "content": "The largest planet in our solar system is Jupiter. It is a gas giant, meaning it is primarily composed of hydrogen and helium gases. Jupiter is approximately 1,431 times the diameter of Earth and has a mass so great that it makes up more than 2.5 times the total mass of all the other planets in our solar system combined.", "refusal": null, "role": "assistant", "annotations": null, "audio": null, "function_call": null, "tool_calls": null } } ], "created": 0, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion", "service_tier": null, "system_fingerprint": "fp_ollama", "usage": { "completion_tokens": 71, "prompt_tokens": 35, "total_tokens": 106, "completion_tokens_details": null, "prompt_tokens_details": null } } }, "is_streaming": false } }