Skip to content

feat: add cerebras/zai-glm-4.7 parameters#115

Merged
guillaumegay13 merged 1 commit into
mnfst:mp/add-openai-gpt-5.6-lunafrom
guillaumegay13:mp/add-cerebras-zai-glm-4.7
Jul 14, 2026
Merged

feat: add cerebras/zai-glm-4.7 parameters#115
guillaumegay13 merged 1 commit into
mnfst:mp/add-openai-gpt-5.6-lunafrom
guillaumegay13:mp/add-cerebras-zai-glm-4.7

Conversation

@guillaumegay13

Copy link
Copy Markdown
Collaborator

Adds parameter coverage for cerebras/zai-glm-4.7 (Cerebras-served GLM-4.7). Addresses #85.

New provider cerebras (api_key), plus a lobe-icons logo mapping.

Parameters (10)

max_completion_tokens, temperature, top_p, frequency_penalty, presence_penalty, seed, stop, reasoning_effort, clear_thinking, response_format.type.

Verified against the live Cerebras API

Every parameter was smoke-tested against POST /v1/chat/completions with model: zai-glm-4.7. Each returned 200; an unsupported param like top_k returns 400, so acceptance is real.

  • reasoning_effort values are none / low / medium / high — confirmed by the API's own validation error: "Input should be 'none', 'low', 'medium' or 'high'" (default is rejected, unlike Groq's build of the same knob).
  • clear_thinking (boolean, default true) is GLM-4.7-specific — controls whether prior-turn thinking is kept in context.

Validated locally: npm run validate, npm test, npm run guard:params, npm run typecheck, npm run build all pass.

@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added model Add a model that's missing site Website code or tooling labels Jul 14, 2026
@guillaumegay13 guillaumegay13 force-pushed the mp/add-cerebras-zai-glm-4.7 branch from 1041837 to d46b4b2 Compare July 14, 2026 13:49
@guillaumegay13 guillaumegay13 merged commit 3702056 into mnfst:mp/add-openai-gpt-5.6-luna Jul 14, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

model Add a model that's missing site Website code or tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant