openai/o1-mini 📝❓🔢 → 📝

⭐ Official ▶️ 2.1K runs 📅 May 2025 ⚙️ Cog 0.16.2 ⚖️ License
code-generation document-summarization question-answering text-generation

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:

  1. Let t be the time in hours when they meet.
  2. Distance covered by Train A: 60 mph × t = 60t miles.
  3. Distance covered by Train B: 90 mph × t = 90t miles.
  4. Total distance: 60t + 90t = 150t = 300 miles.
  5. Solve for t: t = 300 / 150 = 2 hours.
  6. 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 Type: string
The prompt to send to the model. Do not use if using messages.
messages Type: arrayDefault:
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 Type: integerDefault: 4096Range: 1 - 65536
Maximum number of completion tokens to generate
Output Schema

Output

Type: arrayItems Type: string

Example Execution Logs
Generated response in 2.9sec
Version Details
Version ID
afb63ac5dc420133173c4e864bb7c124404281d4dedc6b23776c80dd508213e3
Version Created
August 12, 2025
Run on Replicate →