Gen AI Configs
Anthropic
Configure Hymalaia to use different Anthropic Claude models like Claude 3.5 Sonnet.
Anthropic
Hymalaia supports Claude models from Anthropic, including the high-performing Claude 3.5 Sonnet.
🔧 Configuration Steps
Setting up Anthropic in Hymalaia is simple:
-
Get your API Key
- Go to the Anthropic Console
- Sign in and generate an API key
-
Configure in Hymalaia
- Open the Admin Panel
- Navigate to LLM Providers
- Select Anthropic
- Paste your API Key into the
API Key
field - Choose your preferred Claude model (e.g.,
claude-3.5-sonnet
,claude-3-opus
, etc.)
✅ Once saved, Hymalaia will route prompts through the selected Anthropic model.
💡 Notes
- Claude models are especially strong in reasoning and multi-step tasks
- The default recommended model is
claude-3.5-sonnet
- Model switching is handled via the
LiteLLM
library for flexibility
⚠️ Data Policy
Be sure to review Anthropic’s data usage policies
Depending on your use case, you may prefer a model or provider with specific retention policies.
🧠 AnthropicLLMProvider
The integration with Hymalaia is handled internally through AnthropicLLMProvider
, giving you robust Claude support with minimal setup.