Documentation
RisuAI
Use NavyAI as the backend for RisuAI. Set RisuAI's model provider to the OpenAI-compatible option, point it at the NavyAI endpoint, and use any model from the catalog.
Setup
- Open RisuAI and go to Settings → AI Model
- Set the model provider to Custom (OpenAI-compatible)
- Set the Request URL to
https://api.navy/v1 - Paste your NavyAI key (
sk-navy-...) as the API key - Enter the model ID you want, e.g.
claude-sonnet-4.6, or pick from the loaded list - Save and start chatting
Notes
- If your RisuAI version asks for a full endpoint instead of a base URL, use
https://api.navy/v1/chat/completions - Vision-capable models accept image inputs through Risu's standard image attachment flow
- Model IDs come from
GET /v1/models; premium models require a paid NavyAI plan