Seedance 2.0 %20 İNDİRİM | Video Generator ile oluşturun →
openai
openai/gpt-5.1-codex-max

openai/gpt-5.1-codex-max

400,000 context · $1.25/M input tokens · $10.00/M output tokens

GPT-5.1-Codex-Max is OpenAI’s latest agentic coding model, designed for long-running, high-context software development tasks. It is based on an updated version of the 5.1 reasoning stack and trained on agentic...

Fiyatlandırma

Kullandıkça öde

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

Giriş$1.25 / M Tokens
Çıkış$10.00 / M Tokens
Cache Read$0.13 / M Tokens

Modeli dene

openai/gpt-5.1-codex-max
Çevrimiçi
openai
Merhaba! Yardımcı bir yapay zeka asistanıyım. Size nasıl yardımcı olabilirim?

API Kullanımı

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

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.1-codex-max",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Model Tanıtımı

Openai gpt-5.1-codex-max

openai gpt-5.1-codex-max


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 400000 context window for long document handling
  • Competitive pricing at $1.4/$11.0 per million tokens

Key Features

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

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$1.4
Output$11.0

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.1-codex-max


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.1-codex-max",
    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.1-codex-max",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: openai/gpt-5.1-codex-max
  • Provider: Openai

Bilgi

Sağlayıcıopenai
Türllm

Desteklenen İşlevsellik

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

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDopenai/gpt-5.1-codex-max

GPT 5.1 Codex Max API

openai/gpt-5.1-codex-max

GPT-5.1-Codex-Max is OpenAI’s latest agentic coding model, designed for long-running, high-context software development tasks. It is based on an updated version of the 5.1 reasoning stack and trained on agentic...

Giriş

$1.25 /M

Çıkış

$10 /M

Bağlam

400K

Maks. Çıkış

128K

Vision

Destekleniyor

Araç Kullanımı

Destekleniyor

GPT 5.1 Codex Max'i WaveSpeedAI'da deneyin

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

GPT 5.1 Codex Max hakkında sık sorulan sorular

GPT 5.1 Codex Max API ücreti ne kadar?+

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

GPT 5.1 Codex Max'in bağlam penceresi nedir?+

GPT 5.1 Codex Max istek başına 400K bağlam tokenını ve 128K çıkış tokenını destekler.

GPT 5.1 Codex Max OpenAI uyumlu mu?+

Evet. WaveSpeedAI, GPT 5.1 Codex Max modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

GPT 5.1 Codex Max'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar GPT 5.1 Codex Max'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri