Skip to content

Commit 2e9e714

Browse files
Update Inference Providers documentation (automated) (#2572)
Co-authored-by: Wauplin <11801849+Wauplin@users.noreply.github.com>
1 parent a77bf63 commit 2e9e714

17 files changed

Lines changed: 18 additions & 28 deletions

docs/inference-providers/providers/cohere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
5959

6060
<InferenceSnippet
6161
pipeline=image-text-to-text
62-
providersMapping={ {"cohere":{"modelId":"CohereLabs/command-a-vision-07-2025","providerModelId":"command-a-vision-07-2025"} } }
62+
providersMapping={ {"cohere":{"modelId":"CohereLabs/aya-vision-32b","providerModelId":"c4ai-aya-vision-32b"} } }
6363
conversational />
6464

docs/inference-providers/providers/deepinfra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
6161

6262
<InferenceSnippet
6363
pipeline=image-text-to-text
64-
providersMapping={ {"deepinfra":{"modelId":"Qwen/Qwen3.6-35B-A3B","providerModelId":"Qwen/Qwen3.6-35B-A3B"} } }
64+
providersMapping={ {"deepinfra":{"modelId":"google/gemma-4-31B-it","providerModelId":"google/gemma-4-31B-it"} } }
6565
conversational />
6666

6767

docs/inference-providers/providers/fal-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Find out more about Image To Image [here](../tasks/image-to-image).
6767

6868
<InferenceSnippet
6969
pipeline=image-to-image
70-
providersMapping={ {"fal-ai":{"modelId":"fal/Qwen-Image-Edit-2511-Multiple-Angles-LoRA","providerModelId":"fal-ai/qwen-image-edit-2511/lora"} } }
70+
providersMapping={ {"fal-ai":{"modelId":"black-forest-labs/FLUX.2-dev","providerModelId":"fal-ai/flux-2/edit"} } }
7171
/>
7272

7373

docs/inference-providers/providers/featherless-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4949

5050
<InferenceSnippet
5151
pipeline=text-generation
52-
providersMapping={ {"featherless-ai":{"modelId":"deepseek-ai/DeepSeek-V4-Pro","providerModelId":"deepseek-ai/DeepSeek-V4-Pro"} } }
52+
providersMapping={ {"featherless-ai":{"modelId":"zai-org/GLM-5.2","providerModelId":"zai-org/GLM-5.2"} } }
5353
conversational />
5454

5555

@@ -69,6 +69,6 @@ Find out more about Text Generation [here](../tasks/text-generation).
6969

7070
<InferenceSnippet
7171
pipeline=text-generation
72-
providersMapping={ {"featherless-ai":{"modelId":"deepseek-ai/DeepSeek-V4-Pro","providerModelId":"deepseek-ai/DeepSeek-V4-Pro"} } }
72+
providersMapping={ {"featherless-ai":{"modelId":"zai-org/GLM-5.2","providerModelId":"zai-org/GLM-5.2"} } }
7373
/>
7474

docs/inference-providers/providers/fireworks-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4646

4747
<InferenceSnippet
4848
pipeline=text-generation
49-
providersMapping={ {"fireworks-ai":{"modelId":"deepseek-ai/DeepSeek-V4-Pro","providerModelId":"accounts/fireworks/models/deepseek-v4-pro"} } }
49+
providersMapping={ {"fireworks-ai":{"modelId":"zai-org/GLM-5.2","providerModelId":"accounts/fireworks/models/glm-5p2"} } }
5050
conversational />
5151

5252

docs/inference-providers/providers/hf-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Find out more about Automatic Speech Recognition [here](../tasks/automatic-speec
5050

5151
<InferenceSnippet
5252
pipeline=automatic-speech-recognition
53-
providersMapping={ {"hf-inference":{"modelId":"openai/whisper-large-v3-turbo","providerModelId":"openai/whisper-large-v3-turbo"} } }
53+
providersMapping={ {"hf-inference":{"modelId":"openai/whisper-large-v3","providerModelId":"openai/whisper-large-v3"} } }
5454
/>
5555

5656

docs/inference-providers/providers/novita.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4949

5050
<InferenceSnippet
5151
pipeline=text-generation
52-
providersMapping={ {"novita":{"modelId":"deepseek-ai/DeepSeek-V4-Pro","providerModelId":"deepseek/deepseek-v4-pro"} } }
52+
providersMapping={ {"novita":{"modelId":"zai-org/GLM-5.2","providerModelId":"zai-org/glm-5.2"} } }
5353
conversational />
5454

5555

docs/inference-providers/providers/replicate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Find out more about Text To Image [here](../tasks/text-to-image).
6767

6868
<InferenceSnippet
6969
pipeline=text-to-image
70-
providersMapping={ {"replicate":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/flux-dev"} } }
70+
providersMapping={ {"replicate":{"modelId":"Tongyi-MAI/Z-Image-Turbo","providerModelId":"prunaai/z-image-turbo"} } }
7171
/>
7272

7373

docs/inference-providers/providers/sambanova.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,3 @@ Customers are turning to SambaNova to quickly deploy state-of-the-art AI and dee
4141

4242
## Supported tasks
4343

44-
45-
### Chat Completion (LLM)
46-
47-
Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
48-
49-
<InferenceSnippet
50-
pipeline=text-generation
51-
providersMapping={ {"sambanova":{"modelId":"openai/gpt-oss-120b","providerModelId":"gpt-oss-120b"} } }
52-
conversational />
53-

docs/inference-providers/providers/together.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
5757

5858
<InferenceSnippet
5959
pipeline=text-generation
60-
providersMapping={ {"together":{"modelId":"deepseek-ai/DeepSeek-V4-Pro","providerModelId":"deepseek-ai/DeepSeek-V4-Pro"} } }
60+
providersMapping={ {"together":{"modelId":"zai-org/GLM-5.2","providerModelId":"zai-org/GLM-5.2"} } }
6161
conversational />
6262

6363

0 commit comments

Comments
 (0)