You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-mistral.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You can browse the Mistral family of models in the Model Catalog by filtering on
23
23
24
24
## Mistral Large
25
25
26
-
In this article, you learn how to use Azure AI Studio to deploy the Mistral Large model as a service with pay-asyougo billing.
26
+
In this article, you learn how to use Azure AI Studio to deploy the Mistral Large model as a service with pay-as-you-go billing.
27
27
28
28
Mistral Large is Mistral AI's most advanced Large Language Model (LLM). It can be used on any language-based task thanks to its state-of-the-art reasoning and knowledge capabilities.
29
29
@@ -166,7 +166,7 @@ __Body__
166
166
167
167
#### Response schema
168
168
169
-
The response payload is a dictionary with the following fields.
169
+
The response payload is a dictionary with the following fields:
@@ -181,7 +181,7 @@ The response payload is a dictionary with the following fields.
181
181
> In the streaming mode, for each chunk of response, `finish_reason` is always `null`, except from the last one which is terminated by a payload `[DONE]`. In each `choices` object, the key for `messages` is changed by `delta`.
182
182
183
183
184
-
The `choices` object is a dictionary with the following fields.
184
+
The `choices` object is a dictionary with the following fields:
185
185
186
186
| Key | Type | Description |
187
187
|---------|-----------|--------------|
@@ -191,7 +191,7 @@ The `choices` object is a dictionary with the following fields.
191
191
|`logprobs`|`object`| The log probabilities of the generated tokens in the output text. |
192
192
193
193
194
-
The `usage` object is a dictionary with the following fields.
194
+
The `usage` object is a dictionary with the following fields:
0 commit comments