{ "test_id": "tests/integration/inference/test_openai_completion.py::test_openai_chat_completion_non_streaming[client_with_models-txt=ollama/llama3.2:3b-instruct-fp16-inference:chat_completion:non_streaming_01]", "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": "Which planet do humans live on?" } ], "stream": false, "extra_body": {} }, "endpoint": "/v1/chat/completions", "model": "llama3.2:3b-instruct-fp16" }, "response": { "body": { "__type__": "openai.types.chat.chat_completion.ChatCompletion", "__data__": { "id": "rec-dcbd784ea6aa", "choices": [ { "finish_reason": "stop", "index": 0, "logprobs": null, "message": { "content": "Humans do not live on any other planet besides Earth. Our home is a beautiful blue-green planet called Terra, which is the third planet from the Sun in our solar system. While there are efforts to explore and potentially inhabit other planets or celestial bodies in the future, Earth remains the only home we have so far for human civilization.", "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": 67, "prompt_tokens": 32, "total_tokens": 99, "completion_tokens_details": null, "prompt_tokens_details": null } } }, "is_streaming": false } }