Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-4 Turbo Preview

openai/gpt-4-turbo-preview

Specification

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

OpenAI

GPT-4 Turbo Preview

tools

OpenAI openai/gpt-4-turbo-preview

The preview GPT-4 model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. Training data: up to Dec 2023. **Note:** heavily rate limited by OpenAI while...

Input $/1M
$10.0
Output $/1M
$30.0
Context
128K
Max output
4K
Released
Jan 25, 2024
Modalities
text

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