Skip to content
Merged
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
264 changes: 264 additions & 0 deletions general/claude-platform-aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,264 @@
{
"name": "claude-platform-aws",
"description": "",
"default": {
"params": [
{ "key": "max_tokens", "defaultValue": 256, "minValue": 1, "maxValue": 4096 },
{ "key": "temperature", "defaultValue": 0.7, "minValue": 0, "maxValue": 1 },
{ "key": "top_p", "defaultValue": 1, "minValue": 0, "maxValue": 1 },
{ "key": "top_k", "defaultValue": 0, "minValue": 0, "maxValue": 100 },
{ "key": "stop", "defaultValue": null, "type": "array-of-strings", "skipValues": [null, []] },
{ "key": "stream", "defaultValue": true, "type": "boolean" },
{
"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
}
}
}
],
"messages": { "options": ["system", "user", "assistant"] },
"type": { "primary": "chat", "supported": ["cache_control"] }
},

"claude-opus-4-7": {
"params": [
{ "key": "max_tokens", "maxValue": 128000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["temperature", "top_p"]
},
"claude-opus-4-6": {
"params": [
{
"key": "max_tokens",
"maxValue": 128000
},
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": {
"primary": "chat",
"supported": ["image", "tools"]
},
"removeParams": ["temperature", "top_p"]
},
"claude-sonnet-4-6": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["temperature", "top_p"]
},
"claude-opus-4-5": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["temperature", "top_p"]
},
"claude-opus-4-5-20251101": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["temperature", "top_p"]
},
"claude-sonnet-4-5": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["temperature", "top_p"]
},
"claude-sonnet-4-5-20250929": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["top_p", "temperature"]
},
"claude-haiku-4-5": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["top_p", "temperature"]
},
"claude-haiku-4-5-20251001": {
"params": [
{ "key": "max_tokens", "maxValue": 64000 },
{
"key": "thinking",
"properties": {
"type": {
"type": "string",
"enum": ["enabled", "disabled"]
},
"budget_tokens": {
"type": "number",
"minValue": 1024,
"maxValue": 128000
}
},
"defaultValue": null,
"withdrawParams": ["top_k", "top_p"],
"skipValues": ["disabled", null]
}
],
"type": { "primary": "chat", "supported": ["image", "tools"] },
"removeParams": ["top_p", "temperature"]
}
}
Loading
Loading