Skip to content

Commit 2a64021

Browse files
authored
Merge pull request #268348 from MicrosoftDocs/main
3/7 11:00 AM IST Publish
2 parents 48099cd + 4b46ea7 commit 2a64021

File tree

35 files changed

+687
-226
lines changed

35 files changed

+687
-226
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You can browse the Mistral family of models in the [Model Catalog](model-catalog
2626

2727
## Mistral Large
2828

29+
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.
30+
2931
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.
3032

3133
Additionally, mistral-large is:
@@ -165,7 +167,7 @@ __Body__
165167

166168
#### Response schema
167169

168-
The response payload is a dictionary with the following fields.
170+
The response payload is a dictionary with the following fields:
169171

170172
| Key | Type | Description |
171173
|-----------|-----------|----------------------------------------------------------------------------|
@@ -180,7 +182,7 @@ The response payload is a dictionary with the following fields.
180182
> 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`.
181183
182184

183-
The `choices` object is a dictionary with the following fields.
185+
The `choices` object is a dictionary with the following fields:
184186

185187
| Key | Type | Description |
186188
|---------|-----------|--------------|
@@ -190,7 +192,7 @@ The `choices` object is a dictionary with the following fields.
190192
| `logprobs` | `object` | The log probabilities of the generated tokens in the output text. |
191193

192194

193-
The `usage` object is a dictionary with the following fields.
195+
The `usage` object is a dictionary with the following fields:
194196

195197
| Key | Type | Value |
196198
|---------------------|-----------|-----------------------------------------------|
@@ -205,7 +207,7 @@ The `logprobs` object is a dictionary with the following fields:
205207
| `text_offsets` | `array` of `integers` | The position or index of each token in the completion output. |
206208
| `token_logprobs` | `array` of `float` | Selected `logprobs` from dictionary in `top_logprobs` array. |
207209
| `tokens` | `array` of `string` | Selected tokens. |
208-
| `top_logprobs` | `array` of `dictionary` | Array of dictionary. In each dictionary, the key is the token and the value is the prob. |
210+
| `top_logprobs` | `array` of `dictionary` | Array of dictionary. In each dictionary, the key is the token and the value is the probability. |
209211

210212
#### Example
211213

articles/api-management/TOC.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -277,20 +277,24 @@
277277
href: api-management-gateways-overview.md
278278
- name: Self-hosted gateway overview
279279
href: self-hosted-gateway-overview.md
280-
- name: Provision a self-hosted gateway
281-
href: api-management-howto-provision-self-hosted-gateway.md
282-
- name: Deploy an Azure API Management gateway on Azure Arc
283-
href: how-to-deploy-self-hosted-gateway-azure-arc.md
284-
- name: Deploy a self-hosted gateway to Azure Kubernetes Service
285-
href: how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md
286-
- name: Deploy a self-hosted gateway to Kubernetes (YAML)
287-
href: how-to-deploy-self-hosted-gateway-kubernetes.md
288-
- name: Deploy a self-hosted gateway to Kubernetes (Helm)
289-
href: how-to-deploy-self-hosted-gateway-kubernetes-helm.md
290-
- name: Deploy self-hosted gateway to Kubernetes with OpenTelemetry Collector integration
291-
href: how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md
292-
- name: Deploy a self-hosted gateway to Docker
293-
href: how-to-deploy-self-hosted-gateway-docker.md
280+
- name: Deploy the gateway
281+
items:
282+
- name: Provision a self-hosted gateway
283+
href: api-management-howto-provision-self-hosted-gateway.md
284+
- name: Deploy a self-hosted gateway to Azure Kubernetes Service
285+
href: how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md
286+
- name: Deploy a self-hosted gateway to Kubernetes (YAML)
287+
href: how-to-deploy-self-hosted-gateway-kubernetes.md
288+
- name: Deploy a self-hosted gateway to Kubernetes (Helm)
289+
href: how-to-deploy-self-hosted-gateway-kubernetes-helm.md
290+
- name: Deploy self-hosted gateway to Kubernetes with OpenTelemetry Collector integration
291+
href: how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md
292+
- name: Deploy a self-hosted gateway to Docker
293+
href: how-to-deploy-self-hosted-gateway-docker.md
294+
- name: Deploy a self-hosted gateway to Azure Container Apps
295+
href: how-to-deploy-self-hosted-gateway-container-apps.md
296+
- name: Deploy an Azure API Management gateway to Arc-enabled Kubernetes cluster
297+
href: how-to-deploy-self-hosted-gateway-azure-arc.md
294298
- name: Configure custom domain for self-hosted gateway
295299
href: api-management-howto-configure-custom-domain-gateway.md
296300
- name: Configure cloud metrics and logs for self-hosted gateway

articles/api-management/api-management-gateways-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ The following table compares features available in the managed gateway versus th
100100
| [Synthetic GraphQL](graphql-apis-overview.md)| ✔️ | ✔️<sup>1</sup> | ✔️<sup>1</sup> |
101101
| [Pass-through WebSocket](websocket-api.md) | ✔️ || ✔️ |
102102
| [Pass-through gRPC](grpc-api.md) ||| ✔️ |
103+
| [Azure OpenAI](azure-openai-api-from-specification.md) | ✔️ | ✔️ | ✔️ |
103104
| [Circuit breaker in backend](backends.md#circuit-breaker-preview) | ✔️ || ✔️ |
104105
| [Load-balanced backend pool](backends.md#load-balanced-pool-preview) | ✔️ | ✔️ | ✔️ |
105106

@@ -140,9 +141,11 @@ For details about monitoring options, see [Observability in Azure API Management
140141

141142
### Authentication and authorization
142143

144+
Managed and self-hosted gateways support all available [API authentication and authorization options](authentication-authorization-overview.md) with the following exceptions.
145+
143146
| Feature | Managed (Dedicated) | Managed (Consumption) | Self-hosted |
144147
| --- | ----- | ----- | ---------- |
145-
| [API credentials](credentials-overview.md) | ✔️ | ✔️ ||
148+
| [Credential manager](credentials-overview.md) | ✔️ | ✔️ ||
146149

147150

148151
## Gateway throughput and scaling

0 commit comments

Comments
 (0)