openai
OpenAI: o1 minimodels/o1 mini

The latest and strongest model family from OpenAI, o1 is designed to spend more time thinking before responding. The o1 models are optimized for math, science, programming, and other STEM related tasks. They consistently exhibit PhD level accuracy on benchmarks in physics, chemistry, and biology. Learn more in the launch announcement. Note: This model is currently experimental and not suitable for production use cases, and may be heavily rate limited.
CurrencyUSD
Input1.10
Output4.40
Context window128K

Generate API Key Generate your API Key to securely access Indox Router's AI models. Integrate with OpenAI-compatible tools, run queries, and build powerful AI applications — all with a single secure key.
python
typescript
CURL

from indoxrouter import Client
client = Client(api_key="[LOGIN TO GET API KEY]")

response = client.chat(
    messages: [{"role": "user", "content": ""}],
    model: "openai/o1-mini",
    max_tokens:  '' ,
    frequency_penalty:  '' ,
    presence_penalty:  '' ,
    temperature:  '' ,
    top_p:  '' ,
    stream:true

)
print("Response:", response["data"])
Indox Router | OpenAI: o1-mini