llmrouter: TTS/STT/Embedding/free als 42i/marvin-*
Alte Namen ohne Präfix laufen über die Durchreiche bei LiteLLM weiter (Andreas 2026-09-05). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,7 @@ reicht Durchreichen. Entscheidung Andreas, 2026-09-05.
|
|||||||
|---|---|
|
|---|---|
|
||||||
| `42i/marvin-2609:low\|medium\|high\|max` | konfigurierte Stufen (`aliases`, Art `schwelle`: Index ≥ 25/45/49/53, Kontext ≥ 256k/256k/500k/500k) |
|
| `42i/marvin-2609:low\|medium\|high\|max` | konfigurierte Stufen (`aliases`, Art `schwelle`: Index ≥ 25/45/49/53, Kontext ≥ 256k/256k/500k/500k) |
|
||||||
| `42i/marvin-2609-core:none\|medium` | lokales Qwen, fest |
|
| `42i/marvin-2609-core:none\|medium` | lokales Qwen, fest |
|
||||||
|
| `42i/marvin-tts\|stt\|embedding[-turbo]`, `42i/marvin-free` | TTS/STT/Embeddings lokal bzw. Mistral/OpenRouter, fest |
|
||||||
| `deizo/kira-reasoning`, `deizo/kira-stt` | Modelle im Prod-RZ deizo, fest |
|
| `deizo/kira-reasoning`, `deizo/kira-stt` | Modelle im Prod-RZ deizo, fest |
|
||||||
| `openrouter/<id>[:effort]` | 1:1 an OpenRouter, Effort als `reasoning.effort` |
|
| `openrouter/<id>[:effort]` | 1:1 an OpenRouter, Effort als `reasoning.effort` |
|
||||||
| `alt/<id>[:effort]` | **günstigste Alternative derselben Klasse** wie `<id>` auf dieser Stufe |
|
| `alt/<id>[:effort]` | **günstigste Alternative derselben Klasse** wie `<id>` auf dieser Stufe |
|
||||||
|
|||||||
+7
-7
@@ -58,7 +58,7 @@
|
|||||||
"index": 53,
|
"index": 53,
|
||||||
"minContext": 500000
|
"minContext": 500000
|
||||||
},
|
},
|
||||||
"marvin-free": {
|
"42i/marvin-free": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "openrouter",
|
"upstream": "openrouter",
|
||||||
"model": "openrouter/free"
|
"model": "openrouter/free"
|
||||||
@@ -93,32 +93,32 @@
|
|||||||
"upstream": "kira-stt",
|
"upstream": "kira-stt",
|
||||||
"model": "kira-stt"
|
"model": "kira-stt"
|
||||||
},
|
},
|
||||||
"marvin-tts": {
|
"42i/marvin-tts": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "voice",
|
"upstream": "voice",
|
||||||
"model": "tts-1"
|
"model": "tts-1"
|
||||||
},
|
},
|
||||||
"marvin-stt": {
|
"42i/marvin-stt": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "voice",
|
"upstream": "voice",
|
||||||
"model": "whisper-1"
|
"model": "whisper-1"
|
||||||
},
|
},
|
||||||
"marvin-tts-turbo": {
|
"42i/marvin-tts-turbo": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "mistral",
|
"upstream": "mistral",
|
||||||
"model": "voxtral-mini-tts-2603"
|
"model": "voxtral-mini-tts-2603"
|
||||||
},
|
},
|
||||||
"marvin-stt-turbo": {
|
"42i/marvin-stt-turbo": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "mistral",
|
"upstream": "mistral",
|
||||||
"model": "voxtral-mini-latest"
|
"model": "voxtral-mini-latest"
|
||||||
},
|
},
|
||||||
"marvin-embedding": {
|
"42i/marvin-embedding": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "ollama",
|
"upstream": "ollama",
|
||||||
"model": "bge-m3"
|
"model": "bge-m3"
|
||||||
},
|
},
|
||||||
"marvin-embedding-turbo": {
|
"42i/marvin-embedding-turbo": {
|
||||||
"art": "fest",
|
"art": "fest",
|
||||||
"upstream": "openrouter",
|
"upstream": "openrouter",
|
||||||
"model": "mistralai/mistral-embed-2312"
|
"model": "mistralai/mistral-embed-2312"
|
||||||
|
|||||||
+26
-26
@@ -5,8 +5,8 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"role/engineer",
|
"role/engineer",
|
||||||
"role/worker"
|
"role/worker"
|
||||||
],
|
],
|
||||||
@@ -14,8 +14,8 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"role/ops",
|
"role/ops",
|
||||||
"role/worker"
|
"role/worker"
|
||||||
],
|
],
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"role/assistant",
|
"role/assistant",
|
||||||
"role/marketing"
|
"role/marketing"
|
||||||
],
|
],
|
||||||
@@ -32,8 +32,8 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"role/service"
|
"role/service"
|
||||||
],
|
],
|
||||||
"persona-elton": [
|
"persona-elton": [
|
||||||
@@ -45,10 +45,10 @@
|
|||||||
"42i/marvin-2609-core:medium",
|
"42i/marvin-2609-core:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-stt-turbo",
|
"42i/marvin-stt-turbo",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"marvin-tts-turbo",
|
"42i/marvin-tts-turbo",
|
||||||
"role/*",
|
"role/*",
|
||||||
"openrouter/*",
|
"openrouter/*",
|
||||||
"alt/*"
|
"alt/*"
|
||||||
@@ -76,10 +76,10 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-stt-turbo",
|
"42i/marvin-stt-turbo",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"marvin-tts-turbo"
|
"42i/marvin-tts-turbo"
|
||||||
],
|
],
|
||||||
"persona-inka-mx": [
|
"persona-inka-mx": [
|
||||||
"42i/marvin-2609-core:none",
|
"42i/marvin-2609-core:none",
|
||||||
@@ -88,10 +88,10 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-stt-turbo",
|
"42i/marvin-stt-turbo",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"marvin-tts-turbo"
|
"42i/marvin-tts-turbo"
|
||||||
],
|
],
|
||||||
"persona-andreas": [],
|
"persona-andreas": [],
|
||||||
"nightjob": [
|
"nightjob": [
|
||||||
@@ -99,12 +99,12 @@
|
|||||||
"42i/marvin-2609:medium",
|
"42i/marvin-2609:medium",
|
||||||
"deizo/kira-reasoning",
|
"deizo/kira-reasoning",
|
||||||
"deizo/kira-stt",
|
"deizo/kira-stt",
|
||||||
"marvin-embedding",
|
"42i/marvin-embedding",
|
||||||
"marvin-embedding-turbo",
|
"42i/marvin-embedding-turbo",
|
||||||
"marvin-stt",
|
"42i/marvin-stt",
|
||||||
"marvin-stt-turbo",
|
"42i/marvin-stt-turbo",
|
||||||
"marvin-tts",
|
"42i/marvin-tts",
|
||||||
"marvin-tts-turbo",
|
"42i/marvin-tts-turbo",
|
||||||
"role/worker"
|
"role/worker"
|
||||||
],
|
],
|
||||||
"lab-xo": [
|
"lab-xo": [
|
||||||
|
|||||||
Reference in New Issue
Block a user