Skip to main content

Overview

CTGT API provides access to 10 state-of-the-art AI models across different tiers. All pricing is pay-as-you-go based on token usage.
Pricing is per 1 million tokens (1M tokens). You only pay for what you use.

Free Tier Models

Available immediately upon signup - no credit card required:

Gemini 2.5 Flash

Fast and efficient for general tasksModel: gemini-2.5-flashPricing (per 1M tokens):
  • Input: $0.40
  • Output: $2.60

Gemini 2.5 Flash Lite

Lightweight for simple queriesModel: gemini-2.5-flash-litePricing (per 1M tokens):
  • Input: $0.20
  • Output: $0.50

Claude Haiku 4.5

Fast Claude modelModel: claude-haiku-4-5-20251001Pricing (per 1M tokens):
  • Input: $1.10
  • Output: $5.10

Unlock all models with a paid subscription:

Premium Claude Models

Claude Sonnet 4.5

Balanced intelligence and speedModel: claude-sonnet-4-5-20250929Pricing (per 1M tokens):
  • Input: $4.00
  • Output: $16.00
Best for: Complex reasoning, analysis, creative writing

Claude Opus 4.5

Most capable Claude modelModel: claude-opus-4-5-20251101Pricing (per 1M tokens):
  • Input: $7.50
  • Output: $27.50
Best for: Research, expert-level tasks, multi-step reasoning

GPT-5 Model Family

GPT-5

Advanced reasoning capabilitiesModel: gpt-5Pricing (per 1M tokens):
  • Input: $2.25
  • Output: $11.00
Best for: General-purpose tasks, coding, analysis

GPT-5.2

Enhanced GPT-5 with improvementsModel: gpt-5.2Pricing (per 1M tokens):
  • Input: $4.25
  • Output: $16.50
Best for: Advanced tasks, better accuracy

GPT-5 Mini

Compact GPT-5 variantModel: gpt-5-miniPricing (per 1M tokens):
  • Input: $1.25
  • Output: $3.00
Best for: Cost-effective GPT-5 access

GPT-5 Nano

Ultra-efficient modelModel: gpt-5-nanoPricing (per 1M tokens):
  • Input: $0.15
  • Output: $0.50
Best for: High-volume, simple tasks

Advanced Gemini Models

Gemini 3 Pro Preview

Next-generation Gemini (preview)Model: gemini-3-pro-previewPricing (per 1M tokens):
  • Input: $4.50
  • Output: $14.50
Best for: Multimodal tasks, complex reasoning

Complete Pricing Table

ModelTierInput (per 1M tokens)Output (per 1M tokens)Best Use Case
gpt-5-nanoPaid$0.15$0.50Ultra-efficient processing
gemini-2.5-flash-liteFree$0.20$0.50Simple queries, high volume
gemini-2.5-flashFree$0.40$2.60General tasks, fast responses
claude-haiku-4-5-20251001Free$1.10$5.10Fast Claude responses
gpt-5-miniPaid$1.25$3.00Cost-effective GPT-5
gpt-5Paid$2.25$11.00Advanced reasoning
claude-sonnet-4-5-20250929Paid$4.00$16.00Balanced intelligence
gpt-5.2Paid$4.25$16.50Enhanced performance
gemini-3-pro-previewPaid$4.50$14.50Next-gen capabilities (preview)
claude-opus-4-5-20251101Paid$7.50$27.50Expert-level tasks

Switching Between Models

You can easily switch between models by changing the model parameter:
curl -X POST https://api.ctgt.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-ctgt-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2.5-flash",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Upgrade to Access All Models

Unlock All 10 Models

Upgrade to paid tier for:
  • Access to all 10 models
  • 100x higher rate limits
  • Priority support
  • Production-ready infrastructure
Pay-as-you-go usage only - no monthly fees

Next Steps

Upgrade to Paid

Unlock all models and higher limits

API Features

Learn about streaming and advanced features

Code Examples

See complete implementation examples

Monitor Usage

Track your token usage and costs