Get Vendor Catalog
get_vendor_catalogRetrieve complete vendor catalogs with AI models, modalities, and pricing. Filter by type and direction to access SKU details and vendor metadata for any provider.
Instructions
Full catalog for a specific vendor: all models, modalities, and pricing.
Returns vendor metadata (country, region, pricing page URL) plus every model and SKU they offer.
Examples:
"What does Together AI sell?" → vendor="Together AI"
"OpenAI's text model pricing" → vendor="OpenAI", modality="Text"
"Amazon Bedrock catalog" → vendor="Amazon Bedrock"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | Vendor name, e.g. 'OpenAI', 'Together AI', 'Amazon Bedrock' | |
| modality | No | Optionally filter by modality: Text, Image, Audio, Video, Voice, Multimodal | |
| direction | No | Optionally filter by pricing direction | |
| limit | No | Maximum results (default 50) | |
| _atom_api_key | No | Your ATOM API key for full access. Omit for free tier (redacted data). |