Claude API recommended.
The default integration. Aether ships pre-wired for Anthropic's Claude. Best results for tool-grounded code generation, multi-step planning, and JSON-mode calls against the discovered capability manifest. Sonnet is the recommended model for most rigs.
# ~/.aether/config.toml provider = "anthropic" model = "claude-sonnet-4-5" api_key = "$ANTHROPIC_API_KEY" max_tokens = 8192


UIUC