feat: add hyper charm provider - #2983
Conversation
Co-authored-by: Oskar <oskarkocol@users.noreply.github.com>
There was a problem hiding this comment.
Logo from the Press kit: https://charm.land/presskit
|
can u add a sync automation for it too? |
Co-authored-by: Oskar <oskarkocol@users.noreply.github.com>
Bring branch up to date with anomalyco/models.dev (177 commits). Resolved conflicts in sync index and tests, keeping hyper provider alongside new upstream direct sync providers.
Bring in latest model catalog syncs and provider updates from anomalyco/models.dev.
Reconcile local upstream merge with fork's upstream sync commit.
Resolve conflicts in sync index and tests, keeping hyper provider alongside wandb and updated OpenRouter test imports from dev.
|
I have confirmed the key findings. Here is my review. Action items
|
…/models.dev-contrib into feat/add-charm-models
…karkocol/models.dev-contrib into feat/add-charm-models" This reverts commit 2cf1873, reversing changes made to 314deab.
|
Action items
|
|
sure, let's clarify the comment |
|
PR reviewer ded. Gotta rerun the action |
There was a problem hiding this comment.
Hello! 👋
Thank you both for the interest in listing Hyper on models.dev.
I would just like to let you know that we're planning some small changes to our /models endpoint for soon:
- We plan to make costs available for public requests (so you won't need an API key for that anymore).
- We'll probably rename some fields for clarity, in particular the costs because
cache_inandcache_outare not so clear, and should be something likecache_creationandcache_hitinstead.
So it's probably a good idea to hold this for a bit, and I'll let you know here once we do these changes.
By the way, good timing to let us know if you miss anything on the endpoint.
|
Thanks for the heads-up @andreynering. I'm going to close this PR. We can revisit once Hyper's new |
|
IMO it’s worth keeping it open as a draft, but it’s your choice. |
|
Prefer closing than letting it go stale. Drop a comment here when the new endpoint is live and we can easily spin up a fresh one! |
|
@oskarkocol Updated endpoint is live: https://hyper.charm.land/v1/models |

@rekram1-node before merging, make sure you add a repo secret
HYPER_API_KEY. You can get it here: https://hyper.charm.land/. I had no issues making one - no credit card was needed.Context
Our friends at charm land shipped a gateway.
I'm adding them as a provider.
And also closing: #2747
Their prices are accessible via API therefore adding automation:
Tests
Local
Good. Screemshot proof:

Good also.

Good. Great.

Github Action test on a fork
Created a simple action just to test the functionality. This branch on my fork. https://github.com/oskarkocol/models.dev-contrib/tree/test%2Fhyper-sync-action
https://github.com/oskarkocol/models.dev-contrib/actions/runs/28957929117/job/85921707951
Looks good.