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

  1. Open RisuAI and go to Settings → AI Model
  2. Set the model provider to Custom (OpenAI-compatible)
  3. Set the Request URL to https://api.navy/v1
  4. Paste your NavyAI key (sk-navy-...) as the API key
  5. Enter the model ID you want, e.g. claude-sonnet-4.6, or pick from the loaded list
  6. 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