Add MC-1 by ColomboAI - #6135
Open
wilkont wants to merge 5 commits into
Open
Conversation
Contributor
|
No actionable findings. |
Author
|
Correction: the earlier 4,096-token maximum was superseded. MC-1 now has an enforced 128,000-token logical-model maximum and retains 4,096 only as the default when callers omit an output budget. Runtime route eligibility now excludes model profiles that cannot execute the requested budget. The authoritative product change and 563/563 validation are in https://github.com/ColomboAI-com/MC-1-platform/pull/40. The contribution metadata and PR body are aligned to 128,000. |
Contributor
Action items
|
Contributor
|
No actionable findings. |
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.
Add MC-1 by ColomboAI
Summary
Adds the native
mc1provider and its logicalcolomboai/mc-1model somodels.dev consumers such as OpenCode can discover MC-1 without a custom
provider definition.
Contract
https://api.colomboai.com/v1MC1_API_KEYThe first public MC-1 repository commit containing the logical model is dated
2026-08-15: https://github.com/ColomboAI-com/MC-1-platform/commit/7d93ac4bdc854858b1e2d9fd2bb835bf3b536216
Pricing is omitted because MC-1 dynamically selects an eligible executable
route and does not publish one fixed per-token price for the logical model.
Validation
bun validatepasses against the current models.devdevbranch.OpenAPI, documentation, and integration-example coverage for the fixed output
limit.