Seedream 5.0 Pro yayında | Görsel Üretici'de deneyin →
openai
openai/gpt-5.2-chat

openai/gpt-5.2-chat

Yayın tarihi: 2025-12-11

128,000 context · $1.75/M input tokens · $14.00/M output tokens

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...

Kaldırılacak 10 Ağustos 2026

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$1.75 / M Tokens
Çıkış$14.00 / M Tokens
Cache Read$0.18 / M Tokens

Modeli dene

openai/gpt-5.2-chat
Çevrimiçi
openai
Merhaba! Yardımcı bir yapay zeka asistanıyım. Size nasıl yardımcı olabilirim?
Bu modeli yerel bir coding agent içinde kullanmaya hazır mısınız?Agent setup

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'openai/gpt-5.2-chat',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Model Tanıtımı

Openai gpt-5.2-chat

openai gpt-5.2-chat


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 128000 context window for long document handling
  • Competitive pricing at $1.9/$15.4 per million tokens

Key Features

  • Context Window: 128000 tokens
  • Max Output: 16384 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderOpenai
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window128000 tokens
Max Output16384 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$1.9
Output$15.4

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: openai/gpt-5.2-chat


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="openai/gpt-5.2-chat",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "openai/gpt-5.2-chat",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: openai/gpt-5.2-chat
  • Provider: Openai

Bilgi

Sağlayıcıopenai
Türllm

Desteklenen İşlevsellik

Giriş
MetinGörsel
Çıkış
Metin
Bağlam128,000
Maks. Çıkış16,384
Vision✓ Destekleniyor
Function Calling✓ Destekleniyor

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDopenai/gpt-5.2-chat

GPT 5.2 Chat API

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...

Giriş

$1.75 /M

Çıkış

$14 /M

Bağlam

128K

Maks. Çıkış

16K

Vision

Destekleniyor

Araç Kullanımı

Destekleniyor

GPT 5.2 Chat'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla GPT 5.2 Chat'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

GPT 5.2 Chat hakkında sık sorulan sorular

GPT 5.2 Chat API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $1.75 ve milyon çıkış tokenı başına $14.00. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

GPT 5.2 Chat'in bağlam penceresi nedir?+

GPT 5.2 Chat istek başına 128K bağlam tokenını ve 16K çıkış tokenını destekler.

GPT 5.2 Chat OpenAI uyumlu mu?+

WaveSpeedAI, GPT 5.2 Chat modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu Chat Completions arayüzü üzerinden sunar. Çoğu OpenAI SDK istemcisinde base URL ve API anahtarını değiştirmek yeterlidir; isteğe bağlı alanlar modele bağlıdır.

GPT 5.2 Chat'e nasıl başlarım?+

WaveSpeedAI’a giriş yapın, Access Keys bölümünde bir API anahtarı oluşturun ve yukarıdaki model id ile https://llm.wavespeed.ai/v1/chat/completions adresine istek gönderin. Güncel kullanılabilirlik, özellikler ve fiyatlar için model kataloğunu kontrol edin.

İlgili LLM API'leri

GPT-5.2 Chat | OpenAI Low-Latency Chat API | WaveSpeedAI