Skip to content

API Keychain v1.0.0

Latest

Choose a tag to compare

@Sharann-del Sharann-del released this 29 Jun 20:13

1.0.0 - 2025-06-01

Added

  • OpenAI-compatible gateway (POST /v1/chat/completions, GET /v1/models).
  • Effort tiers: keychain-low, keychain-medium, keychain-high with 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_URL override.

Full Changelog: https://github.com/Sharann-del/API_Keychain/commits/v1.0.0