Skip to content

feat: add Scenario AI model catalog and pricing#777

Open
bhishmendramahala-crypto wants to merge 3 commits into
mainfrom
feat/add-scenario-ai-models
Open

feat: add Scenario AI model catalog and pricing#777
bhishmendramahala-crypto wants to merge 3 commits into
mainfrom
feat/add-scenario-ai-models

Conversation

@bhishmendramahala-crypto
Copy link
Copy Markdown
Contributor

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) and disablePlayground: true flag.
  • pricing/scenario-ai.json: Per-model pricing at $0.009/credit (Scenario Pro plan effective rate) mapped to response_token; request_token = 0 because Scenario bills per generated output, not per prompt token.

Notes

  • All Scenario model IDs use the model_ prefix (e.g. model_bfl-flux-2-dev) — confirmed against the live public catalog (500 models, 100% prefixed).
  • Credit rate derived from Scenario's Pro plan: $45/mo for 5,000 credits → $0.009/credit.
  • Model catalog can be re-synced by running scripts/sync-scenario-models.mjs against the public API.

Bhishmendra Mahala 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant