[codex] Onboard new KIE models and pricing#2
Merged
Conversation
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
Onboards the current KIE model/pricing work so Media Studio can consume it from
mainafter merge.seedance-2.0-miniwith provider modelbytedance/seedance-2-mini, shared Seedance request handling, prompt preset coverage, and observed site pricing.kling-3.0-turbo-i2vwith provider modelkling/v3-turbo-image-to-video, Turbo-specific prompt preset, payload coverage, and observed 720p/1080p per-second pricing.Safety / publishing scope
No API keys or local machine paths were staged. The staged scan only found documented environment variable names/placeholders such as
KIE_API_KEY, not credentials. The included docs changes are public model capability notes, not internal development notes.Validation
git diff --check --cachedgit diff --cached | rg -n "(sk-[A-Za-z0-9]|AIza|ghp_|github_pat_|BEGIN (RSA|OPENSSH|PRIVATE)|KIE_API_KEY=|Bearer [A-Za-z0-9_\\-]{20,})" || true.venv/bin/python scripts/sync_packaged_specs.py --check.venv/bin/python -m pytest -qResult:
205 passed, 6 skipped.