Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-4 Turbo

openai/gpt-4-turbo

Specification

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

OpenAI

GPT-4 Turbo

tools

OpenAI openai/gpt-4-turbo

The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling. Training data: up to December 2023.

Input $/1M
$10.0
Output $/1M
$30.0
Context
128K
Max output
4K
Released
Apr 9, 2024
Modalities
textimage
Intelligence index-
Coding index22
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 Turbo
targets:
  - id: gpt-4-turbo
    kind: llm
    name: GPT-4 Turbo
    metadata:
      model: openai/gpt-4-turbo          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 128000
    cost:
      usd_per_1k_tokens: 0.020000