feat: add Scenario AI model catalog and pricing#777
Open
bhishmendramahala-crypto wants to merge 3 commits into
Open
feat: add Scenario AI model catalog and pricing#777bhishmendramahala-crypto wants to merge 3 commits into
bhishmendramahala-crypto wants to merge 3 commits into
Conversation
added 3 commits
May 13, 2026 23:45
…separated keys Identical per-region execution_modes blocks are grouped using the same comma-separated region key pattern as OpenAI multidim pricing (PR #770). 885 region entries reduced to 132 across 60 Anthropic-family models.
- general/scenario-ai.json: 379 custom models from Scenario public API with per-model type (image/video/audio/3d) - pricing/scenario-ai.json: per-model pricing at $0.009/credit (Pro plan rate), request_token=0 as Scenario bills per output
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.
Summary
general/scenario-ai.json: 379 custom models fetched from Scenario's public API (GET /v1/models/public), with per-model type inference (image/video/audio/3d) anddisablePlayground: trueflag.pricing/scenario-ai.json: Per-model pricing at$0.009/credit(Scenario Pro plan effective rate) mapped toresponse_token;request_token = 0because Scenario bills per generated output, not per prompt token.Notes
model_prefix (e.g.model_bfl-flux-2-dev) — confirmed against the live public catalog (500 models, 100% prefixed).scripts/sync-scenario-models.mjsagainst the public API.