feat: add Inception LLM service with Mercury-2 support

Adds InceptionLLMService, an OpenAI-compatible service for Inception's
Mercury-2 diffusion-based reasoning model. Supports reasoning_effort
(instant/low/medium/high) and realtime mode for reduced TTFT.
This commit is contained in:
joycech333
2026-05-04 20:25:31 +00:00
committed by Mark Backman
parent 4a8d1d0b5e
commit 77cc314a08
7 changed files with 303 additions and 1 deletions

View File

@@ -91,6 +91,9 @@ HEYGEN_LIVE_AVATAR_API_KEY=...
HUME_API_KEY=...
HUME_VOICE_ID=...
# Inception
INCEPTION_API_KEY=...
# Inworld
INWORLD_API_KEY=...