An Azure service to easily conduct machine translation with a simple REST API call.
Welcome to Microsoft Q&A Hello Neel,
Great question. There isn't a static list, but here is the logic you can use to verify billing sources immediately:
Microsoft Models (GPT-4, Phi-3): These are 1st-party services. They burn down your Startup Credits automatically.
- 3rd-Party Models (Llama, Mistral, Cohere): These are usually Marketplace transactions. Most startup credit packs exclude Marketplace spend, meaning these will charge your credit card directly.
Model-as-a-Service (MaaS): If you consume Llama/Mistral as an API (Serverless), it is a Marketplace charge (Real Money).
Self-Hosted (VMs): If you deploy Llama/Mistral onto a Virtual Machine (GPU), you are paying for the VM, not the model. This IS covered by your credits.
How to check in the Portal:
Before deploying, look at the "Plan" or "Usage Information" tab on the model card. If it says "Billed through Azure Marketplace," assume it will not use your credits.
Reference Docs:
- Microsoft for Startups: What is covered? (Explicitly excludes Marketplace).
- Azure Marketplace Billing FAQ.
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!