Discussed in #78
Originally posted by tailorgunjan93 May 23, 2026
Feature Request: Cerebras Provider Support
Summary
Add Cerebras as a supported AI connector in git-lrc.
Why Cerebras?
- Cerebras offers a free API tier making it accessible for open-source users
- It uses an OpenAI-compatible API, so integration should be straightforward
- Extremely fast inference (runs on Cerebras hardware)
- Base URL:
https://api.cerebras.ai/v1
Suggested Implementation
Since Cerebras is OpenAI-compatible, it could reuse the existing OpenAI connector with a configurable base_url:
References
This would make git-lrc accessible to more free-tier users.
Discussed in #78
Originally posted by tailorgunjan93 May 23, 2026
Feature Request: Cerebras Provider Support
Summary
Add Cerebras as a supported AI connector in git-lrc.
Why Cerebras?
https://api.cerebras.ai/v1Suggested Implementation
Since Cerebras is OpenAI-compatible, it could reuse the existing OpenAI connector with a configurable
base_url:References
This would make git-lrc accessible to more free-tier users.