Um serviço do Azure que fornece uma plataforma híbrida de gerenciamento multinuvem para APIs.
Azure REST API object mismatch return
I tried this two endpoints: Accounts - List Models - REST API (Azure Microsoft Foundry) | Microsoft Learn Models - List - REST API (Azure Microsoft Foundry) | Microsoft Learn but both returned me different info in the BillingMeterInfo Object. I received:
"costs": [
{
"name": "CachedContextToken",
"meterId": "",
"unit": "1M Tokens",
"offeringId": "893cc8ed-a68d-53b4-8f23-40250916c677"
}
I didn't find anything about what is offeringId (I found offerId, but the info don't match), and every meterId is an empty string. I tried different api versions and all return same values.
Why this is occurring? How can I get this meterId or return in this REST API? What is offeringId and how I can get the prices of it or map with the return of another endpoint?