You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/inference/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Your access token should be kept private. If you need to protect it in front-end
46
46
47
47
You can send inference requests to third-party providers with the inference client.
48
48
49
-
Currently, we support the following providers: [Fal.ai](https://fal.ai), [Replicate](https://replicate.com), [Together](https://together.xyz) and [Sambanova](https://sambanova.ai).
49
+
Currently, we support the following providers: [Fal.ai](https://fal.ai), [Replicate](https://replicate.com), [Together](https://together.xyz), [Sambanova](https://sambanova.ai) and [Hyperbolic](https://hyperbolic.xyz).
50
50
51
51
To send requests to a third-party provider, you have to pass the `provider` parameter to the inference function. Make sure your request is authenticated with an access token.
52
52
```ts
@@ -68,6 +68,7 @@ Only a subset of models are supported when requesting third-party providers. You
-[HF Inference API (serverless)](https://huggingface.co/models?inference=warm&sort=trending)
72
73
73
74
❗**Important note:** To be compatible, the third-party API must adhere to the "standard" shape API we expect on HF model pages for each pipeline task type.
0 commit comments