Skip to content

feat: Add GLM 5.2 as a selectable Fireworks model#93

Closed
devin-ai-integration[bot] wants to merge 1 commit into
developfrom
devin/1781934191-add-glm-5p2-model
Closed

feat: Add GLM 5.2 as a selectable Fireworks model#93
devin-ai-integration[bot] wants to merge 1 commit into
developfrom
devin/1781934191-add-glm-5p2-model

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Adds GLM 5.2 (accounts/fireworks/models/glm-5p2) to the model picker under the Fireworks provider group.

New ModelSelection.fireworksGLM52 case with:

  • displayName"GLM 5.2"
  • apiModelID"accounts/fireworks/models/glm-5p2"
  • contextWindowSize1_048_576 (1M tokens)

Because ModelSelection is CaseIterable and the picker uses ModelSelection.models(for: .fireworks), the new entry automatically appears in Settings → Model under Fireworks — no UI changes needed.

Fireworks playground reference

Link to Devin session: https://app.devin.ai/sessions/5a53ac40135b4d698d6cb5dd90620666

Add GLM 5.2 (accounts/fireworks/models/glm-5p2) to the model picker
under the Fireworks provider group. Context window: 1M tokens.

Co-Authored-By: bot_apk <apk@cognition.ai>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author
Original prompt from API User

Add GLM 5.2 as a selectable Fireworks model in the LoopHarness model picker.

Repository: theashbhat/LoopHarness

Context:

Steps:

  1. Clone/check out the repo and locate where Fireworks models are registered for the model picker (search for existing Fireworks model IDs like accounts/fireworks/models/ to find the right file/enum/list).
  2. Add a new entry for GLM 5.2 alongside the existing Fireworks models, matching the existing pattern (display name, model ID, any capability flags / context window metadata used by sibling models).
  3. Make sure it shows up in the Settings → Model picker UI under Fireworks.
  4. Build to confirm it compiles. Run any existing tests.
  5. Open a PR against main with a clear title and description summarizing the change and linking to the Fireworks playground reference.
  6. Add ashbhat as a reviewer on the PR.

Keep the diff minimal and focused — only the additions needed to surface GLM 5.2.

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot requested a review from ashbhat June 20, 2026 05:45
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
loop-harness Ready Ready Preview, Comment Jun 20, 2026 5:45am

@theashbhat theashbhat closed this Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant