Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-4o

openai/gpt-4o

Specification

Published by the vendor; the platform bills at the target's declared price.

OpenAI

GPT-4o

tools

OpenAI openai/gpt-4o

GPT-4o ("o" for "omni") is OpenAI's latest AI model, supporting both text and image inputs with text outputs. It maintains the intelligence level of [GPT-4 Turbo](/models/openai/gpt-4-turbo) while being twice as...

Input $/1M
$2.50
Output $/1M
$10.0
Context
128K
Max output
16K
Released
May 13, 2024
Modalities
textimagefile

Cached input reads $1.25 per 1M

On this deployment

No routing target resolves to this model yet. Declare one and the router picks it up without retraining.

Not routable here yet
Add a target with metadata.model set to this id.
targets.yamlyaml
# targets.yaml - declare a target that runs GPT-4o
targets:
  - id: gpt-4o
    kind: llm
    name: GPT-4o
    metadata:
      model: openai/gpt-4o          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 128000
    cost:
      usd_per_1k_tokens: 0.006250
GPT-4o by OpenAI: pricing, context window and specs - OpenSmartRoute