From 08fa8668c407d0703035da924d5b80dcb90a03b8 Mon Sep 17 00:00:00 2001 From: burtenshaw Date: Tue, 19 Aug 2025 19:44:17 +0200 Subject: [PATCH 1/4] reorder menu in inference providers --- docs/inference-providers/_toctree.yml | 36 +++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 23a7c71f7e..6153c0751b 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -6,11 +6,22 @@ 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: Guides + sections: + - local: guides/first-api-call + title: Your First API Call + - local: guides/building-first-app + title: Building Your First AI App + - local: guides/structured-output + title: Structured Outputs with LLMs + - local: guides/function-calling + title: Function Calling + - local: guides/gpt-oss + title: How to use OpenAI gpt-oss + - title: Providers sections: - local: providers/cerebras @@ -42,20 +53,6 @@ - local: providers/together title: Together -- title: Guides - sections: - - local: guides/first-api-call - title: Your First API Call - - local: guides/building-first-app - title: Building Your First AI App - - local: guides/structured-output - title: Structured Outputs with LLMs - - local: guides/function-calling - title: Function Calling - - local: guides/gpt-oss - title: How to use OpenAI gpt-oss - - - title: API Reference sections: - local: tasks/index @@ -73,7 +70,7 @@ - local: tasks/text-to-video title: Text to Video - title: Other Tasks - isExpanded: false + isExpanded: true sections: - local: tasks/audio-classification title: Audio Classification @@ -106,4 +103,7 @@ - local: tasks/translation title: Translation - local: tasks/zero-shot-classification - title: Zero Shot Classification \ No newline at end of file + title: Zero Shot Classification + +- local: register-as-a-provider + title: Register as an Inference Provider \ No newline at end of file From 913c9d35419b029ba931081653c1f3362b86dbdd Mon Sep 17 00:00:00 2001 From: burtenshaw Date: Tue, 19 Aug 2025 20:13:27 +0200 Subject: [PATCH 2/4] move api reference up --- docs/inference-providers/_toctree.yml | 62 +++++++++++++-------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 6153c0751b..1b2064be85 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -22,37 +22,6 @@ - local: guides/gpt-oss title: How to use OpenAI gpt-oss -- 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: API Reference sections: - local: tasks/index @@ -104,6 +73,37 @@ title: Translation - local: tasks/zero-shot-classification title: Zero Shot Classification + +- 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 - local: register-as-a-provider title: Register as an Inference Provider \ No newline at end of file From 77b82305f42bb27cdf59e2fca26c4d839f635a98 Mon Sep 17 00:00:00 2001 From: burtenshaw Date: Wed, 20 Aug 2025 11:44:17 +0200 Subject: [PATCH 3/4] only move tasks up and leave api reference below providers --- docs/inference-providers/_toctree.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 1b2064be85..ec7372bbec 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -22,12 +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 @@ -39,7 +35,7 @@ - local: tasks/text-to-video title: Text to Video - title: Other Tasks - isExpanded: true + isExpanded: False sections: - local: tasks/audio-classification title: Audio Classification @@ -73,7 +69,7 @@ title: Translation - local: tasks/zero-shot-classification title: Zero Shot Classification - + - title: Providers sections: - local: providers/cerebras @@ -105,5 +101,12 @@ - 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 \ No newline at end of file From 8c20e7824a1075acf3d46f3dc54cb074389d9d92 Mon Sep 17 00:00:00 2001 From: burtenshaw Date: Mon, 25 Aug 2025 14:36:18 +0200 Subject: [PATCH 4/4] use Inference Tasks and Hub API --- docs/inference-providers/_toctree.yml | 29 +++++++++++---------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index ec7372bbec..c01024e2c6 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -22,18 +22,17 @@ - local: guides/gpt-oss title: How to use OpenAI gpt-oss -- title: Tasks +- local: tasks/index + title: Inference Tasks sections: - - title: Popular Tasks - sections: - - local: tasks/chat-completion - title: Chat Completion - - local: tasks/feature-extraction - title: Feature Extraction - - local: tasks/text-to-image - title: Text to Image - - local: tasks/text-to-video - title: Text to Video + - local: tasks/chat-completion + title: Chat Completion + - local: tasks/feature-extraction + title: Feature Extraction + - local: tasks/text-to-image + title: Text to Image + - local: tasks/text-to-video + title: Text to Video - title: Other Tasks isExpanded: False sections: @@ -101,12 +100,8 @@ - local: providers/together title: Together -- title: API Reference - sections: - - local: tasks/index - title: Index - - local: hub-api - title: Hub API +- local: hub-api + title: Hub API - local: register-as-a-provider title: Register as an Inference Provider \ No newline at end of file