aineron.net
Dokümantasyon/API Playground

API Playground

API isteklerini doğrudan tarayıcıda test edin — curl veya Postman gerekmez

Yetkilendirme

Mevcut tarayıcı oturumu kullanılıyor

Model ve Parametreler

1.0

Messages

Response

İsteği doldurun ve 'Çalıştır'ı tıklayın

curl komutu
curl https://aineron.net/api/v1/chat/completions \
  -H "Cookie: sessionid=..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [
      {
        "role": "user",
        "content": ""
      }
    ],
    "temperature": 1,
    "max_tokens": 2048
  }'