Luis Pater
22c0c00bd4
Merge branch 'main' into feat/sonnet-4-6
2026-02-19 04:31:07 +08:00
Luis Pater
5db244af76
Merge pull request #240 from TonyRL/feat/copilot-sonnet-4.6
...
feat(registry): add Sonnet 4.6 to GitHub Copilot provider
2026-02-19 04:26:28 +08:00
Joao
b0cde626fe
feat: add Claude Sonnet 4.6 model support for Kiro provider
2026-02-18 13:51:23 +00:00
Tony
922d4141c0
feat(registry): add Sonnet 4.6 to GitHub Copilot provider
2026-02-18 05:17:23 +08:00
Tony
c55275342c
feat(registry): add GPT-5.3 Codex to GitHub Copilot provider
2026-02-18 03:04:27 +08:00
Luis Pater
e186ccb0d4
Merge pull request #234 from detroittommy879/feature/add-kilocode-provider
...
Add Kilo Code provider with dynamic model fetching
2026-02-16 23:54:29 +08:00
Luis Pater
a12d907f55
Merge branch 'main' into plus
2026-02-16 23:49:50 +08:00
DetroitTommy
1dbeb0827a
added kilocode auth, needs adjusting
2026-02-15 13:44:26 -05:00
Supra4E8C
d1f667cf8d
feat(registry): add support for 'kimi' channel in model definitions
2026-02-15 15:21:33 +08:00
ChrAlpha
9e652a3540
fix(github-copilot): remove 'xhigh' level from Thinking support
2026-02-15 06:12:08 +00:00
ChrAlpha
af15083496
feat(models): add Thinking support to GitHub Copilot models
...
Enhance the model definitions by introducing Thinking support with various levels for each model.
2026-02-15 03:16:08 +00:00
starsdream666
2573358173
根据其他提供商同模型配置Thinking
2026-02-12 00:41:13 +08:00
starsdream666
09cd3cff91
增加kiro新模型:deepseek-3.2,minimax-m2.1,qwen3-coder-next,gpt-4o,gpt-4,gpt-4-turbo,gpt-3.5-turbo
2026-02-12 00:35:24 +08:00
Ravindra Barthwal
9bc6cc5b41
feat: add Claude Opus 4.6 to GitHub Copilot models
...
GitHub Copilot now supports claude-opus-4.6 but it was missing from
the proxy's model definitions. Fixes #196 .
2026-02-07 14:58:34 +05:30
Joao
84fcebf538
feat: add Claude Opus 4.6 support for Kiro
...
- Add kiro-claude-opus-4-6 and kiro-claude-opus-4-6-agentic to model registry
- Add model ID mappings for claude-opus-4.6 variants
- Support both kiro- prefix and native format (claude-opus-4.6)
- Tested and working with Kiro API
2026-02-05 21:26:29 +00:00
Luis Pater
b854ee4680
fix(registry): remove redundant kiro model definition entry
2026-02-04 01:28:12 +08:00
Luis Pater
e85305c815
Merge pull request #174 from gogoing1024/main
...
feat(registry): add kiro channel support for model definitions
2026-02-04 01:08:43 +08:00
starsdream666
1a81e8a98a
一致性问题修复
2026-02-03 21:11:20 +08:00
yuechenglong.5
0b889c6028
feat(registry): add kiro channel support for model definitions
...
Add kiro as a new supported channel in GetStaticModelDefinitionsByChannel
function, enabling retrieval of Kiro model definitions alongside existing
providers like qwen, iflow, and github-copilot.
2026-02-03 20:55:10 +08:00
starsdream666
f6bb0011f9
修复kiro模型列表缺失
2026-02-03 20:33:13 +08:00
“cielhaidir”
95a3e32a12
feat: add .air.toml configuration file and update .gitignore for build artifacts
...
fix: improve PatchOAuthModelAlias logic for handling channel aliases
feat: add support for GitHub Copilot in model definitions
2026-02-02 17:53:58 +08:00
Luis Pater
3dc001a9d2
Merge branch 'main' into plus
2026-01-27 20:39:59 +08:00
hkfires
d18cd217e1
feat(api): add management model definitions endpoint
2026-01-27 18:33:12 +08:00
Luis Pater
c2bf600a39
Merge branch 'main' into plus
2026-01-20 13:50:41 +08:00
dinhkarate
8734d4cb90
feat(vertex): add Imagen image generation model support
...
Add support for Imagen 3.0 and 4.0 image generation models in Vertex AI:
- Add 5 Imagen model definitions (4.0, 4.0-ultra, 4.0-fast, 3.0, 3.0-fast)
- Implement :predict action routing for Imagen models
- Convert Imagen request/response format to match Gemini structure like gemini-3-pro-image
- Transform prompts to Imagen's instances/parameters format
- Convert base64 image responses to Gemini-compatible inline data
2026-01-20 01:26:37 +07:00
Luis Pater
08779cc8a8
Merge branch 'router-for-me:main' into main
2026-01-19 21:00:58 +08:00
hkfires
c175821cc4
feat(registry): expand antigravity model config
...
Remove static Name mapping and add entries for claude-sonnet-4-5,
tab_flash_lite_preview, and gpt-oss-120b-medium configs
2026-01-19 19:32:00 +08:00
Luis Pater
25e9be3ced
Merge pull request #103 from ChrAlpha/feat/add-gpt-5.2-codex-copilot
...
feat(openai): responses API support for GitHub Copilot provider
2026-01-16 18:33:53 +08:00
Luis Pater
961c6f67da
Merge pull request #100 from novadev94/fix/readd_kiro_auto
...
fix(kiro): re-add kiro-auto to registry
2026-01-16 18:29:43 +08:00
Luis Pater
c29839d2ed
Merge remote-tracking branch 'origin/main' into pr-104
...
# Conflicts:
# config.example.yaml
# internal/config/config.go
# sdk/cliproxy/auth/model_name_mappings.go
2026-01-16 09:40:07 +08:00
hkfires
2b387e169b
feat(iflow): add iflow-rome model definition
2026-01-15 20:23:55 +08:00
ChrAlpha
0ffcce3ec8
feat(registry): add supported endpoints for GitHub Copilot models
...
Enhance model definitions by including supported API endpoints for each model. This allows for better integration and usage tracking with the GitHub Copilot API.
2026-01-15 16:32:28 +08:00
hkfires
e0ffec885c
fix(aistudio): remove levels from model definitions
2026-01-15 16:06:46 +08:00
ChrAlpha
f4fcfc5867
feat(registry): add GPT-5.2-Codex model to GitHub Copilot provider
...
Add gpt-5.2-codex model definition to GetGitHubCopilotModels() function,
enabling access to OpenAI GPT-5.2 Codex through the GitHub Copilot API.
2026-01-15 14:14:09 +08:00
hkfires
5c40a2db21
refactor(thinking): simplify ModeNone and budget validation logic
2026-01-15 14:03:08 +08:00
hkfires
40ee065eff
fix(thinking): use static lookup to avoid alias issues
2026-01-15 13:06:40 +08:00
hkfires
a75fb6af90
refactor(antigravity): remove hardcoded model aliases
2026-01-15 13:06:39 +08:00
hkfires
0b06d637e7
refactor: improve thinking logic
2026-01-15 13:06:39 +08:00
Nova
f82f70df5c
fix(kiro): re-add kiro-auto to registry
...
Reference: https://github.com/router-for-me/CLIProxyAPIPlus/pull/16
Revert: a594338bc5
2026-01-15 03:26:22 +07:00
Luis Pater
ba486ca6b7
Merge branch 'router-for-me:main' into main
2026-01-01 21:03:16 +08:00
hkfires
4fc3d5e935
refactor(iflow): simplify thinking config handling for GLM and MiniMax models
2026-01-01 19:31:08 +08:00
hkfires
e332419081
feat(registry): add thinking support for gemini-2.5-computer-use-preview model
2025-12-31 17:09:22 +08:00
Luis Pater
e85c9d9322
Merge branch 'main' into plus
2025-12-30 23:33:35 +08:00
hkfires
ce7474d953
feat(cliproxy): propagate thinking support metadata to aliased models
2025-12-30 15:16:54 +08:00
Luis Pater
d06e2dc83c
Merge branch 'router-for-me:main' into main
2025-12-28 02:10:16 +08:00
leaph
6403ff4ec4
feat(iflow): add model-specific thinking configs for GLM-4.7 and MiniMax-M2.1
...
- GLM-4.7: Uses extra_body={"thinking": {"type": "enabled"}, "clear_thinking": false}
- MiniMax-M2.1: Uses reasoning_split=true for OpenAI-style reasoning separation
- Added preserveReasoningContentInMessages() to support re-injection of reasoning
content in assistant message history for multi-turn conversations
- Added ThinkingSupport to MiniMax-M2.1 model definition
2025-12-27 18:39:15 +01:00
Luis Pater
cdb9c2e6e8
Merge remote-tracking branch 'origin/main' into router-for-me/main
2025-12-24 20:18:53 +08:00
Luis Pater
9d975e0375
feat(models): add support for GLM-4.7 and MiniMax-M2.1
2025-12-24 19:30:57 +08:00
Luis Pater
5418bbc338
Merge branch 'router-for-me:main' into main
2025-12-20 23:40:09 +08:00
sheauhuu
df777650ac
feat: add gemini-3-flash-preview model definition in GetGeminiModels
2025-12-20 20:05:20 +08:00