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
provider: "sambanova", // or together, fal-ai, replicate, cohere …
43
43
});
44
44
45
45
awaitinference.textToImage({
46
46
model: "black-forest-labs/FLUX.1-dev",
47
+
provider: "replicate",
47
48
inputs: "a picture of a green bird",
48
49
});
49
50
@@ -54,7 +55,7 @@ await inference.textToImage({
54
55
55
56
This is a collection of JS libraries to interact with the Hugging Face API, with TS types included.
56
57
57
-
-[@huggingface/inference](packages/inference/README.md): Use HF Inference API (serverless), Inference Endpoints (dedicated) and third-party Inference Providers to make calls to 100,000+ Machine Learning models
58
+
-[@huggingface/inference](packages/inference/README.md): Use HF Inference API (serverless), Inference Endpoints (dedicated) and all supported Inference Providers to make calls to 100,000+ Machine Learning models
58
59
-[@huggingface/hub](packages/hub/README.md): Interact with huggingface.co to create or delete repos and commit / download files
59
60
-[@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface
60
61
-[@huggingface/gguf](packages/gguf/README.md): A GGUF parser that works on remotely hosted files.
0 commit comments