Skip to main content
GET
List Models

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: 0.25input/0.25 input / 2.00 output
  • Gemini 2.5 Flash: 0.30input/0.30 input / 2.50 output
Standard Models (1.00<Input1.00 < Input ≤ 3.00):
  • GPT 4.1: 2.00input/2.00 input / 8.00 output
  • GPT 5: 1.25input/1.25 input / 10.00 output
  • Gemini 2.5 Pro: 1.25input/1.25 input / 10.00 output
  • Claude 4 Sonnet: 3.00input/3.00 input / 15.00 output
  • Grok 4: 3.00input/3.00 input / 15.00 output
Premium Models (Input > $3.00):
  • Claude OPUS 4.1: 15.00input/15.00 input / 75.00 output

Integration Examples

Model Selection for Prompts

Cost Calculation

Best Practices

  1. Cost Optimization: Choose models based on your use case requirements
  2. Performance vs Cost: Balance model capabilities with budget constraints
  3. Caching: Utilize cached pricing when available for repeated content
  4. Model Monitoring: Regularly check for new models and pricing updates
  5. 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Models retrieved successfully

models
object[]
total
integer
Example:

8

Last modified on August 29, 2025