content
parameter in the request cannot be empty.content
parameter in the request cannot be empty."role":"assistant"
, which indicates that the assistant is responding to the user’s message.content
field (e.g., "content":"The"
), which is part of the assistant’s streamed response to the user’s message."finish_reason":"stop"
, which indicates that the assistant has finished responding to the user’s message.choices.[0].message.content
for the default chat responsechoices[0].delta.content
for the streaming chat responsegpt-4o
(default)gpt-4.1
o4-mini
claude-3-5-sonnet
claude-3-7-sonnet
gemini-2.5-pro
model
parameter in the request:
"resource": "encyclopedia"
.
2025-04
and later.temperarture
parameter in the request. If a model does not support a temperature parameter, the parameter is ignored.