openai/o1-mini 📝❓🔢 → 📝
About
A small model alternative to o1

Example Output
Prompt:
"A train leaves City A for City B at 60 miles per hour. Another train leaves City B for City A at 90 miles per hour on the same track. The cities are 300 miles apart. If both trains leave at the same time, how far from City A will they meet? Be succint, show your steps, but don't use LaTeX in your answer."
Output
They meet after the following steps:
- Let t be the time in hours when they meet.
- Distance covered by Train A: 60 mph × t = 60t miles.
- Distance covered by Train B: 90 mph × t = 90t miles.
- Total distance: 60t + 90t = 150t = 300 miles.
- Solve for t: t = 300 / 150 = 2 hours.
- Distance from City A: 60 × 2 = 120 miles.
Answer: They meet 120 miles from City A.
Performance Metrics
2.88s
Prediction Time
2.89s
Total Time
All Input Parameters
{ "prompt": "A train leaves City A for City B at 60 miles per hour. Another train leaves City B for City A at 90 miles per hour on the same track. The cities are 300 miles apart. If both trains leave at the same time, how far from City A will they meet? Be succint, show your steps, but don't use LaTeX in your answer.", "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.
- max_completion_tokens
- Maximum number of completion tokens to generate
Output Schema
Output
Example Execution Logs
Generated response in 2.9sec
Version Details
- Version ID
afb63ac5dc420133173c4e864bb7c124404281d4dedc6b23776c80dd508213e3
- Version Created
- August 12, 2025