Skip to main content

Model Reference

This page lists recommended models for AgentUse, organized by provider.
Note: Other models from these providers may also work. These are the ones we recommend and test against.
Auto-generated: Run pnpm generate:models to update.

Quick Reference

Default models:
  • Anthropic: anthropic:claude-sonnet-5 (balanced performance)
  • OpenAI: openai:gpt-5.5 (latest GPT)
  • OpenRouter: openrouter:z-ai/glm-5.2 (open source)
  • Amazon Bedrock: bedrock:us.anthropic.claude-sonnet-4-5-20250929-v1:0

Anthropic

OpenAI

OpenRouter

Amazon Bedrock

Bedrock model IDs are passed through unchanged and are not validated against the static registry. Use any model ID supported by your AWS account and region. See the Amazon Bedrock model catalog for the full list. Model availability depends on the AWS region and on the model access granted in your account. Authentication uses standard AWS environment variables (AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY / AWS_REGION, optional AWS_SESSION_TOKEN) or AWS_BEARER_TOKEN_BEDROCK. See the Model Configuration guide for details.

Custom Providers (Local LLMs)

In addition to the built-in providers above, you can connect any OpenAI-compatible endpoint as a custom provider:
Then use any model available on those endpoints:
See Model Configuration for full setup details.

Usage

Specify a model in your agent file:
Or override via CLI: