Skip to content

[codex] Add Modelsell provider preset - #3812

Draft
modelsell wants to merge 1 commit into
chatboxai:mainfrom
modelsell:codex/add-modelsell-provider
Draft

[codex] Add Modelsell provider preset#3812
modelsell wants to merge 1 commit into
chatboxai:mainfrom
modelsell:codex/add-modelsell-provider

Conversation

@modelsell

Copy link
Copy Markdown

Description

Adds Modelsell as a featured built-in OpenAI-compatible provider preset.

The integration includes:

  • the Modelsell provider enum and registry definition
  • https://modelsell.com/v1 as the default API host
  • dynamic model discovery through https://modelsell.com/v1/models
  • API key, documentation, and website links
  • provider icon and display-name wiring
  • a provider factory regression test

Models remain dynamically fetched and are not hardcoded.

Closes #3811

Additional Notes

Validation performed:

  • Build passed.
  • Typecheck passed after the build generated the ignored route tree.
  • Focused provider/model tests passed: 13 tests.
  • Changed-file lint reported only 3 existing warnings in src/shared/providers/index.ts.
  • Full lint still has unrelated baseline failures: 11 errors and 984 warnings.

No live authenticated Modelsell API call was performed.

Screenshots

Not applicable; this change adds a provider preset using the existing settings UI.

Contributor Agreement

By submitting this Pull Request, I confirm that I have read and agree to the following terms:

  • I agree to contribute all code submitted in this PR to the open-source community edition licensed under GPLv3 and the proprietary official edition without compensation.
  • I grant the official edition development team the rights to freely use, modify, and distribute this code, including for commercial purposes.
  • I confirm that this code is my original work, or I have obtained the appropriate authorization from the copyright holder to submit this code under these terms.
  • I understand that the submitted code will be publicly released under the GPLv3 license, and may also be used in the proprietary official edition.

[x] I have read and agree with the above statement.

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 5cbc8270-8008-4af4-b257-4e39a2d3ce4b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

[Feature] Add Modelsell as an OpenAI-compatible provider preset

1 participant