Skip to main content
Anthropic Claude is an LLM plugin. It takes the transcribed conversation and generates the reply, with support for tool calling, prompt caching, and extended thinking.

Setup

Set your Anthropic API key in the worker environment. Generate a key from the Anthropic console:

Usage

Import the plugin and pass it to the pipeline’s llm slot.

Configuration Options

Constructor parameters for the Python SDK (AnthropicLLM). The JavaScript and Go SDKs expose api_key, model, temperature, and max_tokens/maxOutputTokens in their idiomatic form (camelCase / LLMOptions struct).

Core

Sampling

Advanced

For voice, short replies feel best. Keep max_output_tokens modest and the system instruction concise to keep latency down.

Import paths

The reply is streamed to the text-to-speech plugin, which synthesizes the agent’s voice.