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
2 changes: 2 additions & 0 deletions extension/secureflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"type": "string",
"default": "claude-sonnet-4-5-20250929",
"enum": [
"gpt-5.1",
"gpt-5-pro",
"gpt-5",
"gpt-5-mini",
Expand All @@ -126,6 +127,7 @@
"grok-4-fast-reasoning"
],
"enumDescriptions": [
"OpenAI GPT-5.1 (2025) - Flagship model for coding and agentic tasks with configurable reasoning effort",
"OpenAI GPT-5 Pro (2025) - Extended reasoning for most complex tasks",
"OpenAI GPT-5 (2025) - Most advanced model for coding and agentic tasks",
"OpenAI GPT-5 Mini (2025) - Faster, cost-efficient version",
Expand Down
59 changes: 36 additions & 23 deletions extension/secureflow/packages/secureflow-cli/config/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
"version": "1.0.0",
"lastUpdated": "2025-10-18",
"models": [
{
"id": "gpt-5.1",
"provider": "openai",
"client": "OpenAIClient",
"displayName": "GPT-5.1",
"description": "Flagship model for coding and agentic tasks with configurable reasoning effort",
"year": 2025,
"contextWindow": 400000,
"maxOutput": 128000,
"status": "available",
"recommended": false,
"order": 1
},
{
"id": "gpt-5-pro",
"provider": "openai",
Expand All @@ -14,7 +27,7 @@
"maxOutput": 128000,
"status": "available",
"recommended": false,
"order": 1
"order": 2
},
{
"id": "gpt-5",
Expand All @@ -27,7 +40,7 @@
"maxOutput": 128000,
"status": "available",
"recommended": false,
"order": 2
"order": 3
},
{
"id": "gpt-5-mini",
Expand All @@ -40,7 +53,7 @@
"maxOutput": 64000,
"status": "available",
"recommended": false,
"order": 3
"order": 4
},
{
"id": "gpt-5-nano",
Expand All @@ -53,7 +66,7 @@
"maxOutput": 32000,
"status": "available",
"recommended": false,
"order": 4
"order": 5
},
{
"id": "o3",
Expand All @@ -66,7 +79,7 @@
"maxOutput": 32768,
"status": "available",
"recommended": false,
"order": 5
"order": 6
},
{
"id": "o3-pro",
Expand All @@ -79,7 +92,7 @@
"maxOutput": 32768,
"status": "available",
"recommended": false,
"order": 6
"order": 7
},
{
"id": "o3-mini",
Expand All @@ -92,7 +105,7 @@
"maxOutput": 100000,
"status": "available",
"recommended": false,
"order": 7
"order": 8
},
{
"id": "o4-mini",
Expand All @@ -105,7 +118,7 @@
"maxOutput": 65536,
"status": "available",
"recommended": false,
"order": 8
"order": 9
},
{
"id": "gpt-4.1",
Expand All @@ -118,7 +131,7 @@
"maxOutput": 32768,
"status": "available",
"recommended": false,
"order": 9
"order": 10
},
{
"id": "gpt-4.1-mini",
Expand All @@ -131,7 +144,7 @@
"maxOutput": 16384,
"status": "available",
"recommended": false,
"order": 10
"order": 11
},
{
"id": "gpt-4o",
Expand All @@ -144,7 +157,7 @@
"maxOutput": 16384,
"status": "available",
"recommended": false,
"order": 11
"order": 12
},
{
"id": "gpt-4o-mini",
Expand All @@ -157,7 +170,7 @@
"maxOutput": 16384,
"status": "available",
"recommended": false,
"order": 12
"order": 13
},
{
"id": "o1",
Expand All @@ -170,7 +183,7 @@
"maxOutput": 32768,
"status": "available",
"recommended": false,
"order": 13
"order": 14
},
{
"id": "gemini-2.5-pro",
Expand All @@ -183,7 +196,7 @@
"maxOutput": 65536,
"status": "available",
"recommended": false,
"order": 14
"order": 15
},
{
"id": "gemini-2.5-flash",
Expand All @@ -196,7 +209,7 @@
"maxOutput": 65536,
"status": "available",
"recommended": false,
"order": 15
"order": 16
},
{
"id": "claude-sonnet-4-5-20250929",
Expand All @@ -210,7 +223,7 @@
"maxOutput": 64000,
"status": "available",
"recommended": true,
"order": 16
"order": 17
},
{
"id": "claude-opus-4-1-20250805",
Expand All @@ -223,7 +236,7 @@
"maxOutput": 64000,
"status": "available",
"recommended": false,
"order": 17
"order": 18
},
{
"id": "claude-opus-4-20250514",
Expand All @@ -237,7 +250,7 @@
"maxOutput": 64000,
"status": "available",
"recommended": false,
"order": 18
"order": 19
},
{
"id": "claude-sonnet-4-20250514",
Expand All @@ -251,7 +264,7 @@
"maxOutput": 64000,
"status": "available",
"recommended": false,
"order": 19
"order": 20
},
{
"id": "claude-3-7-sonnet-20250219",
Expand All @@ -264,7 +277,7 @@
"maxOutput": 128000,
"status": "available",
"recommended": false,
"order": 20
"order": 21
},
{
"id": "claude-haiku-4-5",
Expand All @@ -277,7 +290,7 @@
"maxOutput": 64000,
"status": "available",
"recommended": false,
"order": 21
"order": 22
},
{
"id": "claude-3-5-haiku-20241022",
Expand All @@ -290,7 +303,7 @@
"maxOutput": 8192,
"status": "available",
"recommended": false,
"order": 22
"order": 23
},
{
"id": "grok-4-fast-reasoning",
Expand All @@ -303,7 +316,7 @@
"maxOutput": 65536,
"status": "available",
"recommended": false,
"order": 23
"order": 24
}
],
"providerInfo": {
Expand Down
Loading