EngineVersion 1
claude
The Claude Matrix provides concrete implementations of generative AI interfaces using Anthropic's Claude language models, including text and streaming completio
URI: https://poliglot.io/kleo/spec/claude#
Imports: dprod, act, genai, http, mapping, matrix, os, secrets, svc
Classes
- claude:Model: A Claude AI model.
- claude:TextCompletion: A text completion response from Claude.
- claude:Usage: Token usage information for a Claude API call.
Actions
- claude:chatComplete: Claude implementation of multi-turn chat completion with explicit message list.
- claude:textComplete: Invocable action for Claude text completion.