LLM ReferenceLLM Reference
Replicate API

o1 (12-17) on Replicate API

o1 · OpenAI

Serverless

Last refreshed 2026-05-10. Next refresh: weekly.

Why use o1 (12-17) on Replicate API?

Replicate API offers o1 (12-17) with pay-as-you-go pricing at $15.00/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.

Compare o1 (12-17) across 2 providers to find the best fit for your use case
Input / 1M
$15.00
Output / 1M
$60.00
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install replicate
Auth
export REPLICATE_API_TOKEN=...
Call
import replicate
output = replicate.run(
    "o1-2024-12-17",
    input={"prompt": "Hello"}
Model ID
o1-2024-12-17

Request example

import replicate

# reads REPLICATE_API_TOKEN from env
# o1-2024-12-17 format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
    "o1-2024-12-17",
    input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))

Gotchas

  • Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.
  • The examples expect REPLICATE_API_TOKEN; rename it only if your application config maps the new variable.

Compare o1 (12-17) Across Providers

ProviderInput (per 1M)Output (per 1M)
Replicate API$15.00$60.00
OpenAI API$15.00$60.00

Pricing

TypePrice (per 1M)
Input tokens$15.00
Output tokens$60.00

Capabilities

ReasoningCode Execution

About o1 (12-17)

Latest OpenAI o1 model emphasizing advanced reasoning and complex problem-solving.

FAQ

What does o1 (12-17) cost on Replicate API?

On Replicate API, o1 (12-17) costs $15 per 1M input tokens and $60 per 1M output tokens.

What is the context window for o1 (12-17) on Replicate API?

o1 (12-17) supports a 128,000 token context window on Replicate API.

How does Replicate API compare to other o1 (12-17) providers?

o1 (12-17) is available from 2 providers. The cheapest input pricing is $15/1M tokens from Replicate API.

Who created o1 (12-17)?

o1 (12-17) was created by OpenAI as part of the o1 model family.

Is o1 (12-17) open source?

o1 (12-17) is not open source; the seed data lists it as proprietary.

Get Started

Model Specs

Released2024-12-17
Context128K
ArchitectureDecoder Only

Related Models on Replicate API