openaiVision
OpenAI: o3 Pro ($$$$)
The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o3-pro model uses more compute to think harder and provide consistently...
Context
200k tokens
Input / 1M tokens
$20
Output / 1M tokens
$80
Benchmark
—
Pricing
Input tokens$20 per 1M tokens
Output tokens$80 per 1M tokens
Technical details
Model IDopenai/o3-pro
Context window200k tokens
Input modalitiestext, file, image, 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/o3-pro',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use OpenAI: o3 Pro ($$$$)?
Get an API key and start making requests in minutes.
Get an API key