Skip to content

Commit 7b7177e

Browse files
committed
Clarify vision support. Fix disclaimer for Global & PTUM.
1 parent d4663b6 commit 7b7177e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/ai-services/openai/how-to/fine-tuning-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Azure OpenAI fine-tuning supports the following deployment types.
378378

379379
:::image type="content" source="../media/fine-tuning/global-standard.png" alt-text="Screenshot of the global standard deployment user experience with a fine-tuned model." lightbox="../media/fine-tuning/global-standard.png":::
380380

381-
Global Standard fine-tuning deployments currently do not support vision and structured outputs.
381+
Global Standard fine-tuned deployments currently support structured outputs only on GPT-4o.
382382

383383
### Provisioned Managed (preview)
384384

@@ -392,7 +392,7 @@ Global Standard fine-tuning deployments currently do not support vision and stru
392392

393393
[Provisioned managed](./deployment-types.md#provisioned) fine-tuned deployments offer [predictable performance](../concepts/provisioned-throughput.md#what-do-the-provisioned-deployment-types-provide) for fine-tuned deployments. As part of public preview, provisioned managed deployments may be created regionally via the data-plane [REST API](../reference.md#data-plane-inference) version `2024-10-01` or newer. See below for examples.
394394

395-
Provisioned Managed fine-tuning deployments currently do not support vision and structured outputs.
395+
Provisioned Managed fine-tuned deployments currently support structured outputs only on GPT-4o.
396396

397397
#### Creating a Provisioned Managed deployment
398398

articles/ai-services/openai/how-to/fine-tuning-vision.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ ms.author: mbullwin
1616

1717
Fine-tuning is also possible with images in your JSONL files. Just as you can send one or many image inputs to chat completions, you can include those same message types within your training data. Images can be provided either as publicly accessible URLs or data URIs containing [base64 encoded images](/azure/ai-services/openai/how-to/gpt-with-vision?tabs=rest#call-the-chat-completion-apis).
1818

19+
## Model support
20+
21+
Vision fine-tuning is supported for `gpt-4o` version `2024-08-06` models only.
22+
1923
## Image dataset requirements
2024

2125
- Your training file can contain a maximum of 50,000 examples that contain images (not including text examples).

0 commit comments

Comments
 (0)