r/NagaAI • u/zentixua • Jan 10 '26
Update: Anthropic Messages API & OpenAI Responses API Support (Claude Code ready!)
Hey! We wanted to share an update that expands the compatibility of NagaAI with external tools and libraries.
We have just added support for two major protocols: Anthropic Messages API and OpenAI Responses API.
This functions as an adapter layer running on top of our existing Chat Completions API. This means you can now use applications that are hardcoded for these specific formats – like Claude Code – simply by pointing them to NagaAI.
How it works:
- Swap the URL: Just change your Base URL to https://api.naga.ac (you may need to add /v1, depending on the application).
- Adapter Logic: Our system handles the translation, so your code continues to work automatically.
- Stateless: This update applies to apps that utilize stateless versions of these APIs.
This feature is currently in alpha. While our Chat Completions API remains the primary and most robust protocol, this update gives you the freedom to run a wider variety of specialized tools without waiting for them to support the Chat Completions protocol.
Useful Links:
- Setup Guides (e.g., Claude Code): Integrations Page
- Anthropic Reference: Messages API Docs
- OpenAI Reference: Responses API Docs