Ferretiq API'ye Hoş Geldiniz
GPT-4, Claude ve Gemini modellerine tek bir API üzerinden erişin. Hızlı, güvenilir ve uygun maliyetli.
Toplam İstek
12,847
↑ 23% bu hafta
Başarı Oranı
99.8%
↑ 0.2%
Ortalama Gecikme
142ms
↓ 15ms
Aktif Key
3
Prod: 1 | Dev: 2
Hızlı Başlangıç
Python
import ferretiq
# Client oluştur
client = ferretiq.Client(api_key="fq-sk-...")
# Chat completion
response = client.chat.completions.create(
model="gpt-4",
messages=[
{"role": "user", "content": "Merhaba!"}
]
)
print(response.choices[0].message.content)
🔑 API Keys
Production Key
fq-sk-prod-****************************
Development Key
fq-sk-dev-*****************************