Language Models
Claude Models (Anthropic)
Anthropic’s Claude models excel at reasoning, analysis, and natural conversation.Claude 3.5 Sonnet - Balanced performance and speed
Claude 3.7 Sonnet - Enhanced reasoning capabilities
Claude 4 Opus - Most capable Claude model
Claude 4 Sonnet - Latest generation with improved performance
GPT Models (OpenAI)
OpenAI’s GPT models offer versatile capabilities for various tasks.GPT-4 Optimized - OpenAI’s flagship model
GPT-4 Optimized Mini - Faster, cost-effective version
GPT-o3 Mini - Small reasoning model
GPT-o4 Mini - Latest small reasoning model
O3 Full - Complete reasoning model
O3 Pro - Professional-grade reasoning model
Gemini Models (Google)
Google’s Gemini models provide fast and efficient AI capabilities.Gemini 2.0 Flash - Fast response times
Gemini 2.5 Pro - Advanced capabilities
Gemini 2.5 Flash - Google’s state of the art fast model
Gemini 2.5 Flash Lite - Most cost-efficient model
DeepSeek Models
DeepSeek’s models offer specialized reasoning capabilities.DeepSeek V3 - Advanced version
DeepSeek R1 - Reasoning-focused model
DeepSeek R1 Groq - DeepSeek R1 distilled on Llama, optimized for speed
Open Models
Open-source and alternative models for various use cases.Meta’s Llama 3.3 with 70B parameters
Alibaba’s Qwen3 with 32B parameters
xAI’s Grok V3 model
xAI’s Grok V4 model - Latest generation
Image Generation Models
DALL-E (OpenAI)
OpenAI’s DALL-E image generation model
Usage in API Calls
Basic Chat Request
Use the model ID as the first parameter inclient.send():
Image Generation Request
Use the image model ID withsend_with_image_download():
Switching Between Models
Each request can use a different model:Model Discovery
Instead of hardcoding model IDs, you can dynamically discover available models:Model Selection Tips
Best for Reasoning
Best for Reasoning
Use claude-4-opus, claude-4-sonnet, or o3-pro for complex analysis, mathematical reasoning, and logical tasks.
Best for Speed
Best for Speed
Use gemini-2.5-flash-lite, gemini-2.5-flash, or gpt-4o-mini for quick responses and cost-efficiency.
Best for Coding
Best for Coding
Use claude-3.7, gpt-4o, or deepseek-v3 for code generation, debugging, and technical explanations.
Best for Creative Writing
Best for Creative Writing
Use gpt-4o, claude-4-sonnet, or claude-3.7 for storytelling, creative content, and natural dialogue.
Best for Open Source
Best for Open Source
Use llama-3.3-70b, qwen3-32b, or grok-v4 if you prefer open-source or alternative models.
Notes
- All models require a paid t3.chat subscription
- Model availability may change as t3.chat adds or removes models
- Use
ModelsClient::get_model_statuses()to check current availability - Some models may have rate limits or usage restrictions
- Image generation is only available with
gpt-image-1