feat(cost): add EmpirioLabs costs#5695
Open
Adam-Dalloul wants to merge 4 commits into
Open
Conversation
|
@Adam-Dalloul is attempting to deploy a commit to the Helicone Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Author
|
Hi! This adds EmpirioLabs model costs (token, image, and per-call rates). It is ready for review whenever you have a chance, and I am happy to address any feedback. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds EmpirioLabs to the cost registry.
EmpirioLabs (https://empiriolabs.ai) is an OpenAI-compatible model provider. This wires its
https://api.empiriolabs.aibase URL into the provider mappings so requests through Helicone get cost calculated for EmpirioLabs models.Changes
packages/cost/providers/empiriolabs/index.ts: newModelRow[]cost file with current public per-token pricing for five models (qwen3-7-max, deepseek-v4-flash, kimi-k2-7-code, glm-5-1, minimax-m3).packages/cost/providers/mappings.ts: add theapi.empiriolabs.aiURL pattern, theEMPIRIOLABSprovider name, and the provider/costs entry.Costs use the existing per-token unit (USD per 1M tokens divided by 1,000,000), matching the surrounding provider files.
Docs: https://docs.empiriolabs.ai