| Property | Type | Description |
| pricing | Array | One entry per model, sorted by provider, service, model. |
| pricing[]._id | String | Id of the price entry. |
| pricing[].provider | String | ELEVENLABS or ANTHROPIC. |
| pricing[].service | String | TTS, STT or LLM. |
| pricing[].model | String | Model id, e.g. eleven_flash_v2_5, scribe_v2, claude-opus-5. |
| pricing[].usdPerMCharacters | Number | TTS: USD per 1,000,000 input characters. Null for other services. |
| pricing[].usdPerAudioHour | Number | STT: USD per hour of input audio (per channel - stereo recordings bill 2x). Null for other services. |
| pricing[].usdPerMInputTokens | Number | LLM: USD per 1,000,000 input tokens. Null for other services. |
| pricing[].usdPerMOutputTokens | Number | LLM: USD per 1,000,000 output tokens. Null for other services. |
| pricing[].updated | Date | When the price was last updated. |
| rate | Number | Current USD to DKK exchange rate (DKK per 1 USD), null when never fetched. |
| rateUpdated | Date | When the exchange rate was fetched, null when never. |