Files
JATMNandGitHub a23014b260 fix(atlas-cloud): sync static catalog with live /models metadata (#1754)
- Enrich every entry with maxOutputTokens (from max_output_length) and
  capabilities (function calling, json mode, vision, reasoning) pulled from
  the live catalog. Addresses discoveryService metadata gap.
- Add transportOverrides.openaiShim.removeBodyFields for xai/grok-build-0.1
  to drop reasoning_effort (fixes 400 on Atlas Cloud).
- Curate current model set:
  - Add: Kimi K2.7 Code, GLM 5.2, Qwen3.7 Max/Plus, Doubao Seed 2.0 variants,
    Claude Sonnet 4.6 / Haiku 4.5 (base + coding), latest GPT/Gemini/Grok.
  - Drop: K2 Thinking/Instruct 0905, older MiniMax M2.1/M2, duplicate Qwen.
- Keep source: 'static' only. Entries sorted in descending version order
  within each vendor family.
- Preserve notes: 'Free' on the owl model.

.gitignore: ignore .tmp-* directories (test artifacts such as replay-index tests).

Follows static-over-hybrid, catalog-model-ordering, and grok-build-0.1 notes.
2026-06-24 07:23:25 +08:00

28 lines
355 B
Plaintext

node_modules/
dist/
*.tsbuildinfo
web/dist/
web/*.tsbuildinfo
.env
.env.*
!.env.example
auth.json
.openclaude-profile.json
.openclaude/
reports/
GEMINI.md
CLAUDE.md
package-lock.json
/.claude
# Local git worktrees created by agent/developer tooling.
/.worktrees/
coverage/
__pycache__/
*.py[cod]
.pytest_cache/
agent.log
plan/
.tmp
.tmp-*
temp_reference/