Overview
Get a list of all available AI models with their pricing information. This endpoint returns active models that can be used for prompt configuration and campaign creation.Use Cases
- Prompt Configuration: Discover available models for AI prompt setup
- Cost Estimation: Calculate expected costs based on model pricing
- Model Selection: Choose appropriate models for different use cases
- Integration Planning: Plan model usage across campaigns and workflows
Response Structure
The response includes an array of available models with pricing details:Testing Example
Pricing Information
Pricing Structure
- Input: Cost per 1,000 input tokens
- Output: Cost per 1,000 output tokens
- Cached: Cost per 1,000 cached tokens (if supported, otherwise
null
)
Model Categories by Cost
Budget Models (Input ≤ $1.00):- GPT 5 Mini: 2.00 output
- Gemini 2.5 Flash: 2.50 output
- GPT 4.1: 8.00 output
- GPT 5: 10.00 output
- Gemini 2.5 Pro: 10.00 output
- Claude 4 Sonnet: 15.00 output
- Grok 4: 15.00 output
- Claude OPUS 4.1: 75.00 output
Integration Examples
Model Selection for Prompts
Cost Calculation
Best Practices
- Cost Optimization: Choose models based on your use case requirements
- Performance vs Cost: Balance model capabilities with budget constraints
- Caching: Utilize cached pricing when available for repeated content
- Model Monitoring: Regularly check for new models and pricing updates
- Budget Planning: Use pricing information for accurate cost forecasting
Common Use Cases
Campaign Planning
Use model pricing to estimate campaign costs based on expected message volume and complexity.Prompt Optimization
Select appropriate models for different prompt types - use budget models for simple tasks, premium models for complex reasoning.Cost Management
Monitor and control AI usage costs by selecting models that fit your budget requirements.Error Responses
Authentication Failed
Internal Server Error
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.