openaiVision

OpenAI: o4 Mini High

OpenAI o4-mini-high is the same model as [o4-mini](/openai/o4-mini) with reasoning_effort set to high. OpenAI o4-mini is a compact reasoning model in the o-series, optimized for fast, cost-efficient performance while retaining...

Context
200k tokens
Input / 1M tokens
$1.10
Output / 1M tokens
$4.40
Benchmark

Pricing

Input tokens$1.10 per 1M tokens
Output tokens$4.40 per 1M tokens
Cache read$0.28 per 1M tokens

Technical details

Model IDopenai/o4-mini-high
Context window200k tokens
Input modalitiesimage, text, 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/o4-mini-high',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use OpenAI: o4 Mini High?

Get an API key and start making requests in minutes.

Get an API key