LLM API Response
Updated: 2025-11-25
ChatCompletion(
id='chatcmpl-CfaRxgTbF2CfDMo63LJwICeQBjODl',
object='chat.completion',
created=1764027597,
model='gpt-5-nano-2025-08-07',
service_tier='default',
system_fingerprint=None,
choices=[
Choice(
index=0,
finish_reason='stop',
logprobs=None,
message=ChatCompletionMessage(
content='Hello World',
role='assistant',
refusal=None,
annotations=[],
audio=None,
tool_calls=None))],
usage=CompletionUsage(
prompt_tokens=11,
completion_tokens=203,
total_tokens=214,
prompt_tokens_details=PromptTokensDetails(
audio_tokens=0,
cached_tokens=0),
completion_tokens_details=CompletionTokensDetails(
accepted_prediction_tokens=0,
audio_tokens=0,
reasoning_tokens=192,
rejected_prediction_tokens=0)))Top-Level Fields
Field
Description
Example
The choices Array
choices ArrayField
Description
Example
The message Object
message ObjectField
Description
Example
The usage Object
usage ObjectField
Description
Example
Last updated
Was this helpful?