{ "request": { "method": "POST", "url": "__databricks__/serving-endpoints/v1/chat/completions", "headers": {}, "body": { "model": "databricks-meta-llama-3-3-70b-instruct", "messages": [ { "role": "user", "content": "Which planet do humans live on?" } ], "stream": false }, "endpoint": "/v1/chat/completions", "model": "databricks-meta-llama-3-3-70b-instruct" }, "response": { "body": { "__type__": "openai.types.chat.chat_completion.ChatCompletion", "__data__": { "id": "chatcmpl_e846ea96-9636-4eb4-bde4-84510478617b", "choices": [ { "finish_reason": "stop", "index": 0, "logprobs": null, "message": { "content": "Humans live on the planet Earth.", "refusal": null, "role": "assistant", "annotations": null, "audio": null, "function_call": null, "tool_calls": null } } ], "created": 1758326497, "model": "meta-llama-3.3-70b-instruct-121024", "object": "chat.completion", "service_tier": null, "system_fingerprint": null, "usage": { "completion_tokens": 8, "prompt_tokens": 17, "total_tokens": 25, "completion_tokens_details": null, "prompt_tokens_details": null } } }, "is_streaming": false } }