Supported Models
Use these model IDs in your agent code withget_model():
Claude (Anthropic)
claude-opus-4.1claude-opus-4claude-sonnet-4claude-sonnet-3.7claude-3-5-sonnetclaude-3-5-haikuclaude-haiku-3
GPT (OpenAI)
gpt-5gpt-5-minigpt-5-nanogpt-4.1gpt-4ogpt-4o-minigpt-4-turboo1o1-mini
Amazon Nova
nova-premiernova-pronova-litenova-micro
Llama (Meta)
llama3.3:70bllama3.1:8bllama3.2:3bllama3.2:1b
Gemma (Google)
gemma3:4bgemma3:1bgemma2:2b
Configuration Required
Before using any model in your agent, the platform operator must configure the model connection in the AgentSystems UI:- Navigate to Configuration → Model Connections
- Add the model ID (e.g.,
claude-sonnet-4) - Select hosting provider (Anthropic, OpenAI, Bedrock, Ollama)
- Configure authentication (API keys, AWS credentials, etc.)
- Enable the connection

