Skip to content

Commit 3cc23ef

Browse files
authored
Merge pull request #3159 from MicrosoftDocs/main
2/25/2025 AM Publish
2 parents b1d48a0 + 78c2b4b commit 3cc23ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-deploy-models-jamba.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can consume Jamba family models as follows:
118118
1. In the **workspace**, select **Endpoints** > **Serverless endpoints**.
119119
1. Find and select the deployment you created.
120120
1. Copy the **Target** URL and the **Key** token values.
121-
1. Make an API request using either the [Azure AI Model Inference API](reference-model-inference-api.md) on the route `/chat/completions` or the [AI21's Azure Client](https://docs.ai21.com/reference/jamba-instruct-api) on `/v1/chat/completions`.
121+
1. Make an API request using either the [Azure AI Model Inference API](reference-model-inference-api.md) on the route `/chat/completions` or the [AI21's Azure Client](https://docs.ai21.com/reference/jamba-15-api-ref) on `/v1/chat/completions`.
122122

123123
For more information on using the APIs, see the [reference](#reference-for-jamba-family-models-deployed-as-a-serverless-api) section.
124124

@@ -129,7 +129,7 @@ For more information on using the APIs, see the [reference](#reference-for-jamba
129129
Jamba family models accept both of these APIs:
130130

131131
- The [Azure AI model inference API](reference-model-inference-api.md) [Azure AI Model Inference API] on the route `/chat/completions` for multi-turn chat or single-turn question-answering. This API is supported because Jamba family models are fine-tuned for chat completion.
132-
- [AI21's Azure Client](https://docs.ai21.com/reference/jamba-instruct-api). For more information about the REST endpoint being called, visit [AI21's REST documentation](https://docs.ai21.com/reference/jamba-instruct-api).
132+
- [AI21's Azure Client](https://docs.ai21.com/reference/jamba-15-api-ref). For more information about the REST endpoint being called, visit [AI21's REST documentation](https://docs.ai21.com/reference/jamba-15-api-ref).
133133

134134
### Azure AI model inference API
135135

0 commit comments

Comments
 (0)