llmrouter: kira-tts als deizo/kira-tts aufnehmen
Upstream kira-tts (10.6.42.111:8002, KIRA_TTS_KEY) und Alias deizo/kira-tts, dazu das Recht in allen 12 Schluesseln ergaenzt, die deizo/kira-stt schon hatten. Anders als LiteLLM reicht der Router den Audio-Stream durch: Nicht-JSON- Antworten gehen als Body weiter, statt ausgepuffert zu werden. Gemessen ueber den Router: erster Ton nach 22 ms gestreamt gegen 5,70 s ungestreamt. Der LiteLLM-Weg puffert und kommt auf 9,17 s (bekannter Upstream-Bug BerriAI/litellm#14891). Inka nutzt darueber jetzt STT und TTS; das LLM blieb vorerst auf dem alten Weg (Tool-Schema-Grammatik, s. 42i/intern#1201). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+13
-1
@@ -5,6 +5,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-tts",
|
||||
"role/engineer",
|
||||
@@ -14,6 +15,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-tts",
|
||||
"role/ops",
|
||||
@@ -23,6 +25,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-tts",
|
||||
"role/assistant",
|
||||
@@ -32,6 +35,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-tts",
|
||||
"role/service"
|
||||
@@ -45,6 +49,7 @@
|
||||
"42i/marvin-2609-core:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-stt-turbo",
|
||||
"42i/marvin-tts",
|
||||
@@ -59,6 +64,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"role/privacy"
|
||||
],
|
||||
"persona-aria": [
|
||||
@@ -67,6 +73,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"role/architect"
|
||||
],
|
||||
"persona-inka": [
|
||||
@@ -76,6 +83,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-stt-turbo",
|
||||
"42i/marvin-tts",
|
||||
@@ -88,6 +96,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-stt",
|
||||
"42i/marvin-stt-turbo",
|
||||
"42i/marvin-tts",
|
||||
@@ -99,6 +108,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"42i/marvin-embedding",
|
||||
"42i/marvin-embedding-turbo",
|
||||
"42i/marvin-stt",
|
||||
@@ -113,6 +123,7 @@
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts",
|
||||
"role/xo",
|
||||
"role/*"
|
||||
],
|
||||
@@ -120,7 +131,8 @@
|
||||
"42i/marvin-2609:low",
|
||||
"42i/marvin-2609:medium",
|
||||
"deizo/kira-reasoning",
|
||||
"deizo/kira-stt"
|
||||
"deizo/kira-stt",
|
||||
"deizo/kira-tts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user