|
| 1 | +--- |
| 2 | +title: Migrate from Azure AI Vision - Image Analysis |
| 3 | +description: Guidance for migrating from Azure Computer Vision - Image Analysis API to alternative solutions before its retirement in September 2028. |
| 4 | +author: PatrickFarley |
| 5 | +ms.author: pafarley |
| 6 | +ms.date: 09/24/2025 |
| 7 | +ms.topic: article |
| 8 | +ms.service: azure-ai-vision |
| 9 | +ms.custom: ai-migration, vision |
| 10 | +--- |
| 11 | + |
| 12 | +# Migrate from Azure AI Vision - Image Analysis |
| 13 | + |
| 14 | +The Azure AI Vision - Image Analysis API will be retired on September 25, 2028, after which calls made to the service will fail. Microsoft will provide full support for all existing Image Analysis customers until 9/25/2028, but to ensure business continuity and minimize disruption, we encourage customers to begin planning their migration to alternative solutions that best meet their scenario requirements. This document provides comprehensive guidance for evaluating, selecting, and transitioning to new services. |
| 15 | + |
| 16 | +## Migration preparation checklist |
| 17 | + |
| 18 | +1. Assess current usage and dependencies on Image Analysis API. |
| 19 | +2. Identify business scenarios and technical requirements for your image analysis scenarios. |
| 20 | +3. Evaluate alternative solutions based on capabilities, integration, cost, and support. |
| 21 | +4. Plan model migration steps. |
| 22 | +5. Test new solution(s) in a staging environment. |
| 23 | +6. Update production workflows and retrain stakeholders. |
| 24 | + |
| 25 | +## Alternative options based on scenario needs |
| 26 | +There are several alternative platforms and services that can be considered depending on your specific use case, technical requirements, and integration needs. The following options are recommended for each set of features under Image Analysis. |
| 27 | + |
| 28 | +### For OCR and Read capabilities, try Document Intelligence |
| 29 | + |
| 30 | +The Document Intelligence service provides support for OCR text in images. |
| 31 | + |
| 32 | +* **Features**: Azure AI Document Intelligence is a cloud-based Azure AI service that you can use to build intelligent document processing solutions. |
| 33 | +* **Learn more** about Document Intelligence: |
| 34 | + * [What is Azure AI Document Intelligence?](../document-intelligence/overview.md) |
| 35 | + * [Document Intelligence Read model](../document-intelligence/prebuilt/read.md) |
| 36 | + |
| 37 | +### For Face scenarios, try the Face API |
| 38 | + |
| 39 | +The Face service offers Face detection capabilities, as well as a more comprehensive portfolio of face-related features. |
| 40 | +* **Features**: Full support for all Face scenarios under the Image Analysis API. |
| 41 | +* **Learn more** about the Face API: |
| 42 | + * [What is the Azure AI Face Service?](./overview-identity.md) |
| 43 | + * [Face detection, attributes, and input data](./concept-face-detection.md) |
| 44 | + |
| 45 | +### Image embeddings scenarios |
| 46 | + |
| 47 | +#### Cohere Embed v3 in Azure AI Foundry |
| 48 | +* **Best for**: Customers who need image + text embeddings supported on Azure. |
| 49 | +* **Features**: A multilingual multimodal embedding model supported in the Azure AI Foundry portal. It is capable of transforming different modalities such as images, texts, and interleaved images and texts into a single vector representation. |
| 50 | +* **Learn more** about Cohere Embed v4: |
| 51 | + * [Embed-v-4-0](https://ai.azure.com/resource/models/embed-v-4-0/version/5/registry/azureml-cohere) |
| 52 | + |
| 53 | +#### SigLIP (Sigmoid Loss for Language Image Pre training) |
| 54 | +* **Best for**: Customers who need strong zero shot classification and image text retrieval abilities. |
| 55 | +* **Features**: A CLIP‐style vision‐language model from Google that replaces the standard contrastive (softmax) loss with a pairwise sigmoid loss. It trains on large scale image text pairs. |
| 56 | +* **Learn more** about SigLIP: |
| 57 | + * [Sigmoid Loss for Language Image Pre-Training](https://arxiv.org/abs/2303.15343?utm_source=chatgpt.com) |
| 58 | + * [SigLP on Hugging Face](https://huggingface.co/docs/transformers/main/model_doc/siglip) |
| 59 | + |
| 60 | +### Other AI Vision scenarios |
| 61 | + |
| 62 | +There are multiple additional alternative services that can support the remaining scenarios supported in the Image Analysis API. |
| 63 | + |
| 64 | +#### GPT model series in the Azure AI Foundry |
| 65 | + |
| 66 | +* **Best for**: Customers who are flexible in their approach to creating a solution for customized vision capabilities. |
| 67 | +* **Features**: Flexibility to build custom solutions based on different Generative AI models. |
| 68 | +* **Learn more** about Generative AI models in the Azure AI Foundry: |
| 69 | + * [Explore Azure AI Foundry Models](../../ai-foundry/concepts/foundry-models-overview.md) |
| 70 | + * [Azure OpenAI in Azure AI Foundry models](../../ai-foundry/foundry-models/concepts/models-sold-directly-by-azure.md) |
| 71 | + |
| 72 | +#### Azure AI Content Understanding (preview) |
| 73 | +* **Best for**: Customers wanting a managed generative solution for image analysis scenarios. |
| 74 | +* **Features**: Content Understanding supports processing unstructured image data, as well as documents, audio, and video. It enables you to extract structured insights based on pre-defined or user-defined formats. |
| 75 | +* **Learn more** about Content Understanding: |
| 76 | + * [What is Azure AI Content Understanding?](../content-understanding/overview.md) |
| 77 | + * [Azure AI Content Understanding image solutions (preview)](../content-understanding/image/overview.md) |
| 78 | + * [Content Understanding classifier](../content-understanding/concepts/classifier.md) |
| 79 | + |
| 80 | +## Next steps and required actions |
| 81 | +* Make a plan to transition away from Azure Computer Vision – Image Analysis by September 25, 2026. |
| 82 | +* Azure Computer Vision – Image Analysis will be retired on 25 September 2028, please transition to alternative options by that date. |
0 commit comments