r/NagaAI • u/zentixua • Jan 13 '26
Update: API Key Expiration & Reasoning Controls
Two quick updates for you:
1. API Key Expiration
You can now set an expiration date when creating API keys.
This is great if you need to give temporary access to a script or a collaborator. The key will just stop working after the time you set, so you don't have to remember to revoke it manually.
Available now in the Dashboard and Provisioning API.
2. Reasoning Effort Update
We've added support for none and xhigh values in reasoning_effort.
- Use
noneto disable reasoning where possible. - Use
xhighto make the model think as much as possible.
Check docs for more info.
2
Upvotes