Spaces:
Paused
Paused
github-actions[bot] commited on
Commit ·
26e14be
1
Parent(s): 6111a5c
chore: update provider data [skip ci]
Browse files- data/providers.json +22 -175
data/providers.json
CHANGED
|
@@ -8,126 +8,6 @@
|
|
| 8 |
"gdpr_compliant": true,
|
| 9 |
"eu_endpoints": true,
|
| 10 |
"models": [
|
| 11 |
-
{
|
| 12 |
-
"name": "Llama 3.1 8B Instruct",
|
| 13 |
-
"type": "chat",
|
| 14 |
-
"input_price_per_1m": 0.17,
|
| 15 |
-
"output_price_per_1m": 0.17,
|
| 16 |
-
"currency": "USD",
|
| 17 |
-
"size_b": 8,
|
| 18 |
-
"capabilities": [
|
| 19 |
-
"tools"
|
| 20 |
-
],
|
| 21 |
-
"hf_private": false,
|
| 22 |
-
"hf_id": "meta-llama/Llama-3.1-8B-Instruct",
|
| 23 |
-
"hf_validated_at": "2026-03-22T19:23:09.981Z",
|
| 24 |
-
"hf_status": 200,
|
| 25 |
-
"canonical_id": "llama-3-1-8b"
|
| 26 |
-
},
|
| 27 |
-
{
|
| 28 |
-
"name": "Teuken-7B Instruct",
|
| 29 |
-
"type": "chat",
|
| 30 |
-
"input_price_per_1m": 0.17,
|
| 31 |
-
"output_price_per_1m": 0.17,
|
| 32 |
-
"currency": "USD",
|
| 33 |
-
"size_b": 7,
|
| 34 |
-
"hf_private": false,
|
| 35 |
-
"hf_id": "openGPT-X/Teuken-7B-instruct-v0.6",
|
| 36 |
-
"hf_validated_at": "2026-03-22T19:58:46.149Z",
|
| 37 |
-
"hf_status": 200,
|
| 38 |
-
"canonical_id": "teuken-7b"
|
| 39 |
-
},
|
| 40 |
-
{
|
| 41 |
-
"name": "Mistral Nemo Instruct",
|
| 42 |
-
"type": "chat",
|
| 43 |
-
"input_price_per_1m": 0.17,
|
| 44 |
-
"output_price_per_1m": 0.17,
|
| 45 |
-
"currency": "USD",
|
| 46 |
-
"size_b": 12.248,
|
| 47 |
-
"capabilities": [
|
| 48 |
-
"tools"
|
| 49 |
-
],
|
| 50 |
-
"hf_id": "mistralai/Mistral-Nemo-Instruct-2407",
|
| 51 |
-
"hf_private": false,
|
| 52 |
-
"hf_validated_at": "2026-03-22T19:23:09.981Z",
|
| 53 |
-
"hf_status": 200,
|
| 54 |
-
"canonical_id": "mistral-nemo"
|
| 55 |
-
},
|
| 56 |
-
{
|
| 57 |
-
"name": "Code Llama 13b Instruct HF",
|
| 58 |
-
"type": "chat",
|
| 59 |
-
"input_price_per_1m": 0.5,
|
| 60 |
-
"output_price_per_1m": 0.5,
|
| 61 |
-
"currency": "USD",
|
| 62 |
-
"size_b": 13,
|
| 63 |
-
"hf_private": false,
|
| 64 |
-
"hf_id": "codellama/CodeLlama-13b-Instruct-hf",
|
| 65 |
-
"hf_validated_at": "2026-03-22T19:50:44.558Z",
|
| 66 |
-
"hf_status": 200,
|
| 67 |
-
"canonical_id": "code-llama-13b-hf"
|
| 68 |
-
},
|
| 69 |
-
{
|
| 70 |
-
"name": "Mistral Small 24B Instruct",
|
| 71 |
-
"type": "chat",
|
| 72 |
-
"input_price_per_1m": 0.11,
|
| 73 |
-
"output_price_per_1m": 0.33,
|
| 74 |
-
"currency": "USD",
|
| 75 |
-
"size_b": 24,
|
| 76 |
-
"capabilities": [
|
| 77 |
-
"tools"
|
| 78 |
-
],
|
| 79 |
-
"hf_id": "mistralai/Mistral-Small-24B-Instruct-2501",
|
| 80 |
-
"hf_private": false,
|
| 81 |
-
"hf_validated_at": "2026-03-22T19:23:09.981Z",
|
| 82 |
-
"hf_status": 200,
|
| 83 |
-
"canonical_id": "mistral-small-24b"
|
| 84 |
-
},
|
| 85 |
-
{
|
| 86 |
-
"name": "gpt-oss-120b",
|
| 87 |
-
"type": "chat",
|
| 88 |
-
"input_price_per_1m": 0.17,
|
| 89 |
-
"output_price_per_1m": 0.71,
|
| 90 |
-
"currency": "USD",
|
| 91 |
-
"size_b": 120,
|
| 92 |
-
"capabilities": [
|
| 93 |
-
"tools",
|
| 94 |
-
"reasoning"
|
| 95 |
-
],
|
| 96 |
-
"hf_id": "openai/gpt-oss-120b",
|
| 97 |
-
"hf_private": false,
|
| 98 |
-
"hf_validated_at": "2026-03-22T19:23:09.981Z",
|
| 99 |
-
"hf_status": 200,
|
| 100 |
-
"canonical_id": "gpt-oss-120b"
|
| 101 |
-
},
|
| 102 |
-
{
|
| 103 |
-
"name": "Llama 3.3 70B Instruct",
|
| 104 |
-
"type": "chat",
|
| 105 |
-
"input_price_per_1m": 0.71,
|
| 106 |
-
"output_price_per_1m": 0.71,
|
| 107 |
-
"currency": "USD",
|
| 108 |
-
"size_b": 70,
|
| 109 |
-
"capabilities": [
|
| 110 |
-
"tools"
|
| 111 |
-
],
|
| 112 |
-
"hf_private": false,
|
| 113 |
-
"hf_id": "meta-llama/Llama-3.3-70B-Instruct",
|
| 114 |
-
"hf_validated_at": "2026-03-22T19:23:09.981Z",
|
| 115 |
-
"hf_status": 200,
|
| 116 |
-
"canonical_id": "llama-3-3-70b"
|
| 117 |
-
},
|
| 118 |
-
{
|
| 119 |
-
"name": "Llama 3.1 405B Instruct",
|
| 120 |
-
"type": "chat",
|
| 121 |
-
"input_price_per_1m": 1.93,
|
| 122 |
-
"output_price_per_1m": 1.93,
|
| 123 |
-
"currency": "USD",
|
| 124 |
-
"size_b": 405,
|
| 125 |
-
"hf_private": false,
|
| 126 |
-
"hf_id": "meta-llama/Llama-3.1-405B-Instruct",
|
| 127 |
-
"hf_validated_at": "2026-03-22T19:58:46.149Z",
|
| 128 |
-
"hf_status": 200,
|
| 129 |
-
"canonical_id": "llama-3-1-405b"
|
| 130 |
-
},
|
| 131 |
{
|
| 132 |
"name": "LightOnOCR 2",
|
| 133 |
"type": "vision",
|
|
@@ -3190,8 +3070,7 @@
|
|
| 3190 |
"hf_id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
| 3191 |
"capabilities": [
|
| 3192 |
"tools",
|
| 3193 |
-
"reasoning"
|
| 3194 |
-
"eu-endpoint"
|
| 3195 |
],
|
| 3196 |
"size_b": 235,
|
| 3197 |
"hf_private": false,
|
|
@@ -3342,8 +3221,7 @@
|
|
| 3342 |
"currency": "USD",
|
| 3343 |
"capabilities": [
|
| 3344 |
"vision",
|
| 3345 |
-
"tools"
|
| 3346 |
-
"eu-endpoint"
|
| 3347 |
],
|
| 3348 |
"size_b": 17,
|
| 3349 |
"hf_private": false,
|
|
@@ -3410,8 +3288,7 @@
|
|
| 3410 |
"currency": "USD",
|
| 3411 |
"hf_id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
| 3412 |
"capabilities": [
|
| 3413 |
-
"tools"
|
| 3414 |
-
"eu-endpoint"
|
| 3415 |
],
|
| 3416 |
"size_b": 80,
|
| 3417 |
"hf_private": false,
|
|
@@ -3444,8 +3321,7 @@
|
|
| 3444 |
"hf_id": "Qwen/Qwen3-Next-80B-A3B-Thinking",
|
| 3445 |
"capabilities": [
|
| 3446 |
"tools",
|
| 3447 |
-
"reasoning"
|
| 3448 |
-
"eu-endpoint"
|
| 3449 |
],
|
| 3450 |
"size_b": 80,
|
| 3451 |
"hf_private": false,
|
|
@@ -3596,8 +3472,7 @@
|
|
| 3596 |
"audio",
|
| 3597 |
"files",
|
| 3598 |
"tools",
|
| 3599 |
-
"reasoning"
|
| 3600 |
-
"eu-endpoint"
|
| 3601 |
],
|
| 3602 |
"hf_private": true,
|
| 3603 |
"audio_price_per_1m": 0.3,
|
|
@@ -4113,8 +3988,7 @@
|
|
| 4113 |
"hf_id": "deepseek-ai/DeepSeek-V3.1",
|
| 4114 |
"capabilities": [
|
| 4115 |
"tools",
|
| 4116 |
-
"reasoning"
|
| 4117 |
-
"eu-endpoint"
|
| 4118 |
],
|
| 4119 |
"size_b": 671,
|
| 4120 |
"hf_private": false,
|
|
@@ -4564,8 +4438,7 @@
|
|
| 4564 |
"currency": "USD",
|
| 4565 |
"hf_id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
| 4566 |
"capabilities": [
|
| 4567 |
-
"tools"
|
| 4568 |
-
"eu-endpoint"
|
| 4569 |
],
|
| 4570 |
"size_b": 480,
|
| 4571 |
"hf_private": false,
|
|
@@ -4613,8 +4486,7 @@
|
|
| 4613 |
"audio",
|
| 4614 |
"files",
|
| 4615 |
"tools",
|
| 4616 |
-
"reasoning"
|
| 4617 |
-
"eu-endpoint"
|
| 4618 |
],
|
| 4619 |
"hf_private": true,
|
| 4620 |
"audio_price_per_1m": 0.5,
|
|
@@ -4975,8 +4847,7 @@
|
|
| 4975 |
"currency": "USD",
|
| 4976 |
"capabilities": [
|
| 4977 |
"vision",
|
| 4978 |
-
"image-out"
|
| 4979 |
-
"eu-endpoint"
|
| 4980 |
],
|
| 4981 |
"hf_private": true,
|
| 4982 |
"audio_price_per_1m": 1,
|
|
@@ -5426,8 +5297,7 @@
|
|
| 5426 |
"capabilities": [
|
| 5427 |
"vision",
|
| 5428 |
"image-out",
|
| 5429 |
-
"reasoning"
|
| 5430 |
-
"eu-endpoint"
|
| 5431 |
],
|
| 5432 |
"hf_private": true,
|
| 5433 |
"canonical_id": "gemini-3-1-flash-image"
|
|
@@ -5444,8 +5314,7 @@
|
|
| 5444 |
"audio",
|
| 5445 |
"files",
|
| 5446 |
"tools",
|
| 5447 |
-
"reasoning"
|
| 5448 |
-
"eu-endpoint"
|
| 5449 |
],
|
| 5450 |
"hf_private": true,
|
| 5451 |
"audio_price_per_1m": 1,
|
|
@@ -6341,8 +6210,7 @@
|
|
| 6341 |
"audio",
|
| 6342 |
"files",
|
| 6343 |
"tools",
|
| 6344 |
-
"reasoning"
|
| 6345 |
-
"eu-endpoint"
|
| 6346 |
],
|
| 6347 |
"hf_private": true,
|
| 6348 |
"audio_price_per_1m": 1.25,
|
|
@@ -6359,8 +6227,7 @@
|
|
| 6359 |
"audio",
|
| 6360 |
"files",
|
| 6361 |
"tools",
|
| 6362 |
-
"reasoning"
|
| 6363 |
-
"eu-endpoint"
|
| 6364 |
],
|
| 6365 |
"hf_private": true,
|
| 6366 |
"audio_price_per_1m": 1.25,
|
|
@@ -6388,8 +6255,8 @@
|
|
| 6388 |
{
|
| 6389 |
"name": "z-ai/glm-5.1",
|
| 6390 |
"type": "chat",
|
| 6391 |
-
"input_price_per_1m": 1.
|
| 6392 |
-
"output_price_per_1m":
|
| 6393 |
"currency": "USD",
|
| 6394 |
"hf_id": "zai-org/GLM-5.1",
|
| 6395 |
"capabilities": [
|
|
@@ -6566,8 +6433,7 @@
|
|
| 6566 |
"audio",
|
| 6567 |
"files",
|
| 6568 |
"tools",
|
| 6569 |
-
"reasoning"
|
| 6570 |
-
"eu-endpoint"
|
| 6571 |
],
|
| 6572 |
"hf_private": true,
|
| 6573 |
"audio_price_per_1m": 2,
|
|
@@ -6582,8 +6448,7 @@
|
|
| 6582 |
"capabilities": [
|
| 6583 |
"vision",
|
| 6584 |
"image-out",
|
| 6585 |
-
"reasoning"
|
| 6586 |
-
"eu-endpoint"
|
| 6587 |
],
|
| 6588 |
"hf_private": true,
|
| 6589 |
"audio_price_per_1m": 2,
|
|
@@ -6855,22 +6720,22 @@
|
|
| 6855 |
"canonical_id": "gpt-4o-11-20"
|
| 6856 |
},
|
| 6857 |
{
|
| 6858 |
-
"name": "inflection/inflection-3-
|
| 6859 |
"type": "chat",
|
| 6860 |
"input_price_per_1m": 2.5,
|
| 6861 |
"output_price_per_1m": 10,
|
| 6862 |
"currency": "USD",
|
| 6863 |
"hf_private": true,
|
| 6864 |
-
"canonical_id": "inflection-3-
|
| 6865 |
},
|
| 6866 |
{
|
| 6867 |
-
"name": "inflection/inflection-3-
|
| 6868 |
"type": "chat",
|
| 6869 |
"input_price_per_1m": 2.5,
|
| 6870 |
"output_price_per_1m": 10,
|
| 6871 |
"currency": "USD",
|
| 6872 |
"hf_private": true,
|
| 6873 |
-
"canonical_id": "inflection-3-
|
| 6874 |
},
|
| 6875 |
{
|
| 6876 |
"name": "cohere/command-r-plus-08-2024",
|
|
@@ -7130,8 +6995,7 @@
|
|
| 7130 |
"capabilities": [
|
| 7131 |
"vision",
|
| 7132 |
"tools",
|
| 7133 |
-
"reasoning"
|
| 7134 |
-
"eu-endpoint"
|
| 7135 |
],
|
| 7136 |
"hf_private": true,
|
| 7137 |
"canonical_id": "claude-opus-4-6"
|
|
@@ -7539,23 +7403,6 @@
|
|
| 7539 |
"hf_status": 200,
|
| 7540 |
"canonical_id": "nemotron-3-nano-30b-a3b"
|
| 7541 |
},
|
| 7542 |
-
{
|
| 7543 |
-
"name": "arcee-ai/trinity-mini:free",
|
| 7544 |
-
"type": "chat",
|
| 7545 |
-
"input_price_per_1m": 0,
|
| 7546 |
-
"output_price_per_1m": 0,
|
| 7547 |
-
"currency": "USD",
|
| 7548 |
-
"hf_id": "arcee-ai/Trinity-Mini",
|
| 7549 |
-
"capabilities": [
|
| 7550 |
-
"tools",
|
| 7551 |
-
"reasoning"
|
| 7552 |
-
],
|
| 7553 |
-
"size_b": 26,
|
| 7554 |
-
"hf_private": false,
|
| 7555 |
-
"hf_validated_at": "2026-03-22T19:23:09.981Z",
|
| 7556 |
-
"hf_status": 200,
|
| 7557 |
-
"canonical_id": "trinity-mini"
|
| 7558 |
-
},
|
| 7559 |
{
|
| 7560 |
"name": "nvidia/nemotron-nano-12b-v2-vl:free",
|
| 7561 |
"type": "vision",
|
|
|
|
| 8 |
"gdpr_compliant": true,
|
| 9 |
"eu_endpoints": true,
|
| 10 |
"models": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
{
|
| 12 |
"name": "LightOnOCR 2",
|
| 13 |
"type": "vision",
|
|
|
|
| 3070 |
"hf_id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
| 3071 |
"capabilities": [
|
| 3072 |
"tools",
|
| 3073 |
+
"reasoning"
|
|
|
|
| 3074 |
],
|
| 3075 |
"size_b": 235,
|
| 3076 |
"hf_private": false,
|
|
|
|
| 3221 |
"currency": "USD",
|
| 3222 |
"capabilities": [
|
| 3223 |
"vision",
|
| 3224 |
+
"tools"
|
|
|
|
| 3225 |
],
|
| 3226 |
"size_b": 17,
|
| 3227 |
"hf_private": false,
|
|
|
|
| 3288 |
"currency": "USD",
|
| 3289 |
"hf_id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
| 3290 |
"capabilities": [
|
| 3291 |
+
"tools"
|
|
|
|
| 3292 |
],
|
| 3293 |
"size_b": 80,
|
| 3294 |
"hf_private": false,
|
|
|
|
| 3321 |
"hf_id": "Qwen/Qwen3-Next-80B-A3B-Thinking",
|
| 3322 |
"capabilities": [
|
| 3323 |
"tools",
|
| 3324 |
+
"reasoning"
|
|
|
|
| 3325 |
],
|
| 3326 |
"size_b": 80,
|
| 3327 |
"hf_private": false,
|
|
|
|
| 3472 |
"audio",
|
| 3473 |
"files",
|
| 3474 |
"tools",
|
| 3475 |
+
"reasoning"
|
|
|
|
| 3476 |
],
|
| 3477 |
"hf_private": true,
|
| 3478 |
"audio_price_per_1m": 0.3,
|
|
|
|
| 3988 |
"hf_id": "deepseek-ai/DeepSeek-V3.1",
|
| 3989 |
"capabilities": [
|
| 3990 |
"tools",
|
| 3991 |
+
"reasoning"
|
|
|
|
| 3992 |
],
|
| 3993 |
"size_b": 671,
|
| 3994 |
"hf_private": false,
|
|
|
|
| 4438 |
"currency": "USD",
|
| 4439 |
"hf_id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
| 4440 |
"capabilities": [
|
| 4441 |
+
"tools"
|
|
|
|
| 4442 |
],
|
| 4443 |
"size_b": 480,
|
| 4444 |
"hf_private": false,
|
|
|
|
| 4486 |
"audio",
|
| 4487 |
"files",
|
| 4488 |
"tools",
|
| 4489 |
+
"reasoning"
|
|
|
|
| 4490 |
],
|
| 4491 |
"hf_private": true,
|
| 4492 |
"audio_price_per_1m": 0.5,
|
|
|
|
| 4847 |
"currency": "USD",
|
| 4848 |
"capabilities": [
|
| 4849 |
"vision",
|
| 4850 |
+
"image-out"
|
|
|
|
| 4851 |
],
|
| 4852 |
"hf_private": true,
|
| 4853 |
"audio_price_per_1m": 1,
|
|
|
|
| 5297 |
"capabilities": [
|
| 5298 |
"vision",
|
| 5299 |
"image-out",
|
| 5300 |
+
"reasoning"
|
|
|
|
| 5301 |
],
|
| 5302 |
"hf_private": true,
|
| 5303 |
"canonical_id": "gemini-3-1-flash-image"
|
|
|
|
| 5314 |
"audio",
|
| 5315 |
"files",
|
| 5316 |
"tools",
|
| 5317 |
+
"reasoning"
|
|
|
|
| 5318 |
],
|
| 5319 |
"hf_private": true,
|
| 5320 |
"audio_price_per_1m": 1,
|
|
|
|
| 6210 |
"audio",
|
| 6211 |
"files",
|
| 6212 |
"tools",
|
| 6213 |
+
"reasoning"
|
|
|
|
| 6214 |
],
|
| 6215 |
"hf_private": true,
|
| 6216 |
"audio_price_per_1m": 1.25,
|
|
|
|
| 6227 |
"audio",
|
| 6228 |
"files",
|
| 6229 |
"tools",
|
| 6230 |
+
"reasoning"
|
|
|
|
| 6231 |
],
|
| 6232 |
"hf_private": true,
|
| 6233 |
"audio_price_per_1m": 1.25,
|
|
|
|
| 6255 |
{
|
| 6256 |
"name": "z-ai/glm-5.1",
|
| 6257 |
"type": "chat",
|
| 6258 |
+
"input_price_per_1m": 1.26,
|
| 6259 |
+
"output_price_per_1m": 3.96,
|
| 6260 |
"currency": "USD",
|
| 6261 |
"hf_id": "zai-org/GLM-5.1",
|
| 6262 |
"capabilities": [
|
|
|
|
| 6433 |
"audio",
|
| 6434 |
"files",
|
| 6435 |
"tools",
|
| 6436 |
+
"reasoning"
|
|
|
|
| 6437 |
],
|
| 6438 |
"hf_private": true,
|
| 6439 |
"audio_price_per_1m": 2,
|
|
|
|
| 6448 |
"capabilities": [
|
| 6449 |
"vision",
|
| 6450 |
"image-out",
|
| 6451 |
+
"reasoning"
|
|
|
|
| 6452 |
],
|
| 6453 |
"hf_private": true,
|
| 6454 |
"audio_price_per_1m": 2,
|
|
|
|
| 6720 |
"canonical_id": "gpt-4o-11-20"
|
| 6721 |
},
|
| 6722 |
{
|
| 6723 |
+
"name": "inflection/inflection-3-productivity",
|
| 6724 |
"type": "chat",
|
| 6725 |
"input_price_per_1m": 2.5,
|
| 6726 |
"output_price_per_1m": 10,
|
| 6727 |
"currency": "USD",
|
| 6728 |
"hf_private": true,
|
| 6729 |
+
"canonical_id": "inflection-3-productivity"
|
| 6730 |
},
|
| 6731 |
{
|
| 6732 |
+
"name": "inflection/inflection-3-pi",
|
| 6733 |
"type": "chat",
|
| 6734 |
"input_price_per_1m": 2.5,
|
| 6735 |
"output_price_per_1m": 10,
|
| 6736 |
"currency": "USD",
|
| 6737 |
"hf_private": true,
|
| 6738 |
+
"canonical_id": "inflection-3-pi"
|
| 6739 |
},
|
| 6740 |
{
|
| 6741 |
"name": "cohere/command-r-plus-08-2024",
|
|
|
|
| 6995 |
"capabilities": [
|
| 6996 |
"vision",
|
| 6997 |
"tools",
|
| 6998 |
+
"reasoning"
|
|
|
|
| 6999 |
],
|
| 7000 |
"hf_private": true,
|
| 7001 |
"canonical_id": "claude-opus-4-6"
|
|
|
|
| 7403 |
"hf_status": 200,
|
| 7404 |
"canonical_id": "nemotron-3-nano-30b-a3b"
|
| 7405 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7406 |
{
|
| 7407 |
"name": "nvidia/nemotron-nano-12b-v2-vl:free",
|
| 7408 |
"type": "vision",
|