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 requestsowned_by— Provider name (e.g.openai,anthropic,google)endpoint— Which API endpoint this model works withtoken_multiplier— How many tokens count against your daily limit per actual tokenpremium— Whether this model requires a paid planrequired_plan— Minimum plan tier needed (if premium)
Code examples
1curl https://api.navy/v1/modelsWhy it matters
- Populate model selectors dynamically
- Hide plan-locked models for the wrong tier
- Show endpoint compatibility before a request is sent