Skip to main content
This guide covers how to send Anthropic usage data to Fenra.

Messages API

Prompt Caching

When using prompt caching, include the cache tokens:

Extended Thinking

When using extended thinking, include thinking tokens:

Streaming

When streaming, wait for the final message to get usage data:

Supported Models

Fenra supports all Anthropic Claude models. Common models include:

Model Tiers

For batch processing, specify the tier:

Server-Side Tools

When using server-side tools like web search or code execution, track tool invocations:

Next Steps