← Back to all generators

openai/o1

OpenAI's first o-series reasoning model

Capabilities

Reference ImagesSystem Prompt

Cost

Community model (estimated from hardware time)

Input Parameters

image_inputarray

List of images to send to the model

Default:
max_completion_tokensinteger

Maximum number of completion tokens to generate

Default: 4096
messagesarray

A JSON string representing a list of messages. For example: [{"role": "user", "content": "Hello, how are you?"}]. If provided, prompt and system_prompt are ignored.

Default:
promptstring

The prompt to send to the model. Do not use if using messages.

reasoning_effortstring

Constrains effort on reasoning for reasoning models. Currently supported values are low, medium, and high. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.

Default: "medium"
lowmediumhigh
system_promptstring

System prompt to set the assistant's behavior

Version: 729043ff117dUpdated: 7/25/202616.4K runs