Provider Capabilities¶
AMP supports multiple AI providers for content generation.
LLM Providers¶
Comparison¶
| Feature | Claude | GPT-4 | Gemini |
|---|---|---|---|
| Max context | 200K tokens | 128K tokens | 1M tokens |
| Vision | Yes | Yes | Yes |
| Speed | Fast | Medium | Fast |
| Quality | Excellent | Excellent | Good |
| Cost | Medium | High | Low |
Claude (Anthropic)¶
Models: - claude-3-opus — Highest quality - claude-3-sonnet — Balanced - claude-3-haiku — Fastest
Strengths: - Excellent writing quality - Strong brand voice consistency - Nuanced content generation - Long context handling
Best for: High-quality content, thought leadership
GPT-4 (OpenAI)¶
Models: - gpt-4-turbo — Latest, fastest - gpt-4 — Stable - gpt-3.5-turbo — Budget option
Strengths: - Versatile capabilities - Good at various formats - Strong reasoning
Best for: General content, diverse formats
Gemini (Google)¶
Models: - gemini-pro — Standard - gemini-pro-vision — With images
Strengths: - Large context window - Good multimodal capabilities - Cost-effective
Best for: Long-form content, visual analysis
Image Providers¶
Comparison¶
| Feature | DALL-E 3 | Stability | Replicate |
|---|---|---|---|
| Quality | Excellent | Good | Varies |
| Speed | Medium | Fast | Varies |
| Control | Medium | High | High |
| Cost | High | Medium | Low |
DALL-E 3 (OpenAI)¶
Sizes: - 1024x1024 - 1024x1792 - 1792x1024
Strengths: - High quality - Good text rendering - Natural compositions
Stability AI¶
Models: - SDXL 1.0 - SD 3.0
Strengths: - Style control - Faster generation - More customizable
Replicate¶
Models: - Various community models
Strengths: - Model variety - Custom fine-tunes - Cost-effective
Provider Selection¶
Automatic Selection¶
AMP automatically selects providers based on:
- Tenant preference — Configured default
- Capability match — Required features
- Availability — Health status
- Cost — Budget constraints
Manual Override¶
Fallback Chain¶
When primary fails:
Cost Comparison¶
LLM Costs (per 1K tokens)¶
| Provider | Input | Output |
|---|---|---|
| Claude Opus | $0.015 | $0.075 |
| Claude Sonnet | $0.003 | $0.015 |
| GPT-4 Turbo | $0.01 | $0.03 |
| Gemini Pro | $0.001 | $0.002 |
Image Costs (per image)¶
| Provider | Standard | HD |
|---|---|---|
| DALL-E 3 | $0.04 | $0.08 |
| Stability | $0.02 | $0.04 |
| Replicate | $0.01 | $0.02 |
Rate Limits¶
| Provider | Requests/Min | Tokens/Min |
|---|---|---|
| Claude | 60 | 100,000 |
| OpenAI | 60 | 90,000 |
| Gemini | 60 | 120,000 |
Self-Hosted Options¶
Ollama¶
vLLM¶
Trade-offs: - Lower cost - Data privacy - Higher latency - Quality varies