Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Available Nordlys models with pricing and specifications
nordlys/hypernova
/v1/chat/completions
/v1/messages
/v1/responses
/v1beta/models/{model}:generateContent
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!"}]}'