Documentation

Models

GET /v1/models returns the currently available model catalog. No authentication is required.

What the response includes

  • id — Model identifier used in API requests
  • owned_by — Provider name (e.g. openai, anthropic, google)
  • endpoint — Which API endpoint this model works with
  • token_multiplier — How many tokens count against your daily limit per actual token
  • premium — Whether this model requires a paid plan
  • required_plan — Minimum plan tier needed (if premium)

Code examples

1curl https://api.navy/v1/models

Why it matters

  • Populate model selectors dynamically
  • Hide plan-locked models for the wrong tier
  • Show endpoint compatibility before a request is sent
Docs Assistant
I’m here to help with NavyAI docs. Ask about endpoints, auth, models, request bodies, or integration details.