Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
208 changes: 208 additions & 0 deletions general/bedrock-mantle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
{
"name": "bedrock-mantle",
"description": "",
"default": {
"params": [
{ "key": "max_tokens", "defaultValue": 1024, "minValue": 1, "maxValue": 32768 },
{ "key": "temperature", "defaultValue": 0.7, "minValue": 0, "maxValue": 1 },
{ "key": "top_p", "defaultValue": 1, "minValue": 0, "maxValue": 1 },
{ "key": "stop", "defaultValue": null, "type": "array-of-strings", "skipValues": [null, []] },
{ "key": "stream", "defaultValue": true, "type": "boolean" }
],
"messages": { "options": ["system", "user", "assistant"] },
"type": { "primary": "chat", "supported": [] }
},

"anthropic.claude-opus-4-7": {
"params": [
{ "key": "max_tokens", "maxValue": 128000 },
{
"key": "thinking",
"properties": {
"type": { "type": "string", "enum": ["adaptive", "disabled"] },
"budget_tokens": { "type": "number", "minValue": 1024, "maxValue": 128000 }
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
},
{
"key": "tool_choice",
"type": "non-view-manage-data",
"defaultValue": null,
"options": [
{ "value": "none", "name": "None" },
{ "value": "auto", "name": "Auto" },
{ "value": "required", "name": "Required" },
{ "value": "custom", "name": "Custom", "schema": { "type": "json" } }
],
"skipValues": [null, []],
"rule": { "default": { "condition": "tools", "then": "auto", "else": null } }
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["top_p", "temperature"]
},

"nvidia.nemotron-super-3-120b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"nvidia.nemotron-nano-9b-v2": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},
"nvidia.nemotron-nano-12b-v2": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},
"nvidia.nemotron-nano-3-30b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},

"mistral.ministral-3-3b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},
"mistral.ministral-3-8b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"mistral.ministral-3-14b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"mistral.mistral-large-3-675b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"mistral.devstral-2-123b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"mistral.magistral-small-2509": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"mistral.voxtral-small-24b-2507": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},
"mistral.voxtral-mini-3b-2507": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},

"openai.gpt-oss-120b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"openai.gpt-oss-20b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"openai.gpt-oss-safeguard-20b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},
"openai.gpt-oss-safeguard-120b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat" }
},

"qwen.qwen3-32b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"qwen.qwen3-235b-a22b-2507": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"qwen.qwen3-coder-480b-a35b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"qwen.qwen3-coder-30b-a3b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"qwen.qwen3-coder-next": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"qwen.qwen3-next-80b-a3b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"qwen.qwen3-vl-235b-a22b-instruct": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["image", "tools"] }
},

"google.gemma-3-27b-it": {
"params": [{ "key": "max_tokens", "maxValue": 8192 }],
"type": { "primary": "chat" }
},
"google.gemma-3-12b-it": {
"params": [{ "key": "max_tokens", "maxValue": 8192 }],
"type": { "primary": "chat" }
},
"google.gemma-3-4b-it": {
"params": [{ "key": "max_tokens", "maxValue": 8192 }],
"type": { "primary": "chat" }
},

"deepseek.v3.1": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"deepseek.v3.2": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},

"minimax.minimax-m2": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"minimax.minimax-m2.1": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"minimax.minimax-m2.5": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},

"moonshotai.kimi-k2-thinking": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"moonshotai.kimi-k2.5": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},

"zai.glm-4.6": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"zai.glm-4.7": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"zai.glm-4.7-flash": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},
"zai.glm-5": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["tools"] }
},

"writer.palmyra-vision-7b": {
"params": [{ "key": "max_tokens", "maxValue": 32768 }],
"type": { "primary": "chat", "supported": ["image"] }
}
}
Loading
Loading