SDKs
Anthropic SDK
Use the official Anthropic SDKs by pointing them at Roteo.
Because the Messages API is Anthropic-compatible, the official Anthropic SDKs work with Roteo. Set the base URL to https://api.roteo.ai and use your sk_ key as the API key.
python · 13 lines
Everything else works as documented by the SDK, including streaming, tool use, and token counting. For images, use any OpenAI-compatible client pointed at the same base URL.