Getting Started
API keys & bring-your-own providers
Route Nyrava analysis through your own OpenAI, Anthropic, Gemini, Groq, or OpenRouter keys.
Supported providers
- OpenAI (GPT-4 class)
- Anthropic (Claude 3.5+ class)
- Google Gemini (Pro class)
- Groq (fast inference)
- OpenRouter (as a gateway to further models)
Configuring keys
Open Settings → API Keys. Paste your provider key; Nyrava validates it and encrypts it before storage using AES-256-GCM. You can rotate, disable, or delete a key at any time.
Automatic failover
Nyrava's router selects a provider per engine based on availability and cooldown state. If a provider errors or throttles, the router transparently falls back to the next configured provider so pipeline runs don't stall.
Cost & billing
Direct billing
When you configure your own key, provider costs are billed directly to your account with that provider under their pricing. Nyrava's subscription covers the platform, not model tokens.
Security of your keys
- Keys are encrypted at rest with AES-256-GCM.
- The plaintext key never leaves the server-side gateway during a request.
- Keys are scoped to your workspace and never shared across workspaces.
Documentación relacionada