DX-596-together-chat-completions: sync with mintlify-docs#888#12
Open
zainhas wants to merge 1 commit into
Open
DX-596-together-chat-completions: sync with mintlify-docs#888#12zainhas wants to merge 1 commit into
zainhas wants to merge 1 commit into
Conversation
Reflects Kimi-K2.5 serverless deprecation by removing it from model
tables and supported-model lists, and swapping the hybrid-reasoning
examples to moonshotai/Kimi-K2.6.
- references/models.md: drop Kimi K2.5 from chat catalog and vision
table; replace it as a vision alternative.
- references/reasoning-models.md: drop Kimi K2.5 row + bullet; collapse
'Kimi K2.6 / K2.5' best-practices heading to Kimi K2.6.
- references/structured-outputs.md: drop Kimi K2.5 from top models.
- references/function-calling-patterns.md: drop Kimi K2.5 from
supported tool-calling models.
- references/api-parameters.md: switch reasoning toggle examples to
Kimi K2.6.
- scripts/reasoning_models.{py,ts}: switch hybrid reasoning examples
to Kimi K2.6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs
together-chat-completionswith the merged mintlify-docs PRtogethercomputer/mintlify-docs#888 — MLE-5307: docs: deprecate Kimi-K2.5 from serverless,
which removes
moonshotai/Kimi-K2.5from the serverless catalog (it is also listed as notavailable on on-demand dedicated endpoints in the deprecations table).
Triggering doc changes
docs/serverless/models.mdx— removes themoonshotai/Kimi-K2.5row from both the chat and vision serverless model tables.docs/deprecations.mdxanddocs/changelog.mdx— record the deprecation (informational only; not mapped to a skill).Skill changes
references/models.md: dropKimi K2.5from the chat catalog and vision tables; replace it as a vision alternative in the recommended-by-use-case table.references/reasoning-models.md: drop theKimi K2.5row from the model table and the bullet from the hybrid-models list; collapse theKimi K2.6 / K2.5best-practices heading toKimi K2.6.references/structured-outputs.md: dropmoonshotai/Kimi-K2.5from the supported-models list.references/function-calling-patterns.md: dropmoonshotai/Kimi-K2.5from the supported tool-calling models list.references/api-parameters.md: switch thereasoning={"enabled": True}Python/TypeScript examples tomoonshotai/Kimi-K2.6.scripts/reasoning_models.pyandscripts/reasoning_models.ts: switch the hybrid reasoning streaming, non-streaming, and toggle examples frommoonshotai/Kimi-K2.5tomoonshotai/Kimi-K2.6(same hybrid-on-by-default behavior).Generated by the Sync Skills Cursor Automation. Please review before merging.