Refresh the EcoLogits coefficients from the API - #266
Merged
Conversation
Regenerated with EcoLogitsCoefficientsGenerator against api.ecologits.ai: brings the OpenAI models up to gpt-5.5 and refreshes the estimates of the models already listed. Fixes #240
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.
Fixes #240
coefficients.csvregenerated withEcoLogitsCoefficientsGeneratoragainstapi.ecologits.ai, the same flow as #196. Nothing else changes:mapping.csvis curated by hand and the generator only reports the models it could not find there (344 at the moment, as before).What changes
Row by row against the current file (373 → 356 models):
o4-mini-deep-research1.58e-4 → 8.98e-5 kWh per 1k output tokens,voxtral-mini−30%,gpt-4o-mini-tts/transcribe−25%). Existing outputs, including AWS Bedrock ones, move accordingly.gpt-5.5(gpt-5.4-mini/nano/pro,gpt-5.5,gpt-5.5-pro), plus recent Anthropic, Cohere and Gemini models.gpt-5.6is not exposed by the API yet.gpt-4-*-preview,gpt-4o-*-audio/realtime-preview), 10 Mistral (devstral-*,mistral-large-2411,pixtral-large-*, ...), 6 Gemma, 3 Cohere (command-r,aya-*),claude-3-haiku-20240307. None of them is referenced frommapping.csv, so no Bedrock coverage is lost; the file simply mirrors the API, as the generator is designed to.v1betaonly exposes providers, models, estimations and electricity mix zones), so nothing to pick up there.Verification
All tests pass; the EcoLogits and Bedrock tests use their own fixtures and are unaffected by the data. Opened separately from #267 on purpose: this touches 377 lines of generated data and existing estimates, the Azure adapter does not need it to work.