Claude Anthropic
Claude from Anthropic provides helpful, harmless, and honest AI assistance with strong reasoning capabilities and natural conversational abilities.
Sample configuration
The following example shows a starting llm
parameter configuration you can use when you Start a conversational AI agent.
Key parameters
api_key
: Get your API key from Anthropic Console.url
: Use Anthropic's messages endpoint.headers
: Must includeanthropic-version
header for API compatibility.model
: Refer to Claude models for available models.max_tokens
: Must specify maximum tokens in the response.style
: Set to"anthropic"
to use Claude's message format.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the Claude API documentation.