Skip to content

feat: add Cerebras provider support#7339

Merged
Kvadratni merged 1 commit intomainfrom
add-cerebras-provider
Feb 19, 2026
Merged

feat: add Cerebras provider support#7339
Kvadratni merged 1 commit intomainfrom
add-cerebras-provider

Conversation

@Kvadratni
Copy link
Collaborator

Summary

  • Add Cerebras as a provider using OpenAI-compatible API
  • Supports production models (llama3.1-8b, gpt-oss-120b) and preview models (qwen-3-235b-a22b-instruct-2507, zai-glm-4.7)
  • Configuration: CEREBRAS_API_KEY (required), CEREBRAS_HOST (optional)

Testing

  • Verified with curl and goose CLI
  • All models work correctly

@Kvadratni Kvadratni requested a review from katzdave February 19, 2026 01:13
Copy link
Collaborator

@alexhancock alexhancock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentative approve but look into my comment and update if possible

@Kvadratni Kvadratni force-pushed the add-cerebras-provider branch from 5b79102 to 006f616 Compare February 19, 2026 05:07
Add Cerebras as a declarative provider using OpenAI-compatible API.
Supports production models (llama3.1-8b, gpt-oss-120b) and preview
models (qwen-3-235b-a22b-instruct-2507, zai-glm-4.7).

Signed-off-by: Max Novich <maxnovich@users.noreply.github.com>
Signed-off-by: Max Novich <maxnovich@Maxs-Mac-mini.local>
@Kvadratni Kvadratni force-pushed the add-cerebras-provider branch from 006f616 to d27b073 Compare February 19, 2026 05:13
@Kvadratni Kvadratni added this pull request to the merge queue Feb 19, 2026
Merged via the queue into main with commit 19964ca Feb 19, 2026
20 checks passed
@Kvadratni Kvadratni deleted the add-cerebras-provider branch February 19, 2026 06:39
jh-block added a commit that referenced this pull request Feb 19, 2026
* origin/main:
  fix(ci): deflake smoke tests for Google models (#7344)
  feat: add Cerebras provider support (#7339)
  fix: skip whitespace-only text blocks in Anthropic message (#7343)
  fix(goose-acp): heap allocations (#7322)
  Remove trailing space from links (#7156)
  fix: detect low balance and prompt for top up (#7166)
  feat(apps): add support for MCP apps to sample (#7039)
  Typescript SDK for ACP extension methods (#7319)
  chore: upgrade to rmcp 0.16.0 (#7274)
  docs: add monitoring subagent activity section (#7323)
  docs: document Desktop UI recipe editing for model/provider and extensions (#7327)
  docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330)
  fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321)
  docs: add Permission Policy documentation for MCP Apps (#7325)
  update RPI plan prompt (#7326)
  docs: add CLI syntax highlighting theme customization (#7324)
  fix(cli): replace shell-based update with native Rust implementation (#7148)
  docs: rename Code Execution extension to Code Mode extension (#7316)
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.

3 participants

Comments