Back to Models
openai·Jul 18, 2024
OpenAI: GPT-4o-mini
openai/gpt-4o-minicontext
128K
Max Output
16.4K
Input / 1M
$0.15
Output / 1M
$0.60
About
GPT-4o mini is OpenAI's small multimodal model, accepting text and image inputs and producing text outputs over a 128K token context window with up to 16,384 output tokens. It is positioned as a low-cost option below the GPT-4o line, with cached input pricing available. OpenAI reports an MMLU score of 82% for the model. It supports tool use and structured outputs through the API.
Capabilities
- Context Length
- 128K
- Max Output
- 16.4K
- Reasoning
- No
- In
- text, image, file
- Out
- text
Pricing
Full pricing| Type | Price / 1M tokens |
|---|---|
| Input | $0.15 |
| Output | $0.60 |
| Cache Read | $0.075 |
OpenAI-compatible · Model ID openai/gpt-4o-mini
curl https://api.elliotgate.com/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'