AI Application Infrastructure Foundation

Unified API Gateway for
Vast Range of AI Models

Access a vast selection of models via a standard, unified API protocol. Power AI applications, manage digital assets, and connect the Future.

SUPPORTED APPLICATIONS
Supports one-click configuration and perfectly adapts to NewAPI multi-protocol configuration
Chat
Responses
Claude
Gemini
200 OK
POST /v1/chat/completions
REQUEST
curl -X POST "/v1/chat/completions" \
  -H "Authorization: Bearer sk-****" \
  -d '{
    "model": "your-model",
    "messages": [
      { "role": "user", "content": "..." }
    ]
  }'
Önemli Not: Yukarıdaki istek bir OpenAI formatı örneğidir. temperature (sıcaklık) ayarı modelden modele desteklenmeyebilir.

"Deprecated. Models released after Claude Opus 4.6 do not support setting temperature. A value of 1.0 will be accepted for backwards compatibility, all other values will be rejected with a 400 error."

Eğer sağlayıcıdan (özellikle Claude modellerinde) 400 hatası alırsanız, bu değerden kaynaklanıyor olabilir. Sıcaklık göndermeyin veya 1.0 olarak ayarlayın.
RESPONSE
{
  "choices": [{ "message": { "content": "Chat request routed." } }],
  "usage": { "total_tokens": 27 }
}
50+
upstream services integrated
100+
model billing support
50+
compatible API routes
10+
scheduling controls