Discrepency in Azure AI Vision Pricing Selection

V T 20 Reputation points
2025-08-08T21:43:04.9833333+00:00

I am trying to create a multi-service account so that I can access the Image and Text embeddings model (mutlimodel). But in the pricing dropdown showcases "Standard S0", whereas in the pricing info there is no mention of any such tier beyond F0 (free tier) and Standard S1 tier. Reference images are attached for context. Would I also need to deploy a storage container to use the embedding model? I just want to use the embedding model using the API.User's image

User's image

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 35,766 Reputation points Volunteer Moderator
    2025-08-11T09:50:04.2633333+00:00

    Hello !

    Thank you for posting on Microsoft Learn.

    Seeing Standard S0 is normal. The multi-service Azure AI services resource has SKUs F0 (Free) and S0 (Standard) at the resource level. The pricing table you’re looking at is the feature/meter naming used for Vision/Image Analysis itself.

    So you create an S0 multi-service resource, and inside it you’re billed on the Vision meters (which show up as Standard (S1) on the pricing page).

    It’s just two different naming conventions for resource vs meter.

    Why you don’t see F0 in the dropdown?

    Simply because the Free tier is either not available in that region/subscription type, or you’ve already used up your account free-tier quota. If you want F0, try another region or a subscription that still has F0 capacity.

    To use multimodal embeddings via API you don’t need to deploy Azure Storage since you can send:

    • image by URL or bytes
    • text directly in the request body.

    Storage/Blob is only useful for batch workflows or if you want to host images yourself.

    After the resource is created, use the Vision/Image Analysis multimodal embeddings endpoint with your resource endpoint/key. No extra deployments are needed.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.