Set Up Your Environment
Quick Test
Verify your setup with a simple messages call:Available Models
| Model | Strengths |
|---|---|
claude-opus-4-6 | Complex reasoning, long-form coding, and enterprise Agent orchestration |
claude-sonnet-4-6 | Balanced capability and cost — ideal for coding, Agent tasks, and enterprise workflows |
claude-haiku-4-5 | Low latency, high throughput, cost-efficient for high-volume use cases |
Capabilities
Text and code — Generate, explain, refactor, and debug code across all major languages. Summarise documents, extract structured data, translate, and compose long-form content. Vision — Pass image blocks directly inside themessages array. Claude reads base64-encoded images or image URLs using the same field structure as the Anthropic Messages API.
Tool calling — Define functions in the tools array and let Claude decide when to invoke them, parse structured outputs, and chain multi-step reasoning.
Streaming — Add "stream": true to any messages request to receive tokens as server-sent events, enabling low-latency chat experiences.
Authentication
Every request to Fhddos uses a Bearer token — the same token across all Fhddos APIs:You do not need an Anthropic API key. Provide your Fhddos-issued token in the
Authorization header (or as the api_key field when using the Anthropic SDK). Fhddos handles the upstream routing.Explore the Claude API
Messages API
Text, vision, tool calling, and streaming through the Anthropic Messages protocol
Claude Code
Install the Claude Code CLI and point it at Fhddos in minutes
