Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-5.2 Chat

openai/gpt-5.2-chat

Specification

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

OpenAI

GPT-5.2 Chat

tools

OpenAI openai/gpt-5.2-chat

GPT-5.2 Chat (AKA Instant) is the fast, lightweight member of the 5.2 family, optimized for low-latency chat while retaining strong general intelligence. It uses adaptive reasoning to selectively “think” on...

Input $/1M
$1.75
Output $/1M
$14.0
Context
128K
Max output
32K
Released
Dec 10, 2025
Modalities
fileimagetext

Cached input reads $0.17 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-5.2 Chat
targets:
  - id: gpt-5-2-chat
    kind: llm
    name: GPT-5.2 Chat
    metadata:
      model: openai/gpt-5.2-chat          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 128000
    cost:
      usd_per_1k_tokens: 0.007875