Skip to content

Commit 6b29e7c

Browse files
authored
Update reference-model-inference-api.md
1 parent 78dd81d commit 6b29e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/reference-model-inference-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Models deployed to [serverless API endpoints](how-to-deploy-models-serverless.md
4545
> * [Meta Llama 3 instruct](how-to-deploy-models-llama.md) family of models
4646
> * [Mistral-Small](how-to-deploy-models-mistral.md)
4747
> * [Mistral-Large](how-to-deploy-models-mistral.md)
48-
> * [Jais](how-to-deploy-jais-models.md) family of models
48+
> * [Jais](deploy-jais-models.md) family of models
4949
> * [Jamba](how-to-deploy-models-jamba.md) family of models
5050
> * [Phi-3](how-to-deploy-models-phi-3.md) family of models
5151
@@ -189,7 +189,7 @@ print(response.choices[0].message.content)
189189
```
190190

191191
> [!TIP]
192-
> When using Azure AI Inference SDK, using passing extra parameters using `model_extras` configures the request with `extra-parameters: pass-through` automatically for you.
192+
> When using Azure AI Inference SDK, using `model_extras` configures the request with `extra-parameters: pass-through` automatically for you.
193193
194194
# [JavaScript](#tab/javascript)
195195

0 commit comments

Comments
 (0)