Access a vast selection of models via a standard, unified API protocol. Power AI applications, manage digital assets, and connect the Future.
curl -X POST "/v1/chat/completions" \ -H "Authorization: Bearer sk-****" \ -d '{ "model": "your-model", "messages": [ { "role": "user", "content": "..." } ] }'
temperature (sıcaklık) ayarı modelden modele desteklenmeyebilir.
1.0 olarak ayarlayın.
{
"choices": [{ "message": { "content": "Chat request routed." } }],
"usage": { "total_tokens": 27 }
}