9 Commits

Author SHA1 Message Date
Tianning Li 6111f36aa7 Merge remote-tracking branch 'upstream/dev' into add-step-3.7-flash
# Conflicts:
#	models/stepfun/step-3.7-flash.toml
2026-07-11 12:59:51 +08:00
Adam 084f3e1684 add sourced benchmark results for frontier models 2026-07-10 12:08:10 -05:00
Tianning Li 85b0c61825 fix(stepfun): apply PR review non-blocking fixes
- Move video modality to base model step-3.7-flash; drop redundant
  per-provider [modalities] overrides (all 4 providers inherit video)
- Add # Reasoning HTTP format comment to both step-plan provider.toml
- Move reasoning-effort comments to top of model TOMLs for sync safety
- Logo cleanup: drop root fill=none, clipPath rect fill; add trailing newline
2026-07-09 17:48:07 +08:00
Tianning Li c3ede089ed Merge remote-tracking branch 'upstream/dev' into add-step-3.7-flash
# Conflicts:
#	providers/stepfun-ai/models/step-3.7-flash.toml
#	providers/stepfun-ai/models/step-3.7-flash.toml~HEAD
2026-07-03 14:40:25 +08:00
Adam 5c281e4feb feat: model descriptions 2026-07-01 14:16:49 -05:00
Tianning Li f55836ab46 refactor(stepfun): use base_model inheritance for step provider models
- Collapse stepfun/stepfun-ai/*-step-plan model files to base_model refs
- Add reasoning_options (effort levels) per model
- Add benchmarks and update knowledge date on base step-3.7-flash
- Normalize logo.svg viewBox
2026-06-15 01:59:10 +08:00
Leszek c02cf9ee89 refactor(zenmux): centralize model definitions and simplify provider configs
This refactors Zenmux model configurations by:
- Moving comprehensive model properties (e.g., limits, modalities) from `providers/zenmux/models/` to the shared `models/` directory.
- Introducing `base_model` references in `providers/zenmux/models/` files, which now primarily specify provider-specific attributes like `cost`.
- Updating parameters for `qwen3.7-plus`, `gpt-5.5-instant`, and `step-3.7-flash` during this reorganization.
2026-06-07 20:22:01 +02:00
Adam c8a52d19c1 feat(models): add coding benchmarks and weights (#2000)
* feat(models): add coding benchmarks and weights

* feat(models): add more coding benchmarks

* feat(models): add agent benchmark scores

* feat(models): normalize benchmark metadata
2026-06-04 11:09:53 -05:00
Adam f6c6f04367 feat(models): add model metadata (#1974)
* feat(models): add model metadata

* feat(models): rename model metadata namespaces
2026-06-03 15:13:54 -05:00