Description
The latest and strongest model family from OpenAI, o1 is designed to spend more time thinking before responding. The o1 model series is trained with large-scale reinforcement learning to reason using chain of thought. 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](https://openai.com/o1).
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: OpenAI: o1 (openai/o1)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "openai/o1",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the OpenAI: o1 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
- Images
API Pricing
- Input: 15$ / 1M tokens
- Output: 60$ / 1M tokens
- Image: 0.022$ / image
Token Limits
- Max Output: 100,000 tokens
- Max Context: 200,000 tokens
Subscription Tiers
- free
- pro
- ultimate