Skip to main content

Available Models

ModelModel IDContext Window
Hypernovanordlys/hypernova200K tokens
Hypernova is a Mixture of Models system that activates the right models per prompt.

Pricing

Token TypePrice (per 1M tokens)
Input$4.00
Cached Input$0.40
Output$12.00

Supported Endpoints

EndpointFormat
/v1/chat/completionsOpenAI
/v1/messagesAnthropic
/v1/responsesOpenAI Responses
/v1beta/models/{model}:generateContentGemini

Quick Example

curl https://api.nordlyslabs.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "nordlys/hypernova", "messages": [{"role": "user", "content": "Hello!"}]}'