فهرست مدلها
بازیابی مدلهای در دسترس کلید 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"کاتالوگ و قیمتگذاری
نام مدلهای در دسترس، قابلیتها (متن، تصویر، صوت، ابزار) و قیمت هر ۱ میلیون توکن ورودی/خروجی در صفحۀ مدلها نمایش داده میشود.