@tryarcanist/cli 0.1.143 → 0.1.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -680,7 +680,6 @@ var MODEL_REGISTRY = [
|
|
|
680
680
|
provider: "baseten",
|
|
681
681
|
backends: [OPENCODE_AGENT_RUNTIME_BACKEND],
|
|
682
682
|
contextWindow: 128e3,
|
|
683
|
-
visibility: "internal_probe",
|
|
684
683
|
// Verified 2026-06-26 against GET https://inference.baseten.co/v1/models:
|
|
685
684
|
// the served id is namespaced `openai/gpt-oss-120b`, not bare `gpt-oss-120b`.
|
|
686
685
|
providerModelId: "openai/gpt-oss-120b"
|