[Inference Providers] advertize :cheapest and :fastest - #2025
Merged
Conversation
SBrandeis
requested review from
Vaibhavs10,
Wauplin,
burtenshaw,
davanstrien,
gary149,
hanouticelina and
julien-c
October 30, 2025 09:51
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Vaibhavs10
approved these changes
Oct 30, 2025
Vaibhavs10
left a comment
Contributor
There was a problem hiding this comment.
LGTM! do we show this on the UI somewhere?
Co-authored-by: vb <vaibhavs10@gmail.com>
Contributor
Author
Working on it! |
davanstrien
approved these changes
Oct 30, 2025
davanstrien
left a comment
Member
There was a problem hiding this comment.
This is very nice! Will also add links to this feature in some other external docs
pcuenca
reviewed
Oct 30, 2025
| - `provider: "auto"` (default): Selects the first available provider for the model, sorted by your preference order in [Inference Provider settings](https://hf.co/settings/inference-providers) | ||
| - `provider: "specific-provider"`: Forces use of a specific provider (e.g., "together", "replicate", "fal-ai", ...) | ||
| - `provider: "auto"` (default): Selects the first available provider for the model, sorted by your preference order in [Inference Provider settings](https://hf.co/settings/inference-providers). | ||
| - `provider: "specific-provider"`: Forces use of a specific provider (e.g., "together", "replicate", "fal-ai", ...). |
Member
There was a problem hiding this comment.
Do we need to specify cheapest or fastest here as well?
pcuenca
approved these changes
Oct 30, 2025
Contributor
Author
It selected the provider with the highest throughput, as listed in the provider comparison table The values there are dynamic and evaluated ~once a day |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Advertize the
:cheapestand: fastestsuffix to fine-tune the auto provider selection policy