Releases: Sharann-del/API-Keychain
Releases · Sharann-del/API-Keychain
Release list
API Keychain v1.0.0
1.0.0 - 2025-06-01
Added
- OpenAI-compatible gateway (
POST /v1/chat/completions,GET /v1/models). - Effort tiers:
keychain-low,keychain-medium,keychain-highwith cascade
failover across lower tiers. - Eight supported providers: Gemini, Groq, Cerebras, Mistral, DeepSeek,
OpenRouter, Together, and Cohere. - Automatic failover on upstream 429/5xx/timeout with 60-second provider cooldowns.
- AES-256-GCM encryption for stored provider keys (
MASTER_SECRET). - Keychain
ak-bearer keys with SHA-256 hashed storage and rotation. - Supabase JWT authentication for management API (
/users/*). - Next.js 14 dashboard: provider keys, model overrides, preferences, usage analytics.
- Per-key rate limiting and request logging.
- Streaming chat completions support.
- SQLite default database with optional
DATABASE_URLoverride.
Full Changelog: https://github.com/Sharann-del/API_Keychain/commits/v1.0.0