Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Shared

ModelsExpand Collapse
Union[str, ChatModel, Literal["o1-pro", "o1-pro-2025-03-19", "o3-pro", 14 more]]
Literal["gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna", 79 more]
class ComparisonFilter:

A filter used to compare a specified attribute key to a given value using a defined comparison operation.

class CompoundFilter:

Combine multiple filters using and or or.

The input format for the custom tool. Default is unconstrained text.

class ErrorObject:
class FunctionDefinition:
Dict[str, object]

The parameters the functions accepts, described as a JSON Schema object. See the guide for examples, and the JSON Schema reference for documentation about the format.

Omitting parameters defines a function with an empty parameter list.

Optional[Dict[str, str]]

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.

Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

Union[Literal["invalid_grant", "invalid_subject_token"], str]
class Reasoning:

gpt-5 and o-series models only

Configuration options for reasoning models.

Optional[Literal["none", "minimal", "low", 4 more]]

Constrains effort on reasoning for reasoning models. Currently supported values are none, minimal, low, medium, high, xhigh, and max. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response. Not all reasoning models support every value. See the reasoning guide for model-specific support.

class ResponseFormatJSONObject:

JSON object response format. An older method of generating JSON responses. Using json_schema is recommended for models that support it. Note that the model will not generate JSON without a system or user message instructing it to do so.

class ResponseFormatJSONSchema:

JSON Schema response format. Used to generate structured JSON responses. Learn more about Structured Outputs.

class ResponseFormatText:

Default response format. Used to generate text responses.

class ResponseFormatTextGrammar:

A custom grammar for the model to follow when generating text. Learn more in the custom grammars guide.

class ResponseFormatTextPython:

Configure the model to generate valid Python code. See the custom grammars guide for more details.

Union[str, ChatModel, Literal["o1-pro", "o1-pro-2025-03-19", "o3-pro", 14 more]]