What can you do with it?
The/anthropic
command enables you to interact with Claude AI models through the Anthropic API. Perfect for generating text responses, analyzing content, and creating AI-powered conversations with various Claude models optimized for different use cases.
How to use it?
Basic Command Structure
Parameters
Required:model
- The Claude model to use (e.g., claude-3-5-sonnet-20241022, claude-opus-4-20250514)
max_tokens
- Maximum number of tokens to generate (default varies by model)temperature
- Controls randomness in responses (0.0 to 1.0)system
- System prompt to guide model behavior
Tools
Create Message
Send a message to Claude and get a response Parameters:model
(required) - Claude model IDmax_tokens
(optional) - Maximum response lengthmessages
(required) - Array of conversation messages
Create Message with System Prompt
Send a message with system instructions to guide model behavior Parameters:model
(required) - Claude model IDsystem
(required) - System instructionsmax_tokens
(optional) - Maximum response lengthmessages
(required) - Array of conversation messages
Create Message with Image
Send a message with an image for analysis Parameters:model
(required) - Claude model IDmax_tokens
(optional) - Maximum response lengthmessages
(required) - Array of messages including image content
Supported Models
Choose the appropriate Claude model based on your specific needs:- Claude Sonnet 4.5 - Latest model with enhanced capabilities
- Claude Sonnet 4 - High-performance coding and analysis
- Claude 3.7 Sonnet - Structured reasoning, coding
- Claude Haiku 3.5 - Fast responses, simple queries
All models support text and image inputs with varying context windows and capabilities.