modelpedia 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist/index.cjs +60 -35560
  2. package/dist/index.d.cts +3 -156
  3. package/dist/index.d.mts +3 -156
  4. package/dist/index.mjs +60 -35560
  5. package/dist/providers/alibaba.cjs +835 -0
  6. package/dist/providers/alibaba.d.cts +7 -0
  7. package/dist/providers/alibaba.d.mts +7 -0
  8. package/dist/providers/alibaba.mjs +833 -0
  9. package/dist/providers/amazon.cjs +1484 -0
  10. package/dist/providers/amazon.d.cts +7 -0
  11. package/dist/providers/amazon.d.mts +7 -0
  12. package/dist/providers/amazon.mjs +1482 -0
  13. package/dist/providers/anthropic.cjs +698 -0
  14. package/dist/providers/anthropic.d.cts +7 -0
  15. package/dist/providers/anthropic.d.mts +7 -0
  16. package/dist/providers/anthropic.mjs +696 -0
  17. package/dist/providers/azure.cjs +1491 -0
  18. package/dist/providers/azure.d.cts +7 -0
  19. package/dist/providers/azure.d.mts +7 -0
  20. package/dist/providers/azure.mjs +1489 -0
  21. package/dist/providers/baseten.cjs +279 -0
  22. package/dist/providers/baseten.d.cts +7 -0
  23. package/dist/providers/baseten.d.mts +7 -0
  24. package/dist/providers/baseten.mjs +277 -0
  25. package/dist/providers/cerebras.cjs +145 -0
  26. package/dist/providers/cerebras.d.cts +7 -0
  27. package/dist/providers/cerebras.d.mts +7 -0
  28. package/dist/providers/cerebras.mjs +143 -0
  29. package/dist/providers/cloudflare.cjs +826 -0
  30. package/dist/providers/cloudflare.d.cts +7 -0
  31. package/dist/providers/cloudflare.d.mts +7 -0
  32. package/dist/providers/cloudflare.mjs +824 -0
  33. package/dist/providers/cohere.cjs +525 -0
  34. package/dist/providers/cohere.d.cts +7 -0
  35. package/dist/providers/cohere.d.mts +7 -0
  36. package/dist/providers/cohere.mjs +523 -0
  37. package/dist/providers/cursor.cjs +856 -0
  38. package/dist/providers/cursor.d.cts +7 -0
  39. package/dist/providers/cursor.d.mts +7 -0
  40. package/dist/providers/cursor.mjs +854 -0
  41. package/dist/providers/deepseek.cjs +64 -0
  42. package/dist/providers/deepseek.d.cts +7 -0
  43. package/dist/providers/deepseek.d.mts +7 -0
  44. package/dist/providers/deepseek.mjs +62 -0
  45. package/dist/providers/fireworks.cjs +3794 -0
  46. package/dist/providers/fireworks.d.cts +7 -0
  47. package/dist/providers/fireworks.d.mts +7 -0
  48. package/dist/providers/fireworks.mjs +3792 -0
  49. package/dist/providers/google.cjs +972 -0
  50. package/dist/providers/google.d.cts +7 -0
  51. package/dist/providers/google.d.mts +7 -0
  52. package/dist/providers/google.mjs +970 -0
  53. package/dist/providers/groq.cjs +353 -0
  54. package/dist/providers/groq.d.cts +7 -0
  55. package/dist/providers/groq.d.mts +7 -0
  56. package/dist/providers/groq.mjs +351 -0
  57. package/dist/providers/huggingface.cjs +1022 -0
  58. package/dist/providers/huggingface.d.cts +7 -0
  59. package/dist/providers/huggingface.d.mts +7 -0
  60. package/dist/providers/huggingface.mjs +1020 -0
  61. package/dist/providers/meta.cjs +481 -0
  62. package/dist/providers/meta.d.cts +7 -0
  63. package/dist/providers/meta.d.mts +7 -0
  64. package/dist/providers/meta.mjs +479 -0
  65. package/dist/providers/minimax.cjs +156 -0
  66. package/dist/providers/minimax.d.cts +7 -0
  67. package/dist/providers/minimax.d.mts +7 -0
  68. package/dist/providers/minimax.mjs +154 -0
  69. package/dist/providers/mistral.cjs +1594 -0
  70. package/dist/providers/mistral.d.cts +7 -0
  71. package/dist/providers/mistral.d.mts +7 -0
  72. package/dist/providers/mistral.mjs +1592 -0
  73. package/dist/providers/moonshot.cjs +138 -0
  74. package/dist/providers/moonshot.d.cts +7 -0
  75. package/dist/providers/moonshot.d.mts +7 -0
  76. package/dist/providers/moonshot.mjs +136 -0
  77. package/dist/providers/nvidia.cjs +2040 -0
  78. package/dist/providers/nvidia.d.cts +7 -0
  79. package/dist/providers/nvidia.d.mts +7 -0
  80. package/dist/providers/nvidia.mjs +2038 -0
  81. package/dist/providers/ollama.cjs +326 -0
  82. package/dist/providers/ollama.d.cts +7 -0
  83. package/dist/providers/ollama.d.mts +7 -0
  84. package/dist/providers/ollama.mjs +324 -0
  85. package/dist/providers/openai.cjs +9079 -0
  86. package/dist/providers/openai.d.cts +7 -0
  87. package/dist/providers/openai.d.mts +7 -0
  88. package/dist/providers/openai.mjs +9077 -0
  89. package/dist/providers/opencode.cjs +367 -0
  90. package/dist/providers/opencode.d.cts +7 -0
  91. package/dist/providers/opencode.d.mts +7 -0
  92. package/dist/providers/opencode.mjs +365 -0
  93. package/dist/providers/openrouter.cjs +7835 -0
  94. package/dist/providers/openrouter.d.cts +7 -0
  95. package/dist/providers/openrouter.d.mts +7 -0
  96. package/dist/providers/openrouter.mjs +7833 -0
  97. package/dist/providers/perplexity.cjs +311 -0
  98. package/dist/providers/perplexity.d.cts +7 -0
  99. package/dist/providers/perplexity.d.mts +7 -0
  100. package/dist/providers/perplexity.mjs +309 -0
  101. package/dist/providers/qwen.cjs +835 -0
  102. package/dist/providers/qwen.d.cts +7 -0
  103. package/dist/providers/qwen.d.mts +7 -0
  104. package/dist/providers/qwen.mjs +833 -0
  105. package/dist/providers/together.cjs +360 -0
  106. package/dist/providers/together.d.cts +7 -0
  107. package/dist/providers/together.d.mts +7 -0
  108. package/dist/providers/together.mjs +358 -0
  109. package/dist/providers/vercel.cjs +4037 -0
  110. package/dist/providers/vercel.d.cts +7 -0
  111. package/dist/providers/vercel.d.mts +7 -0
  112. package/dist/providers/vercel.mjs +4035 -0
  113. package/dist/providers/vertex.cjs +1072 -0
  114. package/dist/providers/vertex.d.cts +7 -0
  115. package/dist/providers/vertex.d.mts +7 -0
  116. package/dist/providers/vertex.mjs +1070 -0
  117. package/dist/providers/xai.cjs +301 -0
  118. package/dist/providers/xai.d.cts +7 -0
  119. package/dist/providers/xai.d.mts +7 -0
  120. package/dist/providers/xai.mjs +299 -0
  121. package/dist/providers/zai.cjs +243 -0
  122. package/dist/providers/zai.d.cts +7 -0
  123. package/dist/providers/zai.d.mts +7 -0
  124. package/dist/providers/zai.mjs +241 -0
  125. package/dist/types.d.cts +186 -0
  126. package/dist/types.d.mts +186 -0
  127. package/package.json +14 -38
  128. package/README.md +0 -100
@@ -0,0 +1,1020 @@
1
+ //#region src/providers/huggingface.ts
2
+ const provider = {
3
+ "id": "huggingface",
4
+ "name": "Hugging Face",
5
+ "region": "US",
6
+ "url": "https://huggingface.co",
7
+ "api_url": "https://router.huggingface.co/v1",
8
+ "docs_url": "https://huggingface.co/docs/api-inference",
9
+ "pricing_url": "https://huggingface.co/pricing",
10
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M16.781 3.277c2.997 1.704 4.844 4.851 4.844 8.258 0 .995-.155 1.955-.443 2.857a1.332 1.332 0 011.125.4 1.41 1.41 0 01.2 1.723c.204.165.352.385.428.632l.017.062c.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.255.57-.893 1.018-2.128 1.5l-.202.078-.131.048c-.478.173-.89.295-1.061.345l-.086.024c-.89.243-1.808.375-2.732.394-1.32 0-2.3-.36-2.923-1.067a9.852 9.852 0 01-3.18.018C9.778 21.647 8.802 22 7.494 22a11.249 11.249 0 01-2.541-.343l-.221-.06-.273-.08a16.574 16.574 0 01-1.175-.405c-1.237-.483-1.875-.93-2.13-1.501-.186-.4-.151-.867.093-1.236a1.42 1.42 0 01-.2-1.166c.069-.273.226-.516.447-.694a1.41 1.41 0 01.2-1.722c.233-.248.557-.391.917-.407l.078-.001a9.385 9.385 0 01-.44-2.85c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0zM4.188 14.758c.125.687 2.357 2.35 2.14 2.707-.19.315-.796-.239-.948-.386l-.041-.04-.168-.147c-.561-.479-2.304-1.9-2.74-1.432-.43.46.119.859 1.055 1.42l.784.467.136.083c1.045.643 1.12.84.95 1.113-.188.295-3.07-2.1-3.34-1.083-.27 1.011 2.942 1.304 2.744 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725l.16.04.175.042c1.227.284 3.565.65 4.435-.604.673-.973.64-1.709-.248-2.61l-.057-.057c-.945-.928-1.495-2.288-1.495-2.288l-.017-.058-.025-.072c-.082-.22-.284-.639-.63-.584-.46.073-.798 1.21.12 1.933l.05.038c.977.721-.195 1.21-.573.534l-.058-.104-.143-.25c-.463-.799-1.282-2.111-1.739-2.397-.532-.332-.907-.148-.782.541zm14.842-.541c-.533.335-1.563 2.074-1.94 2.751a.613.613 0 01-.687.302.436.436 0 01-.176-.098.303.303 0 01-.049-.06l-.014-.028-.008-.02-.007-.019-.003-.013-.003-.017a.289.289 0 01-.004-.048c0-.12.071-.266.25-.427.026-.024.054-.047.084-.07l.047-.036c.022-.016.043-.032.063-.049.883-.71.573-1.81.131-1.917l-.031-.006-.056-.004a.368.368 0 00-.062.006l-.028.005-.042.014-.039.017-.028.015-.028.019-.036.027-.023.02c-.173.158-.273.428-.31.542l-.016.054s-.53 1.309-1.439 2.234l-.054.054c-.365.358-.596.69-.702 1.018-.143.437-.066.868.21 1.353.055.097.117.195.187.296.882 1.275 3.282.876 4.494.59l.286-.07.25-.074c.276-.084.736-.233 1.2-.42l.188-.077.065-.028.064-.028.124-.056.081-.038c.529-.252.964-.543.994-.827l.001-.036a.299.299 0 00-.037-.139c-.094-.176-.271-.212-.491-.168l-.045.01c-.044.01-.09.024-.136.04l-.097.035-.054.022c-.559.23-1.238.705-1.607.745h.006a.452.452 0 01-.05.003h-.024l-.024-.003-.023-.005c-.068-.016-.116-.06-.14-.142a.22.22 0 01-.005-.1c.062-.345.958-.595 1.713-.91l.066-.028c.528-.224.97-.483.985-.832v-.04a.47.47 0 00-.016-.098c-.048-.18-.175-.251-.36-.251-.785 0-2.55 1.36-2.92 1.36-.025 0-.048-.007-.058-.024a.6.6 0 01-.046-.088c-.1-.238.068-.462 1.06-1.066l.209-.126c.538-.32 1.01-.588 1.341-.831.29-.212.475-.406.503-.6l.003-.028c.008-.113-.038-.227-.147-.344a.266.266 0 00-.07-.054l-.034-.015-.013-.005a.403.403 0 00-.13-.02c-.162 0-.369.07-.595.18-.637.313-1.431.952-1.826 1.285l-.249.215-.033.033c-.08.078-.288.27-.493.386l-.071.037-.041.019a.535.535 0 01-.122.036h.005a.346.346 0 01-.031.003l.01-.001-.013.001c-.079.005-.145-.021-.19-.095a.113.113 0 01-.014-.065c.027-.465 2.034-1.991 2.152-2.642l.009-.048c.1-.65-.271-.817-.791-.493zM11.938 2.984c-4.798 0-8.688 3.829-8.688 8.55 0 .692.083 1.364.24 2.008l.008-.009c.252-.298.612-.46 1.017-.46.355.008.699.117.993.312.22.14.465.384.715.694.261-.372.69-.598 1.15-.605.852 0 1.367.728 1.562 1.383l.047.105.06.127c.192.396.595 1.139 1.143 1.68 1.06 1.04 1.324 2.115.8 3.266a8.865 8.865 0 002.024-.014c-.505-1.12-.26-2.17.74-3.186l.066-.066c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694a1.87 1.87 0 01.99-.312c.357 0 .682.126.925.36.14-.61.215-1.245.215-1.898 0-4.722-3.89-8.55-8.687-8.55zm1.857 8.926l.439-.212c.553-.264.89-.383.89.152 0 1.093-.771 3.208-3.155 3.262h-.184c-2.325-.052-3.116-2.06-3.156-3.175l-.001-.087c0-1.107 1.452.586 3.25.586.716 0 1.379-.272 1.917-.526zm4.017-3.143c.45 0 .813.358.813.8 0 .441-.364.8-.813.8a.806.806 0 01-.812-.8c0-.442.364-.8.812-.8zm-11.624 0c.448 0 .812.358.812.8 0 .441-.364.8-.812.8a.806.806 0 01-.813-.8c0-.442.364-.8.813-.8zm7.79-.841c.32-.384.846-.54 1.33-.394.483.146.83.564.878 1.06.048.495-.212.97-.659 1.203-.322.168-.447-.477-.767-.585l.002-.003c-.287-.098-.772.362-.925.079a1.215 1.215 0 01.14-1.36zm-4.323 0c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003c-.108.036-.194.134-.273.24l-.118.165c-.11.15-.22.262-.377.18a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394z\"/>\n</svg>",
11
+ "models": [
12
+ {
13
+ "id": "allenai/Olmo-3-7B-Instruct",
14
+ "name": "Olmo-3-7B-Instruct",
15
+ "created_by": "allenai",
16
+ "source": "official",
17
+ "last_updated": "2026-03-21",
18
+ "capabilities": { "streaming": true }
19
+ },
20
+ {
21
+ "id": "allenai/Olmo-3.1-32B-Instruct",
22
+ "name": "Olmo-3.1-32B-Instruct",
23
+ "created_by": "allenai",
24
+ "source": "official",
25
+ "last_updated": "2026-03-21",
26
+ "capabilities": { "streaming": true }
27
+ },
28
+ {
29
+ "id": "argilla/Llama-3.2-1B-Instruct-APIGen-FC-v0.1",
30
+ "name": "Llama-3.2-1B-Instruct-APIGen-FC-v0.1",
31
+ "created_by": "argilla",
32
+ "source": "official",
33
+ "last_updated": "2026-03-21",
34
+ "capabilities": { "streaming": true }
35
+ },
36
+ {
37
+ "id": "argilla-warehouse/Llama-3.2-1B-Instruct-v2-FC",
38
+ "name": "Llama-3.2-1B-Instruct-v2-FC",
39
+ "created_by": "argilla-warehouse",
40
+ "source": "official",
41
+ "last_updated": "2026-03-21",
42
+ "capabilities": { "streaming": true }
43
+ },
44
+ {
45
+ "id": "DeepMount00/Llama-3-8b-Ita",
46
+ "name": "Llama-3-8b-Ita",
47
+ "created_by": "deepmount00",
48
+ "source": "official",
49
+ "last_updated": "2026-03-21",
50
+ "capabilities": { "streaming": true }
51
+ },
52
+ {
53
+ "id": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
54
+ "name": "DeepSeek-R1-0528-Qwen3-8B",
55
+ "created_by": "deepseek",
56
+ "source": "official",
57
+ "last_updated": "2026-03-21",
58
+ "capabilities": { "streaming": true }
59
+ },
60
+ {
61
+ "id": "Efficient-Large-Model/gemma-2-2b-it",
62
+ "name": "gemma-2-2b-it",
63
+ "created_by": "efficient-large-model",
64
+ "source": "official",
65
+ "last_updated": "2026-03-21",
66
+ "family": "gemma-2",
67
+ "capabilities": { "streaming": true }
68
+ },
69
+ {
70
+ "id": "EssentialAI/rnj-1-instruct",
71
+ "name": "rnj-1-instruct",
72
+ "created_by": "essentialai",
73
+ "source": "official",
74
+ "last_updated": "2026-03-21",
75
+ "capabilities": { "streaming": true }
76
+ },
77
+ {
78
+ "id": "failspy/Meta-Llama-3-8B-Instruct-abliterated-v3",
79
+ "name": "Meta-Llama-3-8B-Instruct-abliterated-v3",
80
+ "created_by": "failspy",
81
+ "source": "official",
82
+ "last_updated": "2026-03-21",
83
+ "capabilities": { "streaming": true }
84
+ },
85
+ {
86
+ "id": "Featherless-Chat-Models/Mistral-7B-Instruct-v0.2",
87
+ "name": "Mistral-7B-Instruct-v0.2",
88
+ "created_by": "featherless-chat-models",
89
+ "source": "official",
90
+ "last_updated": "2026-03-21",
91
+ "capabilities": { "streaming": true }
92
+ },
93
+ {
94
+ "id": "FlagAlpha/Llama3-Chinese-8B-Instruct",
95
+ "name": "Llama3-Chinese-8B-Instruct",
96
+ "created_by": "flagalpha",
97
+ "source": "official",
98
+ "last_updated": "2026-03-21",
99
+ "capabilities": { "streaming": true }
100
+ },
101
+ {
102
+ "id": "google/gemma-2-2b-jpn-it",
103
+ "name": "gemma-2-2b-jpn-it",
104
+ "created_by": "google",
105
+ "source": "official",
106
+ "last_updated": "2026-03-21",
107
+ "family": "gemma-2",
108
+ "capabilities": { "streaming": true }
109
+ },
110
+ {
111
+ "id": "google/gemma-2-9b-it",
112
+ "name": "gemma-2-9b-it",
113
+ "created_by": "google",
114
+ "source": "official",
115
+ "last_updated": "2026-03-21",
116
+ "family": "gemma-2",
117
+ "capabilities": { "streaming": true }
118
+ },
119
+ {
120
+ "id": "GraySwanAI/Llama-3-8B-Instruct-RR",
121
+ "name": "Llama-3-8B-Instruct-RR",
122
+ "created_by": "grayswanai",
123
+ "source": "official",
124
+ "last_updated": "2026-03-21",
125
+ "capabilities": { "streaming": true }
126
+ },
127
+ {
128
+ "id": "GritLM/GritLM-7B",
129
+ "name": "GritLM-7B",
130
+ "created_by": "gritlm",
131
+ "source": "official",
132
+ "last_updated": "2026-03-21",
133
+ "capabilities": { "streaming": true }
134
+ },
135
+ {
136
+ "id": "huihui-ai/Qwen2.5-72B-Instruct-abliterated",
137
+ "name": "Qwen2.5-72B-Instruct-abliterated",
138
+ "created_by": "huihui-ai",
139
+ "source": "official",
140
+ "last_updated": "2026-03-21",
141
+ "capabilities": { "streaming": true }
142
+ },
143
+ {
144
+ "id": "instruction-pretrain/finance-Llama3-8B",
145
+ "name": "finance-Llama3-8B",
146
+ "created_by": "instruction-pretrain",
147
+ "source": "official",
148
+ "last_updated": "2026-03-21",
149
+ "capabilities": { "streaming": true }
150
+ },
151
+ {
152
+ "id": "Intel/neural-chat-7b-v3-3",
153
+ "name": "neural-chat-7b-v3-3",
154
+ "created_by": "intel",
155
+ "source": "official",
156
+ "last_updated": "2026-03-21",
157
+ "capabilities": { "streaming": true }
158
+ },
159
+ {
160
+ "id": "invalid-coder/Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp",
161
+ "name": "Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp",
162
+ "created_by": "invalid-coder",
163
+ "source": "official",
164
+ "last_updated": "2026-03-21",
165
+ "capabilities": { "streaming": true }
166
+ },
167
+ {
168
+ "id": "m8than/Mistral-Nemo-Instruct-2407-lenient-chatfix",
169
+ "name": "Mistral-Nemo-Instruct-2407-lenient-chatfix",
170
+ "created_by": "m8than",
171
+ "source": "official",
172
+ "last_updated": "2026-03-21",
173
+ "capabilities": { "streaming": true }
174
+ },
175
+ {
176
+ "id": "meta-llama/Llama-2-13b-chat-hf",
177
+ "name": "Llama-2-13b-chat-hf",
178
+ "created_by": "meta",
179
+ "source": "official",
180
+ "last_updated": "2026-03-21",
181
+ "capabilities": { "streaming": true }
182
+ },
183
+ {
184
+ "id": "meta-llama/Llama-3.1-70B-Instruct",
185
+ "name": "Llama-3.1-70B-Instruct",
186
+ "created_by": "meta",
187
+ "source": "official",
188
+ "last_updated": "2026-03-21",
189
+ "capabilities": { "streaming": true }
190
+ },
191
+ {
192
+ "id": "meta-llama/Llama-3.1-8B-Instruct",
193
+ "name": "Llama-3.1-8B-Instruct",
194
+ "created_by": "meta",
195
+ "source": "official",
196
+ "last_updated": "2026-03-21",
197
+ "capabilities": { "streaming": true }
198
+ },
199
+ {
200
+ "id": "meta-llama/Llama-3.2-1B-Instruct",
201
+ "name": "Llama-3.2-1B-Instruct",
202
+ "created_by": "meta",
203
+ "source": "official",
204
+ "last_updated": "2026-03-21",
205
+ "capabilities": { "streaming": true }
206
+ },
207
+ {
208
+ "id": "meta-llama/Llama-3.3-70B-Instruct",
209
+ "name": "Llama-3.3-70B-Instruct",
210
+ "created_by": "meta",
211
+ "source": "official",
212
+ "last_updated": "2026-03-21",
213
+ "capabilities": { "streaming": true }
214
+ },
215
+ {
216
+ "id": "meta-llama/Meta-Llama-3-70B-Instruct",
217
+ "name": "Meta-Llama-3-70B-Instruct",
218
+ "created_by": "meta",
219
+ "source": "official",
220
+ "last_updated": "2026-03-21",
221
+ "capabilities": { "streaming": true }
222
+ },
223
+ {
224
+ "id": "meta-llama/Meta-Llama-3-8B-Instruct",
225
+ "name": "Meta-Llama-3-8B-Instruct",
226
+ "created_by": "meta",
227
+ "source": "official",
228
+ "last_updated": "2026-03-21",
229
+ "capabilities": { "streaming": true }
230
+ },
231
+ {
232
+ "id": "mistralai/Mistral-7B-Instruct-v0.2",
233
+ "name": "Mistral-7B-Instruct-v0.2",
234
+ "created_by": "mistral",
235
+ "source": "official",
236
+ "last_updated": "2026-03-21",
237
+ "capabilities": { "streaming": true }
238
+ },
239
+ {
240
+ "id": "mlabonne/NeuralDaredevil-8B-abliterated",
241
+ "name": "NeuralDaredevil-8B-abliterated",
242
+ "created_by": "mlabonne",
243
+ "source": "official",
244
+ "last_updated": "2026-03-21",
245
+ "capabilities": { "streaming": true }
246
+ },
247
+ {
248
+ "id": "moonshotai/Kimi-K2-Instruct-0905",
249
+ "name": "Kimi-K2-Instruct-0905",
250
+ "created_by": "moonshot",
251
+ "source": "official",
252
+ "last_updated": "2026-03-21",
253
+ "capabilities": { "streaming": true }
254
+ },
255
+ {
256
+ "id": "moonshotai/Kimi-K2-Instruct",
257
+ "name": "Kimi-K2-Instruct",
258
+ "created_by": "moonshot",
259
+ "source": "official",
260
+ "last_updated": "2026-03-21",
261
+ "capabilities": { "streaming": true }
262
+ },
263
+ {
264
+ "id": "moonshotai/Kimi-K2-Thinking",
265
+ "name": "Kimi-K2-Thinking",
266
+ "created_by": "moonshot",
267
+ "source": "official",
268
+ "last_updated": "2026-03-21",
269
+ "capabilities": { "streaming": true }
270
+ },
271
+ {
272
+ "id": "NousResearch/Meta-Llama-3-70B-Instruct",
273
+ "name": "Meta-Llama-3-70B-Instruct",
274
+ "created_by": "nousresearch",
275
+ "source": "official",
276
+ "last_updated": "2026-03-21",
277
+ "capabilities": { "streaming": true }
278
+ },
279
+ {
280
+ "id": "NousResearch/Meta-Llama-3-8B-Instruct",
281
+ "name": "Meta-Llama-3-8B-Instruct",
282
+ "created_by": "nousresearch",
283
+ "source": "official",
284
+ "last_updated": "2026-03-21",
285
+ "capabilities": { "streaming": true }
286
+ },
287
+ {
288
+ "id": "NousResearch/Meta-Llama-3.1-8B-Instruct",
289
+ "name": "Meta-Llama-3.1-8B-Instruct",
290
+ "created_by": "nousresearch",
291
+ "source": "official",
292
+ "last_updated": "2026-03-21",
293
+ "capabilities": { "streaming": true }
294
+ },
295
+ {
296
+ "id": "nvidia/Llama-3.1-8B-Instruct-FP8",
297
+ "name": "Llama-3.1-8B-Instruct-FP8",
298
+ "created_by": "nvidia",
299
+ "source": "official",
300
+ "last_updated": "2026-03-21",
301
+ "capabilities": { "streaming": true }
302
+ },
303
+ {
304
+ "id": "openai/gpt-oss-120b",
305
+ "name": "gpt-oss-120b",
306
+ "created_by": "openai",
307
+ "source": "official",
308
+ "last_updated": "2026-03-21",
309
+ "family": "gpt-oss",
310
+ "capabilities": { "streaming": true }
311
+ },
312
+ {
313
+ "id": "openai/gpt-oss-20b",
314
+ "name": "gpt-oss-20b",
315
+ "created_by": "openai",
316
+ "source": "official",
317
+ "last_updated": "2026-03-21",
318
+ "family": "gpt-oss",
319
+ "capabilities": { "streaming": true }
320
+ },
321
+ {
322
+ "id": "openai/gpt-oss-safeguard-20b",
323
+ "name": "gpt-oss-safeguard-20b",
324
+ "created_by": "openai",
325
+ "source": "official",
326
+ "last_updated": "2026-03-21",
327
+ "family": "gpt-oss",
328
+ "capabilities": { "streaming": true },
329
+ "model_type": "moderation"
330
+ },
331
+ {
332
+ "id": "openchat/openchat-3.6-8b-20240522",
333
+ "name": "openchat-3.6-8b-20240522",
334
+ "created_by": "openchat",
335
+ "source": "official",
336
+ "last_updated": "2026-03-21",
337
+ "alias": "openchat/openchat-3.6-8b",
338
+ "capabilities": { "streaming": true }
339
+ },
340
+ {
341
+ "id": "openchat/openchat-3.6-8b",
342
+ "name": "openchat-3.6-8b-20240522",
343
+ "created_by": "openchat",
344
+ "source": "official",
345
+ "last_updated": "2026-03-21",
346
+ "capabilities": { "streaming": true },
347
+ "snapshots": ["openchat/openchat-3.6-8b-20240522"]
348
+ },
349
+ {
350
+ "id": "Orion-zhen/Qwen2.5-7B-Instruct-Uncensored",
351
+ "name": "Qwen2.5-7B-Instruct-Uncensored",
352
+ "created_by": "orion-zhen",
353
+ "source": "official",
354
+ "last_updated": "2026-03-21",
355
+ "capabilities": { "streaming": true }
356
+ },
357
+ {
358
+ "id": "PatronusAI/Llama-3-Patronus-Lynx-8B-Instruct-v1.1",
359
+ "name": "Llama-3-Patronus-Lynx-8B-Instruct-v1.1",
360
+ "created_by": "patronusai",
361
+ "source": "official",
362
+ "last_updated": "2026-03-21",
363
+ "capabilities": { "streaming": true }
364
+ },
365
+ {
366
+ "id": "Qwen/Qwen1.5-1.8B-Chat",
367
+ "name": "Qwen1.5-1.8B-Chat",
368
+ "created_by": "qwen",
369
+ "source": "official",
370
+ "last_updated": "2026-03-21",
371
+ "capabilities": { "streaming": true }
372
+ },
373
+ {
374
+ "id": "Qwen/Qwen2-1.5B-Instruct",
375
+ "name": "Qwen2-1.5B-Instruct",
376
+ "created_by": "qwen",
377
+ "source": "official",
378
+ "last_updated": "2026-03-21",
379
+ "capabilities": { "streaming": true }
380
+ },
381
+ {
382
+ "id": "Qwen/Qwen2-72B-Instruct",
383
+ "name": "Qwen2-72B-Instruct",
384
+ "created_by": "qwen",
385
+ "source": "official",
386
+ "last_updated": "2026-03-21",
387
+ "capabilities": { "streaming": true }
388
+ },
389
+ {
390
+ "id": "Qwen/Qwen2-7B-Instruct",
391
+ "name": "Qwen2-7B-Instruct",
392
+ "created_by": "qwen",
393
+ "source": "official",
394
+ "last_updated": "2026-03-21",
395
+ "capabilities": { "streaming": true }
396
+ },
397
+ {
398
+ "id": "Qwen/Qwen2.5-1.5B-Instruct",
399
+ "name": "Qwen2.5-1.5B-Instruct",
400
+ "created_by": "qwen",
401
+ "source": "official",
402
+ "last_updated": "2026-03-21",
403
+ "capabilities": { "streaming": true }
404
+ },
405
+ {
406
+ "id": "Qwen/Qwen2.5-14B-Instruct-1M",
407
+ "name": "Qwen2.5-14B-Instruct-1M",
408
+ "created_by": "qwen",
409
+ "source": "official",
410
+ "last_updated": "2026-03-21",
411
+ "capabilities": { "streaming": true }
412
+ },
413
+ {
414
+ "id": "Qwen/Qwen2.5-14B-Instruct",
415
+ "name": "Qwen2.5-14B-Instruct",
416
+ "created_by": "qwen",
417
+ "source": "official",
418
+ "last_updated": "2026-03-21",
419
+ "capabilities": { "streaming": true }
420
+ },
421
+ {
422
+ "id": "Qwen/Qwen2.5-32B-Instruct",
423
+ "name": "Qwen2.5-32B-Instruct",
424
+ "created_by": "qwen",
425
+ "source": "official",
426
+ "last_updated": "2026-03-21",
427
+ "capabilities": { "streaming": true }
428
+ },
429
+ {
430
+ "id": "Qwen/Qwen2.5-72B-Instruct",
431
+ "name": "Qwen2.5-72B-Instruct",
432
+ "created_by": "qwen",
433
+ "source": "official",
434
+ "last_updated": "2026-03-21",
435
+ "capabilities": { "streaming": true }
436
+ },
437
+ {
438
+ "id": "Qwen/Qwen2.5-7B-Instruct-1M",
439
+ "name": "Qwen2.5-7B-Instruct-1M",
440
+ "created_by": "qwen",
441
+ "source": "official",
442
+ "last_updated": "2026-03-21",
443
+ "capabilities": { "streaming": true }
444
+ },
445
+ {
446
+ "id": "Qwen/Qwen2.5-7B-Instruct",
447
+ "name": "Qwen2.5-7B-Instruct",
448
+ "created_by": "qwen",
449
+ "source": "official",
450
+ "last_updated": "2026-03-21",
451
+ "capabilities": { "streaming": true }
452
+ },
453
+ {
454
+ "id": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
455
+ "name": "Qwen2.5-Coder-1.5B-Instruct",
456
+ "created_by": "qwen",
457
+ "source": "official",
458
+ "last_updated": "2026-03-21",
459
+ "capabilities": { "streaming": true }
460
+ },
461
+ {
462
+ "id": "Qwen/Qwen2.5-Coder-1.5B",
463
+ "name": "Qwen2.5-Coder-1.5B",
464
+ "created_by": "qwen",
465
+ "source": "official",
466
+ "last_updated": "2026-03-21",
467
+ "capabilities": { "streaming": true }
468
+ },
469
+ {
470
+ "id": "Qwen/Qwen2.5-Coder-14B-Instruct",
471
+ "name": "Qwen2.5-Coder-14B-Instruct",
472
+ "created_by": "qwen",
473
+ "source": "official",
474
+ "last_updated": "2026-03-21",
475
+ "capabilities": { "streaming": true }
476
+ },
477
+ {
478
+ "id": "Qwen/Qwen2.5-Coder-14B",
479
+ "name": "Qwen2.5-Coder-14B",
480
+ "created_by": "qwen",
481
+ "source": "official",
482
+ "last_updated": "2026-03-21",
483
+ "capabilities": { "streaming": true }
484
+ },
485
+ {
486
+ "id": "Qwen/Qwen2.5-Coder-32B-Instruct",
487
+ "name": "Qwen2.5-Coder-32B-Instruct",
488
+ "created_by": "qwen",
489
+ "source": "official",
490
+ "last_updated": "2026-03-21",
491
+ "capabilities": { "streaming": true }
492
+ },
493
+ {
494
+ "id": "Qwen/Qwen2.5-Coder-32B",
495
+ "name": "Qwen2.5-Coder-32B",
496
+ "created_by": "qwen",
497
+ "source": "official",
498
+ "last_updated": "2026-03-21",
499
+ "capabilities": { "streaming": true }
500
+ },
501
+ {
502
+ "id": "Qwen/Qwen2.5-Coder-3B-Instruct",
503
+ "name": "Qwen2.5-Coder-3B-Instruct",
504
+ "created_by": "qwen",
505
+ "source": "official",
506
+ "last_updated": "2026-03-21",
507
+ "capabilities": { "streaming": true }
508
+ },
509
+ {
510
+ "id": "Qwen/Qwen2.5-Coder-7B-Instruct",
511
+ "name": "Qwen2.5-Coder-7B-Instruct",
512
+ "created_by": "qwen",
513
+ "source": "official",
514
+ "last_updated": "2026-03-21",
515
+ "capabilities": { "streaming": true }
516
+ },
517
+ {
518
+ "id": "Qwen/Qwen2.5-Coder-7B",
519
+ "name": "Qwen2.5-Coder-7B",
520
+ "created_by": "qwen",
521
+ "source": "official",
522
+ "last_updated": "2026-03-21",
523
+ "capabilities": { "streaming": true }
524
+ },
525
+ {
526
+ "id": "Qwen/Qwen2.5-Math-1.5B-Instruct",
527
+ "name": "Qwen2.5-Math-1.5B-Instruct",
528
+ "created_by": "qwen",
529
+ "source": "official",
530
+ "last_updated": "2026-03-21",
531
+ "capabilities": { "streaming": true }
532
+ },
533
+ {
534
+ "id": "Qwen/Qwen2.5-Math-7B-Instruct",
535
+ "name": "Qwen2.5-Math-7B-Instruct",
536
+ "created_by": "qwen",
537
+ "source": "official",
538
+ "last_updated": "2026-03-21",
539
+ "capabilities": { "streaming": true }
540
+ },
541
+ {
542
+ "id": "Qwen/Qwen3-1.7B",
543
+ "name": "Qwen3-1.7B",
544
+ "created_by": "qwen",
545
+ "source": "official",
546
+ "last_updated": "2026-03-21",
547
+ "capabilities": { "streaming": true }
548
+ },
549
+ {
550
+ "id": "Qwen/Qwen3-14B-Base",
551
+ "name": "Qwen3-14B-Base",
552
+ "created_by": "qwen",
553
+ "source": "official",
554
+ "last_updated": "2026-03-21",
555
+ "capabilities": { "streaming": true }
556
+ },
557
+ {
558
+ "id": "Qwen/Qwen3-14B",
559
+ "name": "Qwen3-14B",
560
+ "created_by": "qwen",
561
+ "source": "official",
562
+ "last_updated": "2026-03-21",
563
+ "capabilities": { "streaming": true }
564
+ },
565
+ {
566
+ "id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
567
+ "name": "Qwen3-235B-A22B-Instruct-2507",
568
+ "created_by": "qwen",
569
+ "source": "official",
570
+ "last_updated": "2026-03-21",
571
+ "alias": "Qwen/Qwen3-235B-A22B-Instruct",
572
+ "capabilities": { "streaming": true }
573
+ },
574
+ {
575
+ "id": "Qwen/Qwen3-235B-A22B-Instruct",
576
+ "name": "Qwen3-235B-A22B-Instruct-2507",
577
+ "created_by": "qwen",
578
+ "source": "official",
579
+ "last_updated": "2026-03-21",
580
+ "capabilities": { "streaming": true },
581
+ "snapshots": ["Qwen/Qwen3-235B-A22B-Instruct-2507"]
582
+ },
583
+ {
584
+ "id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
585
+ "name": "Qwen3-235B-A22B-Thinking-2507",
586
+ "created_by": "qwen",
587
+ "source": "official",
588
+ "last_updated": "2026-03-21",
589
+ "alias": "Qwen/Qwen3-235B-A22B-Thinking",
590
+ "capabilities": { "streaming": true }
591
+ },
592
+ {
593
+ "id": "Qwen/Qwen3-235B-A22B-Thinking",
594
+ "name": "Qwen3-235B-A22B-Thinking-2507",
595
+ "created_by": "qwen",
596
+ "source": "official",
597
+ "last_updated": "2026-03-21",
598
+ "capabilities": { "streaming": true },
599
+ "snapshots": ["Qwen/Qwen3-235B-A22B-Thinking-2507"]
600
+ },
601
+ {
602
+ "id": "Qwen/Qwen3-235B-A22B",
603
+ "name": "Qwen3-235B-A22B",
604
+ "created_by": "qwen",
605
+ "source": "official",
606
+ "last_updated": "2026-03-21",
607
+ "capabilities": { "streaming": true }
608
+ },
609
+ {
610
+ "id": "Qwen/Qwen3-30B-A3B-Instruct-2507",
611
+ "name": "Qwen3-30B-A3B-Instruct-2507",
612
+ "created_by": "qwen",
613
+ "source": "official",
614
+ "last_updated": "2026-03-21",
615
+ "alias": "Qwen/Qwen3-30B-A3B-Instruct",
616
+ "capabilities": { "streaming": true }
617
+ },
618
+ {
619
+ "id": "Qwen/Qwen3-30B-A3B-Instruct",
620
+ "name": "Qwen3-30B-A3B-Instruct-2507",
621
+ "created_by": "qwen",
622
+ "source": "official",
623
+ "last_updated": "2026-03-21",
624
+ "capabilities": { "streaming": true },
625
+ "snapshots": ["Qwen/Qwen3-30B-A3B-Instruct-2507"]
626
+ },
627
+ {
628
+ "id": "Qwen/Qwen3-30B-A3B",
629
+ "name": "Qwen3-30B-A3B",
630
+ "created_by": "qwen",
631
+ "source": "official",
632
+ "last_updated": "2026-03-21",
633
+ "capabilities": { "streaming": true }
634
+ },
635
+ {
636
+ "id": "Qwen/Qwen3-32B",
637
+ "name": "Qwen3-32B",
638
+ "created_by": "qwen",
639
+ "source": "official",
640
+ "last_updated": "2026-03-21",
641
+ "capabilities": { "streaming": true }
642
+ },
643
+ {
644
+ "id": "Qwen/Qwen3-4B-Instruct-2507",
645
+ "name": "Qwen3-4B-Instruct-2507",
646
+ "created_by": "qwen",
647
+ "source": "official",
648
+ "last_updated": "2026-03-21",
649
+ "alias": "Qwen/Qwen3-4B-Instruct",
650
+ "capabilities": { "streaming": true }
651
+ },
652
+ {
653
+ "id": "Qwen/Qwen3-4B-Instruct",
654
+ "name": "Qwen3-4B-Instruct-2507",
655
+ "created_by": "qwen",
656
+ "source": "official",
657
+ "last_updated": "2026-03-21",
658
+ "capabilities": { "streaming": true },
659
+ "snapshots": ["Qwen/Qwen3-4B-Instruct-2507"]
660
+ },
661
+ {
662
+ "id": "Qwen/Qwen3-4B-Thinking-2507",
663
+ "name": "Qwen3-4B-Thinking-2507",
664
+ "created_by": "qwen",
665
+ "source": "official",
666
+ "last_updated": "2026-03-21",
667
+ "alias": "Qwen/Qwen3-4B-Thinking",
668
+ "capabilities": { "streaming": true }
669
+ },
670
+ {
671
+ "id": "Qwen/Qwen3-4B-Thinking",
672
+ "name": "Qwen3-4B-Thinking-2507",
673
+ "created_by": "qwen",
674
+ "source": "official",
675
+ "last_updated": "2026-03-21",
676
+ "capabilities": { "streaming": true },
677
+ "snapshots": ["Qwen/Qwen3-4B-Thinking-2507"]
678
+ },
679
+ {
680
+ "id": "Qwen/Qwen3-8B-Base",
681
+ "name": "Qwen3-8B-Base",
682
+ "created_by": "qwen",
683
+ "source": "official",
684
+ "last_updated": "2026-03-21",
685
+ "capabilities": { "streaming": true }
686
+ },
687
+ {
688
+ "id": "Qwen/Qwen3-8B",
689
+ "name": "Qwen3-8B",
690
+ "created_by": "qwen",
691
+ "source": "official",
692
+ "last_updated": "2026-03-21",
693
+ "capabilities": { "streaming": true }
694
+ },
695
+ {
696
+ "id": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
697
+ "name": "Qwen3-Coder-30B-A3B-Instruct",
698
+ "created_by": "qwen",
699
+ "source": "official",
700
+ "last_updated": "2026-03-21",
701
+ "capabilities": { "streaming": true }
702
+ },
703
+ {
704
+ "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
705
+ "name": "Qwen3-Coder-480B-A35B-Instruct-FP8",
706
+ "created_by": "qwen",
707
+ "source": "official",
708
+ "last_updated": "2026-03-21",
709
+ "capabilities": { "streaming": true }
710
+ },
711
+ {
712
+ "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
713
+ "name": "Qwen3-Coder-480B-A35B-Instruct",
714
+ "created_by": "qwen",
715
+ "source": "official",
716
+ "last_updated": "2026-03-21",
717
+ "capabilities": { "streaming": true }
718
+ },
719
+ {
720
+ "id": "Qwen/Qwen3-Coder-Next-FP8",
721
+ "name": "Qwen3-Coder-Next-FP8",
722
+ "created_by": "qwen",
723
+ "source": "official",
724
+ "last_updated": "2026-03-21",
725
+ "capabilities": { "streaming": true }
726
+ },
727
+ {
728
+ "id": "Qwen/Qwen3-Coder-Next",
729
+ "name": "Qwen3-Coder-Next",
730
+ "created_by": "qwen",
731
+ "source": "official",
732
+ "last_updated": "2026-03-21",
733
+ "capabilities": { "streaming": true }
734
+ },
735
+ {
736
+ "id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
737
+ "name": "Qwen3-Next-80B-A3B-Instruct",
738
+ "created_by": "qwen",
739
+ "source": "official",
740
+ "last_updated": "2026-03-21",
741
+ "capabilities": { "streaming": true }
742
+ },
743
+ {
744
+ "id": "Qwen/Qwen3-Next-80B-A3B-Thinking",
745
+ "name": "Qwen3-Next-80B-A3B-Thinking",
746
+ "created_by": "qwen",
747
+ "source": "official",
748
+ "last_updated": "2026-03-21",
749
+ "capabilities": { "streaming": true }
750
+ },
751
+ {
752
+ "id": "RedHatAI/Meta-Llama-3-8B-Instruct-FP8-KV",
753
+ "name": "Meta-Llama-3-8B-Instruct-FP8-KV",
754
+ "created_by": "redhatai",
755
+ "source": "official",
756
+ "last_updated": "2026-03-21",
757
+ "capabilities": { "streaming": true }
758
+ },
759
+ {
760
+ "id": "SakanaAI/TinySwallow-1.5B-Instruct",
761
+ "name": "TinySwallow-1.5B-Instruct",
762
+ "created_by": "sakanaai",
763
+ "source": "official",
764
+ "last_updated": "2026-03-21",
765
+ "capabilities": { "streaming": true }
766
+ },
767
+ {
768
+ "id": "speakleash/Bielik-7B-Instruct-v0.1",
769
+ "name": "Bielik-7B-Instruct-v0.1",
770
+ "created_by": "speakleash",
771
+ "source": "official",
772
+ "last_updated": "2026-03-21",
773
+ "capabilities": { "streaming": true }
774
+ },
775
+ {
776
+ "id": "swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA",
777
+ "name": "LLaMAntino-3-ANITA-8B-Inst-DPO-ITA",
778
+ "created_by": "swap-uniba",
779
+ "source": "official",
780
+ "last_updated": "2026-03-21",
781
+ "capabilities": { "streaming": true }
782
+ },
783
+ {
784
+ "id": "swiss-ai/Apertus-8B-Instruct-2509",
785
+ "name": "Apertus-8B-Instruct-2509",
786
+ "created_by": "swiss-ai",
787
+ "source": "official",
788
+ "last_updated": "2026-03-21",
789
+ "alias": "swiss-ai/Apertus-8B-Instruct",
790
+ "capabilities": { "streaming": true }
791
+ },
792
+ {
793
+ "id": "swiss-ai/Apertus-8B-Instruct",
794
+ "name": "Apertus-8B-Instruct-2509",
795
+ "created_by": "swiss-ai",
796
+ "source": "official",
797
+ "last_updated": "2026-03-21",
798
+ "capabilities": { "streaming": true },
799
+ "snapshots": ["swiss-ai/Apertus-8B-Instruct-2509"]
800
+ },
801
+ {
802
+ "id": "tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1",
803
+ "name": "Llama-3-Swallow-8B-Instruct-v0.1",
804
+ "created_by": "tokyotech-llm",
805
+ "source": "official",
806
+ "last_updated": "2026-03-21",
807
+ "capabilities": { "streaming": true }
808
+ },
809
+ {
810
+ "id": "tokyotech-llm/Llama-3.1-Swallow-8B-Instruct-v0.5",
811
+ "name": "Llama-3.1-Swallow-8B-Instruct-v0.5",
812
+ "created_by": "tokyotech-llm",
813
+ "source": "official",
814
+ "last_updated": "2026-03-21",
815
+ "capabilities": { "streaming": true }
816
+ },
817
+ {
818
+ "id": "unsloth/gemma-2-9b-it",
819
+ "name": "gemma-2-9b-it",
820
+ "created_by": "unsloth",
821
+ "source": "official",
822
+ "last_updated": "2026-03-21",
823
+ "family": "gemma-2",
824
+ "capabilities": { "streaming": true }
825
+ },
826
+ {
827
+ "id": "unsloth/llama-3-8b-Instruct",
828
+ "name": "llama-3-8b-Instruct",
829
+ "created_by": "unsloth",
830
+ "source": "official",
831
+ "last_updated": "2026-03-21",
832
+ "family": "llama-3",
833
+ "capabilities": { "streaming": true }
834
+ },
835
+ {
836
+ "id": "unsloth/Llama-3.1-8B-Instruct",
837
+ "name": "Llama-3.1-8B-Instruct",
838
+ "created_by": "unsloth",
839
+ "source": "official",
840
+ "last_updated": "2026-03-21",
841
+ "capabilities": { "streaming": true }
842
+ },
843
+ {
844
+ "id": "unsloth/Meta-Llama-3.1-8B-Instruct",
845
+ "name": "Meta-Llama-3.1-8B-Instruct",
846
+ "created_by": "unsloth",
847
+ "source": "official",
848
+ "last_updated": "2026-03-21",
849
+ "capabilities": { "streaming": true }
850
+ },
851
+ {
852
+ "id": "unsloth/Mistral-Small-24B-Instruct-2501",
853
+ "name": "Mistral-Small-24B-Instruct-2501",
854
+ "created_by": "unsloth",
855
+ "source": "official",
856
+ "last_updated": "2026-03-21",
857
+ "alias": "unsloth/Mistral-Small-24B-Instruct",
858
+ "capabilities": { "streaming": true }
859
+ },
860
+ {
861
+ "id": "unsloth/Mistral-Small-24B-Instruct",
862
+ "name": "Mistral-Small-24B-Instruct-2501",
863
+ "created_by": "unsloth",
864
+ "source": "official",
865
+ "last_updated": "2026-03-21",
866
+ "capabilities": { "streaming": true },
867
+ "snapshots": ["unsloth/Mistral-Small-24B-Instruct-2501"]
868
+ },
869
+ {
870
+ "id": "unsloth/Qwen2.5-14B-Instruct",
871
+ "name": "Qwen2.5-14B-Instruct",
872
+ "created_by": "unsloth",
873
+ "source": "official",
874
+ "last_updated": "2026-03-21",
875
+ "capabilities": { "streaming": true }
876
+ },
877
+ {
878
+ "id": "unsloth/Qwen2.5-32B-Instruct",
879
+ "name": "Qwen2.5-32B-Instruct",
880
+ "created_by": "unsloth",
881
+ "source": "official",
882
+ "last_updated": "2026-03-21",
883
+ "capabilities": { "streaming": true }
884
+ },
885
+ {
886
+ "id": "unsloth/Qwen2.5-7B-Instruct",
887
+ "name": "Qwen2.5-7B-Instruct",
888
+ "created_by": "unsloth",
889
+ "source": "official",
890
+ "last_updated": "2026-03-21",
891
+ "capabilities": { "streaming": true }
892
+ },
893
+ {
894
+ "id": "unsloth/Qwen2.5-Coder-32B-Instruct",
895
+ "name": "Qwen2.5-Coder-32B-Instruct",
896
+ "created_by": "unsloth",
897
+ "source": "official",
898
+ "last_updated": "2026-03-21",
899
+ "capabilities": { "streaming": true }
900
+ },
901
+ {
902
+ "id": "unsloth/Qwen3-8B",
903
+ "name": "Qwen3-8B",
904
+ "created_by": "unsloth",
905
+ "source": "official",
906
+ "last_updated": "2026-03-21",
907
+ "capabilities": { "streaming": true }
908
+ },
909
+ {
910
+ "id": "unsloth/tinyllama-chat",
911
+ "name": "tinyllama-chat",
912
+ "created_by": "unsloth",
913
+ "source": "official",
914
+ "last_updated": "2026-03-21",
915
+ "capabilities": { "streaming": true }
916
+ },
917
+ {
918
+ "id": "VAGOsolutions/Llama-3-SauerkrautLM-8b-Instruct",
919
+ "name": "Llama-3-SauerkrautLM-8b-Instruct",
920
+ "created_by": "vagosolutions",
921
+ "source": "official",
922
+ "last_updated": "2026-03-21",
923
+ "capabilities": { "streaming": true }
924
+ },
925
+ {
926
+ "id": "zai-org/GLM-4-9B-0414",
927
+ "name": "GLM-4-9B-0414",
928
+ "created_by": "zhipu",
929
+ "source": "official",
930
+ "last_updated": "2026-03-21",
931
+ "capabilities": { "streaming": true }
932
+ },
933
+ {
934
+ "id": "zai-org/GLM-4.5-Air-FP8",
935
+ "name": "GLM-4.5-Air-FP8",
936
+ "created_by": "zhipu",
937
+ "source": "official",
938
+ "last_updated": "2026-03-21",
939
+ "capabilities": { "streaming": true }
940
+ },
941
+ {
942
+ "id": "zai-org/GLM-4.5-Air",
943
+ "name": "GLM-4.5-Air",
944
+ "created_by": "zhipu",
945
+ "source": "official",
946
+ "last_updated": "2026-03-21",
947
+ "capabilities": { "streaming": true }
948
+ },
949
+ {
950
+ "id": "zai-org/GLM-4.5",
951
+ "name": "GLM-4.5",
952
+ "created_by": "zhipu",
953
+ "source": "official",
954
+ "last_updated": "2026-03-21",
955
+ "capabilities": { "streaming": true }
956
+ },
957
+ {
958
+ "id": "zai-org/GLM-4.6-FP8",
959
+ "name": "GLM-4.6-FP8",
960
+ "created_by": "zhipu",
961
+ "source": "official",
962
+ "last_updated": "2026-03-21",
963
+ "capabilities": { "streaming": true }
964
+ },
965
+ {
966
+ "id": "zai-org/GLM-4.6",
967
+ "name": "GLM-4.6",
968
+ "created_by": "zhipu",
969
+ "source": "official",
970
+ "last_updated": "2026-03-21",
971
+ "capabilities": { "streaming": true }
972
+ },
973
+ {
974
+ "id": "zai-org/GLM-4.7-Flash",
975
+ "name": "GLM-4.7-Flash",
976
+ "created_by": "zhipu",
977
+ "source": "official",
978
+ "last_updated": "2026-03-21",
979
+ "capabilities": { "streaming": true }
980
+ },
981
+ {
982
+ "id": "zai-org/GLM-4.7-FP8",
983
+ "name": "GLM-4.7-FP8",
984
+ "created_by": "zhipu",
985
+ "source": "official",
986
+ "last_updated": "2026-03-21",
987
+ "capabilities": { "streaming": true }
988
+ },
989
+ {
990
+ "id": "zai-org/GLM-4.7",
991
+ "name": "GLM-4.7",
992
+ "created_by": "zhipu",
993
+ "source": "official",
994
+ "last_updated": "2026-03-21",
995
+ "capabilities": { "streaming": true }
996
+ },
997
+ {
998
+ "id": "zai-org/GLM-5",
999
+ "name": "GLM-5",
1000
+ "created_by": "zhipu",
1001
+ "source": "official",
1002
+ "last_updated": "2026-03-21",
1003
+ "capabilities": { "streaming": true }
1004
+ },
1005
+ {
1006
+ "id": "zai-org/GLM-Z1-32B-0414",
1007
+ "name": "GLM-Z1-32B-0414",
1008
+ "created_by": "zhipu",
1009
+ "source": "official",
1010
+ "last_updated": "2026-03-21",
1011
+ "capabilities": { "streaming": true }
1012
+ }
1013
+ ]
1014
+ };
1015
+ const models = provider.models.map((m) => ({
1016
+ ...m,
1017
+ provider: provider.id
1018
+ }));
1019
+ //#endregion
1020
+ export { models, provider };