-
Notifications
You must be signed in to change notification settings - Fork 374
[inference providers] reorder menu #1876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,42 +6,9 @@ | |
| title: Pricing and Billing | ||
| - local: hub-integration | ||
| title: Hub integration | ||
| - local: register-as-a-provider | ||
| title: Register as an Inference Provider | ||
| - local: security | ||
| title: Security | ||
|
|
||
| - title: Providers | ||
| sections: | ||
| - local: providers/cerebras | ||
| title: Cerebras | ||
| - local: providers/cohere | ||
| title: Cohere | ||
| - local: providers/fal-ai | ||
| title: Fal AI | ||
| - local: providers/featherless-ai | ||
| title: Featherless AI | ||
| - local: providers/fireworks-ai | ||
| title: Fireworks | ||
| - local: providers/groq | ||
| title: Groq | ||
| - local: providers/hyperbolic | ||
| title: Hyperbolic | ||
| - local: providers/hf-inference | ||
| title: HF Inference | ||
| - local: providers/nebius | ||
| title: Nebius | ||
| - local: providers/novita | ||
| title: Novita | ||
| - local: providers/nscale | ||
| title: Nscale | ||
| - local: providers/replicate | ||
| title: Replicate | ||
| - local: providers/sambanova | ||
| title: SambaNova | ||
| - local: providers/together | ||
| title: Together | ||
|
|
||
| - title: Guides | ||
| sections: | ||
| - local: guides/first-api-call | ||
|
|
@@ -55,13 +22,8 @@ | |
| - local: guides/gpt-oss | ||
| title: How to use OpenAI gpt-oss | ||
|
|
||
|
|
||
| - title: API Reference | ||
| - title: Tasks | ||
| sections: | ||
| - local: tasks/index | ||
| title: Index | ||
| - local: hub-api | ||
| title: Hub API | ||
| - title: Popular Tasks | ||
| sections: | ||
| - local: tasks/chat-completion | ||
|
|
@@ -73,7 +35,7 @@ | |
| - local: tasks/text-to-video | ||
| title: Text to Video | ||
| - title: Other Tasks | ||
| isExpanded: false | ||
| isExpanded: False | ||
| sections: | ||
| - local: tasks/audio-classification | ||
| title: Audio Classification | ||
|
|
@@ -106,4 +68,45 @@ | |
| - local: tasks/translation | ||
| title: Translation | ||
| - local: tasks/zero-shot-classification | ||
| title: Zero Shot Classification | ||
| title: Zero Shot Classification | ||
|
|
||
| - title: Providers | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no strong opinion whether to have "providers" below or above "tasks". Previous logic was to display our partners prominently but fine with moving them down if you prefer There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fine for me as well as long as Providers are not too hidden. Given Tasks is short, i'm fine with it being above |
||
| sections: | ||
| - local: providers/cerebras | ||
| title: Cerebras | ||
| - local: providers/cohere | ||
| title: Cohere | ||
| - local: providers/fal-ai | ||
| title: Fal AI | ||
| - local: providers/featherless-ai | ||
| title: Featherless AI | ||
| - local: providers/fireworks-ai | ||
| title: Fireworks | ||
| - local: providers/groq | ||
| title: Groq | ||
| - local: providers/hyperbolic | ||
| title: Hyperbolic | ||
| - local: providers/hf-inference | ||
| title: HF Inference | ||
| - local: providers/nebius | ||
| title: Nebius | ||
| - local: providers/novita | ||
| title: Novita | ||
| - local: providers/nscale | ||
| title: Nscale | ||
| - local: providers/replicate | ||
| title: Replicate | ||
| - local: providers/sambanova | ||
| title: SambaNova | ||
| - local: providers/together | ||
| title: Together | ||
|
|
||
| - title: API Reference | ||
| sections: | ||
| - local: tasks/index | ||
| title: Index | ||
| - local: hub-api | ||
| title: Hub API | ||
|
|
||
| - local: register-as-a-provider | ||
| title: Register as an Inference Provider | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would also put the task guides (like "chat completion", "text-to-image") below the guides, rather than below the individual providers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that would mean moving the API reference up? That's in here: 913c9d3
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, technically I only consider the "index" and "hub API" to be API reference, those can indeed be the final section. However the "popular tasks" like "chat completion", "feature extraction" etc. aren't API reference to me (they explain the various tasks, so they belong to "guides" imo rather than "API reference")
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. That makes sense to me. I'll order it as you suggest and then hang on for another review, just because it's moved around a few times already.
it's in 77b8230