Skip to content

fix(provider): sync fireworks-ai models with current serverless catalog#3538

Open
shzdehmd wants to merge 2 commits into
tailcallhq:mainfrom
shzdehmd:main
Open

fix(provider): sync fireworks-ai models with current serverless catalog#3538
shzdehmd wants to merge 2 commits into
tailcallhq:mainfrom
shzdehmd:main

Conversation

@shzdehmd

Copy link
Copy Markdown

Remove 11 deprecated models no longer available from the Fireworks API:

  • kimi-k2p5, kimi-k2-instruct, kimi-k2-thinking
  • deepseek-v3p1, deepseek-v3p2
  • minimax-m2p1, minimax-m2p5
  • glm-4p5, glm-4p5-air, glm-4p7, glm-5

Add 4 new router models:

  • routers/glm-5p1-fast
  • routers/kimi-k2p7-code-fast
  • routers/kimi-k2p6-turbo
  • routers/kimi-k2p6-fast

Normalize all kimi model context lengths to 262144 (256k).

Models confirmed against https://docs.fireworks.ai/serverless/pricing

Remove 11 deprecated models no longer available from the Fireworks API:
- kimi-k2p5, kimi-k2-instruct, kimi-k2-thinking
- deepseek-v3p1, deepseek-v3p2
- minimax-m2p1, minimax-m2p5
- glm-4p5, glm-4p5-air, glm-4p7, glm-5

Add 4 new router models:
- routers/glm-5p1-fast
- routers/kimi-k2p7-code-fast
- routers/kimi-k2p6-turbo
- routers/kimi-k2p6-fast

Normalize all kimi model context lengths to 262144 (256k).

Models confirmed against https://docs.fireworks.ai/serverless/pricing
@CLAassistant

CLAassistant commented Jun 20, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions Bot added type: fix Iterations on existing features or infrastructure. type: provider Updates provider.json configuration. labels Jun 20, 2026
Reorder the fireworks-ai model list so changes appear as clean additions
and removals instead of reorder churn. Models common with the base branch
keep their original order, new router models are appended at the end, and
the kimi-k2p7-code context_length fix is preserved.

Co-Authored-By: ForgeCode <noreply@forgecode.dev>
@amitksingh1490 amitksingh1490 enabled auto-merge (squash) June 20, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure. type: provider Updates provider.json configuration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants