Using the Anthropic Agent SDK with OpenDunes — native integration not yet available.
Not yet available. Native Anthropic Agent SDK integration is on the roadmap. The information below describes the intended setup.
The Anthropic Agent SDK (also known as the Claude SDK) provides a high-level interface for building multi-step agents, tool-using pipelines, and computer-use workflows on top of Anthropic models. OpenDunes plans to support it as a drop-in backend for this SDK, giving you Algerian Dinar billing on Anthropic model inference.
Once available, setup will follow the same pattern as other integrations — set the base URL and API key:
The native Anthropic() client is NOT supported — it speaks Anthropic's /v1/messages protocol, which the gateway does not serve. Use the OpenAI SDK (above) with an anthropic/* model slug.
Anthropic models — including the Claude family — are already available on OpenDunes today via the OpenAI-compatible endpoint using slugs like anthropic/claude-opus-4.8 and anthropic/claude-sonnet-5. The native SDK integration will additionally support:
In the meantime, you can call Anthropic models on OpenDunes through the OpenAI SDK:
See the OpenAI SDK guide for the full setup.
Watch the OpenDunes changelog or check back here for updates on native Anthropic SDK support.