Commit graph

3 commits

Author SHA1 Message Date
mateo-berri
af179be681 fix(together_ai): stop writing context_length as max_output_tokens in the serverless sync
The Together catalog exposes only context_length, so the sync was recording
every chat model's context window as its output ceiling. New entries now carry
max_input_tokens and the legacy max_tokens from the catalog and get an output
ceiling only from a reviewed capability rule. GLM-5.2 and GLM-5.3-Flash rules
carry the documented 128K ceiling, and the 26 other inflated together_ai chat
entries drop max_output_tokens in both registry copies.
2026-08-29 15:26:44 -07:00
mateo-berri
6373ea090e fix(scripts): drop supports_prompt_caching when cached pricing leaves the together_ai catalog 2026-08-25 13:25:46 -07:00
mateo-berri
90bc8acd86 feat(models): add daily Together AI model registry sync script and workflow 2026-08-25 13:12:06 -07:00