قائمة OpenRouter النماذج

البيانات الوصفية لنموذج العودة في شكل دنّي لكل فرد

إستعملْ GET /v1/models?format=openrouter عندما تَحتاجُ a denser الإدراج في القائمة الواحدة بالأسعار المكشوفة بالضبط، وطول السياق الدقيق الرموز، التكميم، معرف نقطة التحقق Hugging Face، دولة مركز البيانات أكواد، وميزة دعم للقدرات. السهل GET /v1/models يستمر Endpoint في إعادة الشكل القياسي EmpirioLabs الكتالوج.

عرض OpenRouter يعيد فقط النماذج التي تم تمييزها لهذا الإعلان و يشمل الحقول التالية لكل نموذج: id، hugging_face_id، name, created, input_modalities, output_modalities, quantization, context_length, max_output_length, pricing, supported_sampling_parameters, supported_features, is_ready, openrouter، وdatacenters.

$curl "https://api.empiriolabs.ai/v1/models?format=openrouter"

شكل الاستجابة

1{
2 "data": [
3 {
4 "id": "qwen3-5-9b",
5 "hugging_face_id": "Qwen/Qwen3.5-9B",
6 "name": "Qwen3.5 9B",
7 "created": 1778976000,
8 "input_modalities": ["text", "image", "video"],
9 "output_modalities": ["text"],
10 "quantization": "fp8",
11 "context_length": 262144,
12 "max_output_length": 32768,
13 "pricing": {
14 "prompt": "0.00000009",
15 "completion": "0.00000013",
16 "image": "0",
17 "request": "0",
18 "input_cache_read": "0.000000045"
19 },
20 "supported_sampling_parameters": [
21 "temperature",
22 "top_p",
23 "top_k",
24 "min_p",
25 "frequency_penalty",
26 "presence_penalty",
27 "repetition_penalty",
28 "stop",
29 "seed",
30 "max_tokens",
31 "logit_bias"
32 ],
33 "supported_features": [
34 "tools",
35 "json_mode",
36 "structured_outputs",
37 "reasoning"
38 ],
39 "is_ready": true,
40 "openrouter": {
41 "slug": "qwen/qwen3.5-9b"
42 },
43 "datacenters": [
44 {
45 "country_code": "JP"
46 }
47 ]
48 }
49 ]
50}

المذكرات الميدانية

الميدانمعنى
idمُحدّد نموذجي يُستخدم عندما يُطلق على المُسدّس.
hugging_face_idHugging Face معرف نقطة التحقق عند تقديم النموذج من أوزان Hugging Face.
context_lengthالحد الأقصى لطول السياق الذي قبله النموذج، في الضواحي.
max_output_lengthوسمحت الميزانية القصوى المولدة والمكشوفة بطلب واحد.
pricingUSD prices as strings, expressed per token unless the field name says otherwise.
input_cache_readسعر مفصَّل للمدخلات عند توافر المحاسبة المكبوطة.
supported_sampling_parametersضوابط أخذ العينات قبلها النموذج.
supported_featuresالقدرات الأعلى: tools، json_mode، structured_outputs، reasoning، logprobs، web_search.
is_readyما إذا كان ينبغي معاملة النموذج على أنه جاهز للإدراج في القائمة.
openrouter.slugمُقتَرح علنياً لهذا النموذج.
datacenters[].country_codeISO 3166-1 alpha-2 code for the current serving region.