jonaschua commited on
Commit
1be10ed
·
verified ·
1 Parent(s): 22bf8fa

Update providers

Browse files
Files changed (1) hide show
  1. providers +3 -1
providers CHANGED
@@ -1 +1,3 @@
1
- provider (str, optional) — Name of the provider to use for inference. Can be "black-forest-labs", "fal-ai", "fireworks-ai", "hf-inference", "hyperbolic", "nebius", "novita", "replicate", “sambanova”or“together”. defaults to hf-inference (Hugging Face Serverless Inference API). If model is a URL or base_urlis passed, thenprovider` is not used.
 
 
 
1
+ provider (str, optional) — Name of the provider to use for inference. Can be "black-forest-labs", "fal-ai", "fireworks-ai", "hf-inference",
2
+ "hyperbolic", "nebius", "novita", "replicate", “sambanova”or“together”. defaults to hf-inference (Hugging Face Serverless Inference API).
3
+ If model is a URL or base_urlis passed, thenprovider` is not used.