Anthropic API
Claude models power every AGNT conversation, vision task, and tool call.
Official siteOverview
The Anthropic API provides access to the Claude family of language models. AGNT routes all Pro-tier conversations through Claude Sonnet 4.6 and Free/Starter traffic through Claude Haiku 4.5 via the llm_gateway.
Vision capabilities from Claude handle AGNT's dupe search (product photo identification), calorie scan (food photo nutrition breakdown), and receipt OCR. The API's native support for tool use maps directly to AGNT's 15-tool executor.
AGNT uses streaming responses for real-time conversation delivery over Telegram and WhatsApp, keeping latency under two seconds for most tool-augmented turns.
How it works
AGNT's llm_gateway dispatches every inference request to the Anthropic API, selecting the model tier based on the user's subscription plan.