mirror of
https://github.com/jehna/humanify.git
synced 2026-04-28 01:55:56 +03:00
[GH-ISSUE #502] Cerebras inference support #82
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @neoOpus on GitHub (Jun 29, 2025).
Original GitHub issue: https://github.com/jehna/humanify/issues/502
Hi,
I would like to know if someone worked on making humanify support Cerebras inference, as it is compatible with OpenAI and can be a better alternative in terms of speed and cost?
https://inference-docs.cerebras.ai/resources/openai
@0xdevalias commented on GitHub (Jun 30, 2025):
@neoOpus Have you tried using the
humanify openai --baseURLparam in the way they suggest?github.com/jehna/humanify@7beba2d324/src/commands/openai.ts (L20-L24)I'd be interested to hear if you manage to get it to work, and also your feedback on the speed differences, how effective the different models are when used with
humanify, etc.It seems it's also usable via OpenRouter:
These seem to be the models currently available:
The pricing:
And the rate limits:
And further docs about tool use/function calling:
See Also: