chickadee » llm » anthropic-provider

anthropic-providerconstant

The Anthropic provider instance. Supports chat completions with tool calling, and file attachments (images and PDFs). Does not support image generation or audio transcription.

(import llm llm-anthropic)

;; Use Anthropic as the default provider
(llm/use-provider anthropic-provider)

;; Or use it for a specific conversation
(define conv (llm/chat system: "You are Claude."
                       provider: anthropic-provider))