openaiVision
OpenAI: o1-pro ($$$$)
The o1 series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o1-pro model uses more compute to think harder and provide...
Context
200k tokens
Input / 1M tokens
$150
Output / 1M tokens
$600
Benchmark
—
Pricing
Input tokens$150 per 1M tokens
Output tokens$600 per 1M tokens
Technical details
Model IDopenai/o1-pro
Context window200k tokens
Input modalitiestext, image, file, pdf
Output modalitiestext
TokenizerGPT
Max output tokens100,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'openai/o1-pro',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use OpenAI: o1-pro ($$$$)?
Get an API key and start making requests in minutes.
Get an API key