aineron.net
التوثيق/API Playground

API Playground

اختبر طلبات API مباشرة في المتصفح — لا حاجة لـ curl أو Postman

التفويض

يتم استخدام جلسة المتصفح الحالية

النموذج والمعلمات

1.0

Messages

Response

املأ الطلب واضغط 'تنفيذ'

أمر 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
  }'