easyai-ai-gateway/apps/api/internal/store
chensipeng b6c4105a94
fix(api): 补全模型能力继承与响应推导
- 合并 base model 默认能力与平台覆盖项
- 在模型响应中补齐 text_generate 的上下文与推理能力字段
- 为相关逻辑补充测试和迁移脚本
2026-05-25 20:36:32 +08:00
..
access_rules.go feat: refine api key permissions and admin routes 2026-05-10 23:22:26 +08:00
audit_logs.go feat: add wallet settlement audit flow 2026-05-11 22:59:26 +08:00
base_models.go fix gateway loopback validation chains 2026-05-11 08:48:02 +08:00
candidates_test.go feat: add priority demotion controls 2026-05-12 18:43:20 +08:00
candidates.go fix(rate-limits): treat empty policies as unlimited 2026-05-24 22:28:25 +08:00
catalog_providers.go chore: commit pending gateway changes 2026-05-10 22:34:15 +08:00
file_storage_channels.go feat: add file storage settings and uploads 2026-05-13 20:23:45 +08:00
identity_admin.go feat: refine api key permissions and admin routes 2026-05-10 23:22:26 +08:00
model_billing_filter_test.go feat: improve model catalog aggregation 2026-05-11 17:44:57 +08:00
model_billing_filter.go feat: improve model catalog aggregation 2026-05-11 17:44:57 +08:00
platform_models_test.go fix(api): 补全模型能力继承与响应推导 2026-05-25 20:36:32 +08:00
platform_models.go fix(api): 补全模型能力继承与响应推导 2026-05-25 20:36:32 +08:00
postgres.go fix(api): 补全模型能力继承与响应推导 2026-05-25 20:36:32 +08:00
pricing_rules.go feat: improve model catalog aggregation 2026-05-11 17:44:57 +08:00
rate_limit_status_test.go fix(rate-limits): treat empty policies as unlimited 2026-05-24 22:28:25 +08:00
rate_limit_status.go fix(rate-limits): treat empty policies as unlimited 2026-05-24 22:28:25 +08:00
rate_limits.go feat: add gateway billing estimate and rate limit details 2026-05-15 01:53:52 +08:00
runner_policies.go feat: add priority demotion controls 2026-05-12 18:43:20 +08:00
runtime_policies.go Restrict priority demotion to same-model peers 2026-05-13 08:37:39 +08:00
runtime_types.go feat: filter candidates by request resolution 2026-05-18 15:50:08 +08:00
tasks_runtime.go feat(api): 添加多媒体内容支持并优化钱包计费系统 2026-05-22 23:46:08 +08:00
tx.go feat: add wallet settlement audit flow 2026-05-11 22:59:26 +08:00
user_group_policy.go feat: add gateway billing estimate and rate limit details 2026-05-15 01:53:52 +08:00
wallet_reservation_test.go feat(api): 添加多媒体内容支持并优化钱包计费系统 2026-05-22 23:46:08 +08:00
wallet.go feat(api): 添加多媒体内容支持并优化钱包计费系统 2026-05-22 23:46:08 +08:00