openai

gpt-4o-mini-2024-07-18

Context

128K

Input

text, image, audio

Output

text

Tool calling

Supported

About this model

GPT-4o Mini is a distilled 400B-parameter version of GPT-4o optimized for cost-efficient omnimodal applications. Maintains core multimodal capabilities with 70% of GPT-4o's performance at 40% of the computational cost, featuring real-time audio/image processing optimizations.

Capabilities

text

Available through the unified API

image

Available through the unified API

audio

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "08102505ee584ea2bf1b170c99560a52",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

openai

08102505ee584ea2bf1b170c99560a52

Available

Input

$0.150 / 1M

Output

$0.600 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.150 / 1M
Output tokens$0.600 / 1M

Performance

Published evaluation results associated with this model.

Multimodal Efficiency

Tokens/sec180
Time-to-First-Token180
VRAM Utilization89.6
Power Efficiency (tok/W)920

Core Performance

MMMU72.1
VQAv278.3
AudioCaps75.6

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "08102505ee584ea2bf1b170c99560a52",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'