aineron.net
Dokumentasi/API Playground

API Playground

Uji permintaan API langsung di browser — tidak perlu curl atau Postman

Otorisasi

Sesi browser saat ini digunakan

Model dan Parameter

1.0

Messages

Response

Isi permintaan dan klik 'Jalankan'

perintah curl
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
  }'