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

1
changelog/4423.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `InceptionLLMService` for Inception's Mercury 2 diffusion reasoning model, with support for `reasoning_effort` and `realtime` settings.