Documentation Index
Fetch the complete documentation index at: https://mintlify.com/docker/docker-agent/llms.txt
Use this file to discover all available pages before exploring further.
Setup
- Get an API key from console.anthropic.com.
- Set the environment variable:
Configuration
- Inline
- Named model
Available models
| Model | Best for |
|---|---|
claude-sonnet-4-5 | Most capable, extended thinking |
claude-sonnet-4-0 | Strong coding, balanced performance |
Thinking budget
Anthropic uses an integer token budget. The value must be between 1024 and 32768 and must be less thanmax_tokens. Defaults to 8192 with interleaved thinking enabled.
Thinking budget values below 1024 or greater than or equal to
max_tokens are ignored and a warning is logged.