فهرست مدل‌ها

بازیابی مدل‌های در دسترس کلید API شما به‌صورت برنامه‌ای.

اندپوینت

GEThttps://api.darvareh.ir/v1/models

نمونۀ درخواست

curl https://api.darvareh.ir/v1/models \
  -H "Authorization: Bearer YOUR_DARVAREH_API_KEY"

نمونۀ پاسخ

{
  "object": "list",
  "data": [
    { "id": "gpt-5.5", "object": "model", "owned_by": "openai" },
    { "id": "claude-sonnet-4", "object": "model", "owned_by": "anthropic" },
    { "id": "gemini-2.5-pro", "object": "model", "owned_by": "google" },
    { "id": "text-embedding-3-small", "object": "model", "owned_by": "openai" },
    { "id": "whisper-1", "object": "model", "owned_by": "openai" },
    { "id": "tts-1", "object": "model", "owned_by": "openai" },
    { "id": "gpt-image-1", "object": "model", "owned_by": "openai" }
  ]
}

جزئیات یک مدل

GEThttps://api.darvareh.ir/v1/models/{model}
curl https://api.darvareh.ir/v1/models/gpt-5.5 \
  -H "Authorization: Bearer YOUR_DARVAREH_API_KEY"

کاتالوگ و قیمت‌گذاری

نام مدل‌های در دسترس، قابلیت‌ها (متن، تصویر، صوت، ابزار) و قیمت هر ۱ میلیون توکن ورودی/خروجی در صفحۀ مدل‌ها نمایش داده می‌شود.