@@ -9,6 +9,27 @@ Hugging Face’s Inference Providers give developers streamlined, unified access
99
1010To learn more about the launch of Inference Providers, check out our [ announcement blog post] ( https://huggingface.co/blog/inference-providers ) .
1111
12+ ## Partners
13+
14+ Here is the complete list of partners integrated with Inference Providers, and the supported tasks for each of them:
15+
16+ | Provider | Chat completion (LLM) | Chat completion (VLM) | Feature Extraction | Text to Image | Text to video |
17+ | ---------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: |
18+ | [ Cerebras] ( ./providers/cerebras ) | ✅ | | | | |
19+ | [ Cohere] ( ./providers/cohere ) | ✅ | ✅ | | | |
20+ | [ Fal AI] ( ./providers/fal-ai ) | | | | ✅ | ✅ |
21+ | [ Featherless AI] ( ./providers/featherless-ai ) | ✅ | ✅ | | | |
22+ | [ Fireworks] ( ./providers/fireworks-ai ) | ✅ | ✅ | | | |
23+ | [ Groq] ( ./providers/groq ) | ✅ | | | | |
24+ | [ HF Inference] ( ./providers/hf-inference ) | ✅ | ✅ | ✅ | ✅ | |
25+ | [ Hyperbolic] ( ./providers/hyperbolic ) | ✅ | ✅ | | | |
26+ | [ Nebius] ( ./providers/nebius ) | ✅ | ✅ | ✅ | ✅ | |
27+ | [ Novita] ( ./providers/novita ) | ✅ | ✅ | | | ✅ |
28+ | [ Nscale] ( ./providers/nscale ) | ✅ | ✅ | | ✅ | |
29+ | [ Replicate] ( ./providers/replicate ) | | | | ✅ | ✅ |
30+ | [ SambaNova] ( ./providers/sambanova ) | ✅ | | ✅ | | |
31+ | [ Together] ( ./providers/together ) | ✅ | ✅ | | ✅ | |
32+
1233## Why use Inference Providers?
1334
1435Inference Providers offers a fast and simple way to explore thousands of models for a variety of tasks. Whether you're experimenting with ML capabilities or building a new application, this API gives you instant access to high-performing models across multiple domains:
@@ -34,27 +55,6 @@ To get started quickly with [Chat Completion models](http://huggingface.co/model
3455
3556<a href =" https://huggingface.co/playground " target =" blank " ><img src =" https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/9_Tgf0Tv65srhBirZQMTp.png " style =" max-width : 550px ; width : 100% ;" /></a >
3657
37- ## Partners
38-
39- Here is the complete list of partners integrated with Inference Providers, and the supported tasks for each of them:
40-
41- | Provider | Chat completion (LLM) | Chat completion (VLM) | Feature Extraction | Text to Image | Text to video |
42- | ---------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: |
43- | [ Cerebras] ( ./providers/cerebras ) | ✅ | | | | |
44- | [ Cohere] ( ./providers/cohere ) | ✅ | ✅ | | | |
45- | [ Fal AI] ( ./providers/fal-ai ) | | | | ✅ | ✅ |
46- | [ Featherless AI] ( ./providers/featherless-ai ) | ✅ | ✅ | | | |
47- | [ Fireworks] ( ./providers/fireworks-ai ) | ✅ | ✅ | | | |
48- | [ Groq] ( ./providers/groq ) | ✅ | | | | |
49- | [ HF Inference] ( ./providers/hf-inference ) | ✅ | ✅ | ✅ | ✅ | |
50- | [ Hyperbolic] ( ./providers/hyperbolic ) | ✅ | ✅ | | | |
51- | [ Nebius] ( ./providers/nebius ) | ✅ | ✅ | ✅ | ✅ | |
52- | [ Novita] ( ./providers/novita ) | ✅ | ✅ | | | ✅ |
53- | [ Nscale] ( ./providers/nscale ) | ✅ | ✅ | | ✅ | |
54- | [ Replicate] ( ./providers/replicate ) | | | | ✅ | ✅ |
55- | [ SambaNova] ( ./providers/sambanova ) | ✅ | | ✅ | | |
56- | [ Together] ( ./providers/together ) | ✅ | ✅ | | ✅ | |
57-
5858## Get Started
5959
6060You can use Inference Providers with your preferred tools, such as Python, JavaScript, or cURL. To simplify integration, we offer both a Python SDK (` huggingface_hub ` ) and a JavaScript SDK (` huggingface.js ` ).
0 commit comments