Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-4

openai/gpt-4

Specification

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

OpenAI

GPT-4

tools

OpenAI openai/gpt-4

OpenAI's flagship model, GPT-4 is a large-scale multimodal language model capable of solving difficult problems with greater accuracy than previous models due to its broader general knowledge and advanced reasoning...

Input $/1M
$30.0
Output $/1M
$60.0
Context
8K
Max output
4K
Released
May 28, 2023
Modalities
text
Intelligence index-
Coding index13
Agentic index-

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-4
targets:
  - id: gpt-4
    kind: llm
    name: GPT-4
    metadata:
      model: openai/gpt-4          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 8191
    cost:
      usd_per_1k_tokens: 0.045000