app icon
Anthropic
0.3.12

Anthropic's powerful models.

langgenius/anthropic127600 installs

Overview

Anthropic offers a suite of AI models designed for safety and helpfulness, excelling in natural language processing and generation tasks such as coding and creative writing. Using this plugin, developers can easily configure and access LLMs from the Claude family (Sonnet, Haiku, and Opus) by providing the necessary API credentials.

Configure

You'll need your Anthropic API Key to configure this plugin. After obtaining it from Anthropic, enter it along with your API URL in the settings below. Save to activate.

Prompt-Caching Options

Claude’s API allows you to mark specific parts of a request as ephemeral. The blocks are then cached on Anthropic’s side so future requests are cheaper and faster.
This plugin exposes fine-grained switches so you control exactly what is cached.

ParameterDefaultDescription
Cache content wrapped in inside the system prompt.
Adds to every tool definition sent in the array.
Caches image blocks.
Caches PDF document blocks.
Caches / blocks.
If set to a positive integer N, any user or assistant text message longer than N words gets cached automatically. disables this auto-caching.

Anthropic limit: At most 4 blocks may include in a single request.
The plugin enforces this by prioritising blocks in the following order:

  1. Images / Documents
  2. System-message blocks
  3. Large text messages (message-flow threshold)
  4. Tool definitions & tool results

If more than four candidates exist, lower-priority blocks have their removed automatically before the request is sent.

CATEGORY
Model
VERSION
0.3.12
langgenius·04/27/2026 07:55 AM
REQUIREMENTS
Maximum memory
256MB