Tek API, açık sözleşme
Noxery; Chat Completions ve Responses API biçimlerini, streaming'i, tool calling'i ve uzun context akışlarını destekler. Önce bir API key oluştur, ardından aktif model listesinden bir ID seç.
İlk isteğin
curl
curl https://api.noxery.net/v1/chat/completions \
-H "Authorization: Bearer nox-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-6-astra","messages":[{"role":"user","content":"Merhaba"}]}'