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
llmrequired
- api_key stringrequired
Get your API key from Anthropic Console.
- url stringrequired
Use Anthropic's messages endpoint.
- headers stringrequired
Must include
anthropic-versionheader for API compatibility. - style stringrequired
Set to
anthropicto use Claude's message format. - params objectrequired
Show propertiesHide properties
- model stringrequired
Refer to Claude models for available models.
- max_tokens integerrequired
Must specify maximum tokens in the response.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the Claude API documentation.