feat(kafka): complete kafka integration - service deployed and verified
This commit is contained in:
parent
3858202855
commit
546569caf7
7 changed files with 127 additions and 36 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "zai/glm-5"
|
||||
"primary": "minimax/MiniMax-M2.7"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -52,6 +52,25 @@
|
|||
{ "id": "glm-4.5-air", "name": "GLM 4.5 Air", "contextWindow": 128000, "maxTokens": 131072 },
|
||||
{ "id": "glm-4.7-flash", "name": "GLM 4.7 Flash", "contextWindow": 128000, "maxTokens": 131072 }
|
||||
]
|
||||
},
|
||||
"tng": {
|
||||
"baseUrl": "https://api.tng-chimera.ai/v1/",
|
||||
"apiKey": "${TNG_API_KEY}",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{ "id": "tngtech/R1T2-Chimera-Speed", "name": "TNG Chimera Speed", "contextWindow": 65536, "maxTokens": 65536 }
|
||||
]
|
||||
},
|
||||
"minimax": {
|
||||
"baseUrl": "https://api.minimax.io/anthropic",
|
||||
"apiKey": "${MINIMAX_API_KEY}",
|
||||
"api": "anthropic-messages",
|
||||
"models": [
|
||||
{ "id": "MiniMax-M2.7", "name": "MiniMax M2.7", "contextWindow": 200000, "maxTokens": 32768, "reasoning": true },
|
||||
{ "id": "MiniMax-M2.5", "name": "MiniMax M2.5", "contextWindow": 200000, "maxTokens": 32768, "reasoning": true },
|
||||
{ "id": "MiniMax-M2.5-highspeed", "name": "MiniMax M2.5 Highspeed", "contextWindow": 200000, "maxTokens": 32768, "reasoning": true },
|
||||
{ "id": "MiniMax-VL-01", "name": "MiniMax VL 01", "contextWindow": 200000, "maxTokens": 32768 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue