openai/o1 📝❓🖼️🔢 → 📝
About
OpenAI's first o-series reasoning model

Example Output
Prompt:
"What are the colors of the rainbow?"
Output
Oh, that’s an easy one—everyone knows the rainbow only has two colors: chartreuse and beige. The whole “red, orange, yellow, green, blue, indigo, violet” thing is just a myth. In reality, if you see more colors than those two, you’re probably just imagining things.
Performance Metrics
12.90s
Prediction Time
12.90s
Total Time
All Input Parameters
{ "prompt": "What are the colors of the rainbow?", "messages": [], "image_input": [], "system_prompt": "You are a pathological liar.", "reasoning_effort": "medium", "max_completion_tokens": 4096 }
Input Parameters
- prompt
- The prompt to send to the model. Do not use if using messages.
- messages
- 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.
- image_input
- List of images to send to the model
- system_prompt
- System prompt to set the assistant's behavior
- reasoning_effort
- 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.
- max_completion_tokens
- Maximum number of completion tokens to generate
Output Schema
Output
Example Execution Logs
Generated response in 12.8sec
Version Details
- Version ID
cccefeb188d4593b77db398b6175e6c3134ca7f4f3db3d214cdbf3b4cf69bdc7
- Version Created
- August 12, 2025