Hi @Shabash, Boris
The pricing for an Azure AI Services multi-service account linked to an Azure AI Search skillset depends on the AI features used, such as Vision, Language, Speech, and Translator. If you use built-in AI skills, you get 20 free transactions per day per index. However, attaching a multi-service AI account makes it billable per transaction after the free limit.
The Standard S0 tier includes 5,000 free transactions per month, and beyond that, it costs $25 per 1,000 transactions. For example, if processing one document requires 10 AI transactions, indexing 50 documents would be free. But if you process 10,000 transactions in a month, the first 5,000 is free, and the rest would cost $125 (5,000 x $25/1,000). The actual cost depends on how many AI skills are applied per document.
For detailed pricing, refer to the Azure AI Services Pricing Page.
references:
Attach an Azure AI services resource to a skillset in Azure AI Search.
Understand the billing model
Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues.