ModellerDestekKurumsalBlog
500+ Yapay Zeka Modeli API'si, Hepsi Tek Bir API'de. Sadece CometAPI'de
Modeller API
Geliştirici
Hızlı BaşlangıçDokümantasyonAPI Kontrol Paneli
Kaynaklar
Yapay Zeka ModelleriBlogKurumsalDeğişiklik GünlüğüHakkında
2025 CometAPI. Tüm hakları saklıdır.Gizlilik PolitikasıHizmet Şartları
Home/Models/OpenAI/gpt-4-0125-preview
O

gpt-4-0125-preview

Giriş:$8/M
Çıktı:$16/M
Ticari kullanım
Genel Bakış
Özellikler
Fiyatlandırma
API

Technical Specifications of gpt-4-0125-preview

SpecificationDetails
Model IDgpt-4-0125-preview
ProviderOpenAI
Model familyGPT-4 Turbo Preview
Model typeLarge language model for text input and text output
Release statusResearch preview / older fast GPT model
Context window128,000 tokens
Max output tokens4,096 tokens
Knowledge cutoffDecember 1, 2023
Supported modalitiesText input, text output
Vision supportNot supported
Audio supportNot supported
Video supportNot supported
Pricing$10.00 / 1M input tokens, $30.00 / 1M output tokens
Common endpoints listed by OpenAIv1/chat/completions, v1/responses, v1/assistants, v1/batch
Snapshot / alias relationshipListed under GPT-4 Turbo Preview snapshots and aliases
Current platform statusDeprecated on OpenAI’s side

What is gpt-4-0125-preview?

gpt-4-0125-preview is OpenAI’s January 25, 2024 preview snapshot of GPT-4 Turbo, exposed as a text-only API model with a 128K context window and positioned as an older fast GPT model. OpenAI describes it as a research preview and associates it with the GPT-4 Turbo Preview line rather than the newer GPT-4.1 or GPT-4o families. According to OpenAI’s model documentation, it supports text input and text output, has a December 1, 2023 knowledge cutoff, and allows up to 4,096 output tokens.

The January 2024 update was introduced as an improved GPT-4 Turbo preview intended to complete tasks, especially code-generation tasks, more thoroughly than the earlier preview version. OpenAI’s release messaging around this snapshot emphasized reducing cases of so-called “laziness,” where the model might otherwise stop short of fully carrying out a request.

For CometAPI users, the important distinction is that gpt-4-0125-preview is the platform identifier you should pass when you specifically want this legacy GPT-4 Turbo preview behavior. Even though OpenAI now labels the snapshot as deprecated, it remains a recognizable historical model version with well-known characteristics: long context, strong general reasoning for its generation, and compatibility with traditional chat-style text workflows.

Main features of gpt-4-0125-preview

  • 128K context window: Supports very large prompts and long multi-turn conversations, making it suitable for summarization, document analysis, code review, and other context-heavy text tasks.
  • Improved task completion versus earlier preview builds: The January 25, 2024 snapshot was released specifically to improve thoroughness, especially for code generation and other tasks where prior previews could respond incompletely.
  • Text-only operation: This model is designed for text input and text output only; OpenAI lists image, audio, and video as not supported for this snapshot.
  • Large-scale prompt handling: With its long context window and GPT-4 Turbo lineage, it fits workflows that need instruction-heavy prompting, large reference materials, or multi-part reasoning over long inputs.
  • API compatibility across common text endpoints: OpenAI lists it under standard API surfaces such as Chat Completions, Responses, Assistants, and Batch, which made it easy to integrate into existing application pipelines built around OpenAI-style request formats.
  • Known legacy snapshot behavior: Because it is a dated preview snapshot, some teams prefer it when they need reproducibility tied to a specific GPT-4 Turbo-era model version rather than a moving alias. OpenAI explicitly lists gpt-4-0125-preview among GPT-4 Turbo Preview snapshots/aliases. This is partly an inference from snapshot-based versioning behavior, supported by OpenAI’s model page.
  • Deprecated upstream status: OpenAI now marks gpt-4-0125-preview as deprecated, so it is best treated as a legacy compatibility option rather than a future-facing default.

How to access and integrate gpt-4-0125-preview

Step 1: Sign Up for API Key

To get started, create an account on CometAPI and generate your API key from the dashboard. Once you have the key, store it securely and use it in the Authorization header for all requests. CometAPI provides an OpenAI-compatible API surface, so the integration pattern is straightforward for teams already using standard chat completion workflows.

Step 2: Send Requests to gpt-4-0125-preview API

Use CometAPI’s OpenAI-compatible endpoint and specify gpt-4-0125-preview as the model value.

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_COMETAPI_KEY" \
  -d '{
    "model": "gpt-4-0125-preview",
    "messages": [
      {
        "role": "user",
        "content": "Write a concise summary of the benefits of long-context language models."
      }
    ]
  }'

Step 3: Retrieve and Verify Results

The API returns a standard chat completion response. Read the generated content from the first choice, then validate the output for correctness, completeness, and formatting before using it in production. If your workflow depends on stable behavior, run prompt-level tests and compare results regularly, especially because gpt-4-0125-preview is a legacy preview model identifier with deprecated upstream status.

gpt-4-0125-preview için Özellikler

gpt-4-0125-preview'in performansı ve kullanılabilirliği artırmak için tasarlanmış temel özelliklerini keşfedin. Bu yeteneklerin projelerinize nasıl fayda sağlayabileceğini ve kullanıcı deneyimini nasıl geliştirebileceğini öğrenin.

gpt-4-0125-preview için Fiyatlandırma

gpt-4-0125-preview için çeşitli bütçelere ve kullanım ihtiyaçlarına uygun rekabetçi fiyatlandırmayı keşfedin. Esnek planlarımız sadece kullandığınız kadar ödeme yapmanızı sağlar ve ihtiyaçlarınız büyüdükçe kolayca ölçeklendirme imkanı sunar. gpt-4-0125-preview'in maliyetleri yönetilebilir tutarken projelerinizi nasıl geliştirebileceğini keşfedin.
Comet Fiyatı (USD / M Tokens)Resmi Fiyat (USD / M Tokens)İndirim
Giriş:$8/M
Çıktı:$16/M
Giriş:$10/M
Çıktı:$20/M
-20%

gpt-4-0125-preview için örnek kod ve API

gpt-4-0125-preview için kapsamlı örnek kodlara ve API kaynaklarına erişerek entegrasyon sürecinizi kolaylaştırın. Ayrıntılı dokümantasyonumuz adım adım rehberlik sağlayarak projelerinizde gpt-4-0125-preview'in tüm potansiyelinden yararlanmanıza yardımcı olur.

Daha Fazla Model

G

Nano Banana 2

Giriş:$0.4/M
Çıktı:$2.4/M
Temel Yeteneklere Genel Bakış: Çözünürlük: 4K'ya kadar (4096×4096), Pro ile aynı seviyede. Referans Görsel Tutarlılığı: En fazla 14 referans görseli (10 nesne + 4 karakter), stil/karakter tutarlılığını koruyarak. Aşırı En-Boy Oranları: Yeni 1:4, 4:1, 1:8, 8:1 oranları eklendi, uzun görseller, posterler ve banner'lar için uygundur. Metin İşleme: Gelişmiş metin üretimi, infografikler ve pazarlama poster yerleşimleri için uygundur. Arama Geliştirmesi: Entegre Google Search + Görsel Arama. Temellendirme: Yerleşik düşünme süreci; karmaşık istemler üretimden önce akıl yürütülür.
A

Claude Opus 4.6

Giriş:$4/M
Çıktı:$20/M
Claude Opus 4.6, Anthropic’in “Opus” sınıfı büyük dil modelidir; Şubat 2026’da yayımlandı. Bilgi odaklı çalışma ve araştırma iş akışları için bir temel araç olarak konumlandırılmıştır — uzun bağlamlarda akıl yürütmeyi, çok adımlı planlamayı, araç kullanımını (ajan tabanlı yazılım iş akışları dahil) ve otomatik slayt ve e-tablo oluşturma gibi bilgisayar kullanımına yönelik görevleri geliştirir.
A

Claude Sonnet 4.6

Giriş:$2.4/M
Çıktı:$12/M
Claude Sonnet 4.6, şimdiye kadarki en yetenekli Sonnet modelimiz. Modelin kodlama, bilgisayar kullanımı, uzun bağlamlı akıl yürütme, ajan planlama, bilgi çalışması ve tasarım alanlarındaki becerilerine tam kapsamlı bir yükseltme sunar. Sonnet 4.6 ayrıca beta aşamasında 1M token bağlam penceresi sunar.
O

GPT-5.4 nano

Giriş:$0.16/M
Çıktı:$1/M
GPT-5.4 nano, hız ve maliyetin en çok önem taşıdığı sınıflandırma, veri çıkarımı, sıralama ve alt ajanlar gibi görevler için tasarlanmıştır.
O

GPT-5.4 mini

Giriş:$0.6/M
Çıktı:$3.6/M
GPT-5.4 mini, GPT-5.4'ün güçlü yönlerini yüksek hacimli iş yükleri için tasarlanmış daha hızlı ve daha verimli bir modele taşır.
A

Claude Mythos Preview

A

Claude Mythos Preview

Yakında
Giriş:$60/M
Çıktı:$240/M
Claude Mythos Preview, bugüne kadarki en güçlü öncü modelimizdir ve önceki öncü modelimiz Claude Opus 4.6 ile karşılaştırıldığında birçok değerlendirme ölçütündeki puanlarda çarpıcı bir sıçrama göstermektedir.