Skip to content

Commit 570ceae

Browse files
authored
Merge pull request #3696 from MicrosoftDocs/main
3/24/2025 AM Publish
2 parents 4769467 + 2f971db commit 570ceae

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,6 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
184184
| ------ | ---- | --- | ------------ |
185185
| [Tsuzumi-7b](https://ai.azure.com/explore/models/Tsuzumi-7b/version/1/registry/azureml-nttdata) | chat-completion | Global standard | - **Input:** text (8,192 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` and `jp` <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
186186

187-
## Stability AI
188-
189-
The Stability AI collection of image generation models include Stable Image Core, Stable Image Ultra and Stable Diffusion 3.5 Large. Stable Diffusion 3.5 Large allows for an image and text input.
190-
191-
| Model | Type | Capabilities |
192-
| ------ | ---- | ------------ |
193-
| [Stable Diffusion 3.5 Large](https://ai.azure.com/explore/models/Stable-Diffusion-3.5-Large/versions/1) | [Image Generation](../../how-to/deploy-stability-models.md?context=/azure/ai-foundry/context/context) | - Input: text and image (1000 tokens and 1 image) <br /> - Output: 1 Image <br /> - **Tool calling:** No <br /> - Response formats: Image (PNG and JPG) |
194-
| [Stable Image Core](https://ai.azure.com/explore/models/Stable-Image-Core/versions/1) | [Image Generation](../../how-to/deploy-stability-models.md?context=/azure/ai-foundry/context/context) | - Input: text (1000 tokens) <br /> - Output: 1 Image <br /> - **Tool calling:** No <br /> - Response formats: Image (PNG and JPG) |
195-
| [Stable Image Ultra](https://ai.azure.com/explore/models/Stable-Image-Ultra/versions/1) | [Image Generation](../../how-to/deploy-stability-models.md?context=/azure/ai-foundry/context/context) | - Input: text (1000 tokens) <br /> - Output: 1 Image <br /> - **Tool calling:** No <br /> - Response formats: Image (PNG and JPG) |
196-
197187

198188
## Next steps
199189

articles/ai-services/openai/assistants-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ recommendations: false
1616

1717
# Quickstart: Get started using Azure OpenAI Assistants (Preview)
1818

19-
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
19+
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, file search, and custom functions.
2020

2121
::: zone pivot="ai-foundry-portal"
2222

articles/ai-services/openai/includes/assistants-ai-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ While using the Assistants playground, keep the following concepts in mind.
9696
9797
### Tools
9898
99-
An individual assistant can access up to 128 tools including `code interpreter`, as well as any custom tools you create via [functions](../how-to/assistant-functions.md).
99+
An individual assistant can access up to 128 tools, including `code interpreter`, as well as any custom tools you create via [functions](../how-to/assistant-functions.md).
100100
101101
### Chat session
102102
@@ -113,7 +113,7 @@ Underneath the text input box there are two buttons:
113113
114114
### Logs
115115
116-
Logs provide a detailed snapshot of what the assistant API activity.
116+
Logs provide a detailed snapshot of the assistant's API activity.
117117
118118
### Show panels
119119

articles/machine-learning/how-to-troubleshoot-kubernetes-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ volcano-scheduler.conf: |
313313
- plugins:
314314
- name: sla
315315
arguments:
316-
sla-waiting-time: 1m
316+
sla-waiting-time: 1m
317317
- plugins:
318318
- name: conformance
319319
- plugins:

0 commit comments

Comments
 (0)