It looks like you may prefer a different language. Switch anytime.

PROVIDER

Anthropic AI Modelleri

Claude Opus, Sonnet, and Haiku — Anthropic's reasoning-first LLMs for code, analysis, and extended context.

1 models · 11 variants · başlayan $0.0006
OVERVIEW

Anthropic builds the Claude family of large language models, spanning Opus (frontier reasoning), Sonnet (balanced), and Haiku (fast and efficient). All variants excel at complex reasoning, code generation, analysis, and extended-context tasks.

  • Sağlayıcılar arasında paylaşılan tek API anahtarı
  • Model skill’leri dokümanları ve şemaları workspace’inize taşır
  • Çağrı başına faturalandırma, taahhüt yok
  • Başarısız üretimler ücretlendirilmez
FEATURES

Öne çıkanlar

MODELS

Anthropic içindeki tüm modeller

QUICKSTART

Bir Anthropic model skill’i kurun.

Bir model seçin ve skill’ini ekleyin; böylece kod aracınız dokümanlara, şemalara, fiyat notlarına ve kurulum adımlarına sahip olur.

runapi.ai
# Base URL
https://runapi.ai

# Endpoints
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages
POST /v1beta/models/{model}:generateContent
POST /v1beta/models/{model}:streamGenerateContent
curl https://runapi.ai/v1/messages \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "claude-sonnet-5",
  "max_tokens": 1024,
  "messages": [
    {
      "role": "user",
      "content": "Review this pull request for security vulnerabilities, performance issues, and suggest concrete improvements."
    }
  ]
}'
import anthropic

client = anthropic.Anthropic(
    base_url="https://runapi.ai",
    api_key="your-runapi-key"
)

message = client.messages.create(
    model="claude-sonnet-5",
    max_tokens=1024,
    messages=[{"role": "user", "content": "Review this pull request for security vulnerabilities, performance issues, and suggest concrete improvements."}]
)
import Anthropic from "@anthropic-ai/sdk";

const client = new Anthropic({
  baseURL: "https://runapi.ai",
  apiKey: "your-runapi-key"
});

const message = await client.messages.create({
  model: "claude-sonnet-5",
  max_tokens: 1024,
  messages: [{ role: "user", content: "Review this pull request for security vulnerabilities, performance issues, and suggest concrete improvements." }]
});
https://runapi.ai 5 endpoints
REFERENCE

Anthropic için tüm varyantlar

Tüm fiyatlandırma tablosu →
Model Variant Billing Pricing
Claude
claude-fable-5 1K tokens Input $10.00 / 1M tokens | Output $50.00 / 1M tokens Gör →
claude-haiku-4-5-20251001 1K tokens Input $0.60 / 1M tokens | Output $3.00 / 1M tokens Gör →
claude-opus-4-1-20250805 1K tokens Input $9.00 / 1M tokens | Output $45.00 / 1M tokens Gör →
claude-opus-4-5-20251101 1K tokens Input $3.00 / 1M tokens | Output $15.00 / 1M tokens Gör →
claude-opus-4-6 1K tokens Input $3.00 / 1M tokens | Output $15.00 / 1M tokens Gör →
claude-opus-4-7 1K tokens Input $3.00 / 1M tokens | Output $15.00 / 1M tokens Gör →
claude-opus-4-8 1K tokens Input $3.00 / 1M tokens | Output $15.00 / 1M tokens Gör →
claude-opus-5 1K tokens Input $3.00 / 1M tokens | Output $15.00 / 1M tokens Gör →
claude-sonnet-4-5-20250929 1K tokens Input $1.80 / 1M tokens | Output $9.00 / 1M tokens Gör →
claude-sonnet-4-6 1K tokens Input $1.80 / 1M tokens | Output $9.00 / 1M tokens Gör →
claude-sonnet-5 1K tokens Input $1.36 / 1M tokens | Output $6.78 / 1M tokens Gör →
FAQ

Anthropic hakkında sık sorulan sorular

Bu resmi bir Anthropic entegrasyonu mu?

RunAPI, şeffaf fiyatlandırma, yetenekler ve hata davranışıyla yönetilen bir API yüzeyi sunar.

Bir Anthropic hesabına ihtiyacım var mı?

Hayır — yönetilen erişim için RunAPI anahtarınız yeterli.

Proxy üzerinden geçmenin gecikme etkisi nedir?

Genellikle 20 ms’nin altındadır. RunAPI, proxy katmanını model çalışma bölgelerine yakın tutar.

Görseller / videolar önbelleğe alınıyor mu?

Oluşturulan çıktılar saklanır ve görev kimliğiyle yeniden erişilebilir. Girdiler önbelleğe alınmaz.

Kendi anahtarımı kullanabilir miyim?

Şu anda değil — çağrılar RunAPI tarafından yönetilen erişimi kullanır.

ŞİMDİ BAŞLAYIN

Anthropic modelleriyle geliştirmeye başlayın.