Example
Properties
Example
metadata
, but it’s faster to query since it’s indexed.Example
temperature
, precence_penalty
etc.
completion_messages
, tool_calls
will be automatically extracted from full_requestttft
.False
.Properties
Example
Example
True
means the user liked the output.is_custom_prompt
as True
. Otherwise, use the Prompt ID in Prompts.Example
{ "type": "json_schema", "json_schema": {...} }
enables Structured Outputs which ensures the model will match your supplied JSON schema.Setting to { "type": "json_object" }
enables the older JSON mode, which ensures the message the model generates is valid JSON. Using json_schema is preferred for models that support it.Possible types
Properties
text
.Properties
json_schema
.Properties
schema
field. Only a subset of JSON Schema is supported when strict
is true
.Properties
json_object
.Supported status codes
200,201,204,301,304,400, 401,402,403,404,405,415,422,429,500,502,503,504
etc.