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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Currently, we support the following providers:
56
56
-[Sambanova](https://sambanova.ai)
57
57
-[Together](https://together.xyz)
58
58
-[Blackforestlabs](https://blackforestlabs.ai)
59
+
-[Cohere](https://cohere.com)
59
60
60
61
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.
61
62
```ts
@@ -80,6 +81,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)
84
86
85
87
❗**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