Reconcile Nebius provider metadata - #1864
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedNext included review available in 19 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (36)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0cd7754202
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "kind": "official_api", | ||
| "url": "https://tokenfactory.nebius.com/api/public/models_info", | ||
| "accessed_at": "2026-08-24T00:00:00Z", | ||
| "notes": "Live public model catalogue; authoritative for active serverless model IDs, modalities, regions, context limits, and per-million-token prices." |
There was a problem hiding this comment.
Add the UK region before marking region data verified
For the uk-south1 deployment identified as active by this audit, the provider still publishes default_execution_regions and default_data_regions as only EU, US, and IL (lines 10–11). Provider filters and model quickstart residency displays consume those fields, so declaring this feed authoritative for active regions while omitting the UK leaves the newly verified catalogue reporting an incomplete residency footprint; add the corresponding UK region and reconcile the residency notes, or avoid claiming region verification.
AGENTS.md reference: packages/data/catalog/AGENTS.md:L14-L16
Useful? React with 👍 / 👎.
Summary
nebiusas the catalogue-only alias linked to the gateway-backednebius-token-factoryfamilynebius-token-factory*gateway/pricing record untouchedOfficial architecture decision
Nebius AI Studio exposes these models through the Token Factory OpenAI-compatible API at
api.tokenfactory.nebius.com. Phaseo'snebius-token-factory*slugs are the existing routable gateway offers and retain their history. Thenebiusslug is a non-routable catalogue alias, now explicitly related throughprovider_family_id; the live serverless catalogue is reconciled there without rewriting gateway history.Reconciliation
eu-north1,us-central1,uk-south1, oreu-west2standardnullbecause the live provider feed publishes context limits but no distinct maximum-output limitsPrimary sources
Validation
pnpm validate:datapnpm validate:pricingpnpm validate:gatewaygit diff --checkCreated with Codex