update
This commit is contained in:
@@ -11,6 +11,22 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimax-direkt": {
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
"name": "MiniMax (ohne Thinking)",
|
||||
"options": {
|
||||
"baseURL": "https://api.minimax.io/anthropic/v1",
|
||||
"apiKey": "{env:MINIMAX_API_KEY}"
|
||||
},
|
||||
"models": {
|
||||
"MiniMax-M3": {
|
||||
"name": "MiniMax M3 (ohne Thinking)",
|
||||
"options": {
|
||||
"thinking": { "type": "disabled" }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ollama": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Ollama (lokal)",
|
||||
|
||||
Reference in New Issue
Block a user