Add CLIProxyAPI provider support (#375)

This commit is contained in:
TOM
2026-05-01 17:46:08 +10:00
committed by GitHub
parent 3ba76ad19b
commit ed147d378d
6 changed files with 40 additions and 8 deletions
+13
View File
@@ -192,6 +192,19 @@ export const PROVIDER_PRESETS: ProviderPreset[] = [
'deepseek/deepseek-v3.2',
],
},
{
label: 'CLIProxyAPI',
value: 'cliproxyapi',
base_url: 'http://127.0.0.1:8317/v1',
models: [
'gpt-5.5',
'gpt-5-codex',
'claude-sonnet-4-6',
'claude-sonnet-4-5-20250929',
'gemini-3.1-pro-preview',
'gemini-2.5-pro',
],
},
{
label: 'OpenCode Zen',
value: 'opencode-zen',