This website requires JavaScript.
Explore
Help
Register
Sign In
oadmin
/
sub2api
Watch
1
Star
0
Fork
0
You've already forked sub2api
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
705131e172e7559ea2d6ae33546c10a03f524a87
sub2api
/
backend
History
erio
88759407c7
feat(channel): 模型映射源支持通配符匹配
...
与定价通配符一致,映射源支持 * 后缀通配符(最长前缀优先): - `*` 匹配所有模型 - `claude-*` 匹配 claude- 开头的模型 - 精确匹配优先于通配符
2026-04-04 11:13:57 +08:00
..
cmd
feat(channel): 通配符定价匹配 + OpenAI BillingModelSource + 按次价格校验 + 用户端计费模式展示
2026-04-04 11:13:43 +08:00
ent
feat(usage): 使用记录增加计费模式字段 — 记录/展示/筛选 token/按次/图片
2026-04-04 11:11:06 +08:00
internal
feat(channel): 模型映射源支持通配符匹配
2026-04-04 11:13:57 +08:00
migrations
feat(usage): 使用记录增加计费模式字段 — 记录/展示/筛选 token/按次/图片
2026-04-04 11:11:06 +08:00
resources
/model-pricing
feat(openai): 增加 gpt-5.4-mini/nano 模型支持与定价配置
2026-03-19 19:03:13 +08:00
.dockerignore
…
.golangci.yml
…
Dockerfile
…
go.mod
chore(deps): go mod tidy to remove stale indirect dependencies
2026-03-17 20:46:12 +08:00
go.sum
chore(go): sync backend go.sum
2026-03-21 01:21:48 +08:00
Makefile
…