batch_get_pricing
Fetch pricing for multiple AI models in a single call, receiving a compact comparison table. Avoids slow per-model lookups.
Instructions
Get pricing for multiple models in a single call. Returns a compact table with pricing for all requested models. Much faster than calling get_model_info one at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_ids | Yes | Array of model IDs to get pricing for. Example: ["fal-ai/flux-pro/v1.1", "fal-ai/flux/schnell", "openai/gpt-4o"] |