Skip to content

Commit 03f7ea7

Browse files
committed
fixing broken links
1 parent 6756eca commit 03f7ea7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-studio/how-to/deploy-models-jamba.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ These steps demonstrate the deployment of AI21-Jamba-Instruct. To create a deplo
7979
1. Return to the Deployments page, select the deployment, and note the endpoint's **Target** URL and the Secret **Key**. For more information on using the APIs, see the [Reference](#reference-for-jamba-instruct-deployed-as-a-serverless-api) section.
8080
1. You can always find the endpoint's details, URL, and access keys by navigating to your **Project overview** page. Then, from the left sidebar of your project, select **Components** > **Deployments**.
8181

82-
To learn about billing for the AI21-Jamba-Instruct model deployed as a serverless API with pay-as-you-go token-based billing, see [Cost and quota considerations for AI21 Jamba Instruct deployed as a serverless API](#cost-and-quota-considerations-for-ai21-jamba-instruct-deployed-as-a-serverless-api).
82+
To learn about billing for the AI21-Jamba-Instruct model deployed as a serverless API with pay-as-you-go token-based billing, see [Cost and quota considerations for Jamba Instruct deployed as a serverless API](#cost-and-quota-considerations-for-jamba-instruct-deployed-as-a-serverless-api).
8383

8484
### Consume Jamba Instruct as a serverless API
8585

@@ -93,7 +93,7 @@ You can consume Jamba Insruct models as follows:
9393

9494
1. Make an API request.
9595

96-
For more information on using the APIs, see the [reference](#reference-for-jamba-instruct-deployed-a-serverless-api) section.
96+
For more information on using the APIs, see the [reference](#reference-for-jamba-instruct-deployed-as-a-serverless-api) section.
9797

9898
## Reference for Jamba Instruct deployed as a serverless API
9999

@@ -285,7 +285,7 @@ data: [DONE]
285285

286286
## Cost and quotas
287287

288-
### Cost and quota considerations for AI21 Jamba Instruct deployed as a serverless API
288+
### Cost and quota considerations for Jamba Instruct deployed as a serverless API
289289

290290
The Jamba Instruct model is deployed as a serverless API and is offered by AI21 through Azure Marketplace and integrated with Azure AI studio for use. You can find Azure Marketplace pricing when deploying or fine-tuning models.
291291

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ These steps demonstrate the deployment of AI21-Jamba-Instruct. To create a deplo
9090
1. You can always find the endpoint's details, URL, and access keys by navigating to **Workspace** > **Endpoints** > **Serverless endpoints**.
9191

9292

93-
To learn about billing for Jamba models deployed as a serverless API, see [Cost and quota considerations for Jamba models deployed as a serverless API](#cost-and-quota-considerations-for-jamba-models-deployed-as-a-serverless-api).
93+
To learn about billing for Jamba models deployed as a serverless API, see [Cost and quota considerations for Jamba Instruct deployed as a serverless API](#cost-and-quota-considerations-for-jamba-instruct-deployed-as-a-serverless-api).
9494

9595
### Consume Jamba Instruct as a service
9696

@@ -109,7 +109,7 @@ For more information on using the APIs, see the [reference](#reference-for-jamba
109109

110110
Jamba Instruct models accept both of these APIs:
111111

112-
- The [Azure AI Model Inference API](../reference/reference-model-inference-api.md) on the route `/chat/completions` for multi-turn chat or single-turn question-answering. This API is supported because Jamba Instruct is fine-tuned for chat completion.
112+
- 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 Instruct is fine-tuned for chat completion.
113113
- [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).
114114

115115
### Azure AI model inference API
@@ -295,7 +295,7 @@ data: [DONE]
295295

296296
## Cost and quotas
297297

298-
### Cost and quota considerations for AI21 Jamba Instruct deployed as a serverless API
298+
### Cost and quota considerations for Jamba Instruct deployed as a serverless API
299299

300300
Jamba models deployed as a serverless API are offered by AI21 through Azure Marketplace and integrated with Azure Machine Learning studio for use. You can find Azure Marketplace pricing when deploying or fine-tuning models.
301301

0 commit comments

Comments
 (0)