You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/guides/providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ ocx logout <provider>
86
86
|`anthropic`|`anthropic`|`https://api.anthropic.com`| Claude models; live model list fetched from `/v1/models`. |
87
87
|`kimi`|`openai-chat`|`https://api.kimi.com/coding/v1`| Kimi K2.7/K2.6/K2.5 coding models. |
88
88
|`kiro`|`kiro`|`https://runtime.us-east-1.kiro.dev`| Initial login imports the installed, signed-in `kiro-cli` session (install with `curl -fsSL https://cli.kiro.dev/install| bash`, then run `kiro-cli login`). **Add account** logs `kiro-cli` out, starts a fresh browser login that switches the account used by `kiro-cli`, and stores account-scoped profile metadata. Existing OpenCodex accounts are preserved, and cancellation or failure restores the previous `kiro-cli` session. |
89
-
|`google-antigravity`|`google`|`https://daily-cloudcode-pa.googleapis.com`| Google OAuth over the Cloud Code Assist wire. |
89
+
|`google-antigravity`|`google`|`https://daily-cloudcode-pa.googleapis.com`| Google OAuth over the Cloud Code Assist wire. Uses the maintained six-model static catalog because CCA does not expose the generic `/models` endpoint. |
90
90
|`cursor`|`cursor`|`https://api2.cursor.sh`| Experimental PKCE login, live HTTP/2 transport, and account-filtered model discovery. |
91
91
|`github-copilot`|`openai-chat`|`https://api.githubcopilot.com`| Experimental. GitHub device flow + `copilot_internal` exchange (VS Code OAuth client). Requires an active Copilot subscription; not an official third-party API. |
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/ko/guides/providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ ocx logout <provider>
81
81
|`anthropic`|`anthropic`|`https://api.anthropic.com`| Claude 모델; 실시간 모델 목록은 `/v1/models`에서 가져옵니다. |
82
82
|`kimi`|`openai-chat`|`https://api.kimi.com/coding/v1`| Kimi K2.7/K2.6/K2.5 코딩 모델. |
83
83
|`kiro`|`kiro`|`https://runtime.us-east-1.kiro.dev`| 최초 로그인은 Kiro CLI를 설치(`curl -fsSL https://cli.kiro.dev/install| bash`)하고 `kiro-cli login`으로 로그인한 기존 세션을 가져옵니다. **계정 추가**는 `kiro-cli`에서 로그아웃한 뒤 새 브라우저 로그인을 시작하여 `kiro-cli` 자체의 계정을 전환하고, 계정별 프로필 메타데이터를 저장합니다. 기존 OpenCodex 계정은 유지되며, 취소되거나 실패하면 이전 `kiro-cli` 세션을 복원합니다. |
84
-
|`google-antigravity`|`google`|`https://daily-cloudcode-pa.googleapis.com`| Google OAuth를 Cloud Code Assist wire로 사용합니다. |
84
+
|`google-antigravity`|`google`|`https://daily-cloudcode-pa.googleapis.com`| Google OAuth를 Cloud Code Assist wire로 사용합니다. CCA가 범용 `/models` 엔드포인트를 제공하지 않으므로 유지 관리되는 6개 모델 정적 카탈로그를 사용합니다. |
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/ru/guides/providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ ocx logout <provider>
89
89
|`anthropic`|`anthropic`|`https://api.anthropic.com`| Модели Claude; актуальный список моделей загружается из `/v1/models`. |
90
90
|`kimi`|`openai-chat`|`https://api.kimi.com/coding/v1`| Модели Kimi K2.7/K2.6/K2.5 для кодинга. |
91
91
|`kiro`|`kiro`|`https://runtime.us-east-1.kiro.dev`| Первый вход импортирует существующую сессию после установки Kiro CLI (`curl -fsSL https://cli.kiro.dev/install| bash`) и входа через `kiro-cli login`. **Добавить аккаунт** выполняет выход из `kiro-cli`, запускает новый вход через браузер, переключает аккаунт самого `kiro-cli` и сохраняет метаданные профиля отдельно для каждого аккаунта. Существующие аккаунты OpenCodex сохраняются; при отмене или сбое восстанавливается предыдущая сессия `kiro-cli`. |
92
-
|`google-antigravity`|`google`|`https://daily-cloudcode-pa.googleapis.com`| Google OAuth поверх протокола Cloud Code Assist. |
92
+
|`google-antigravity`|`google`|`https://daily-cloudcode-pa.googleapis.com`| Google OAuth поверх протокола Cloud Code Assist. Используется поддерживаемый статический каталог из шести моделей, поскольку CCA не предоставляет общий эндпоинт `/models`. |
93
93
|`cursor`|`cursor`|`https://api2.cursor.sh`| Экспериментальный PKCE-вход, живой транспорт HTTP/2 и обнаружение моделей с фильтрацией по аккаунту. |
94
94
|`github-copilot`|`openai-chat`|`https://api.githubcopilot.com`| Экспериментально. Device flow GitHub + обмен `copilot_internal` (OAuth-клиент VS Code). Требуется активная подписка Copilot; это не официальный сторонний API. |
// matching Cursor's !apiKey → configured degradation and fetch-failure fallback.
376
378
returnconfigured;
377
379
}
378
-
if(prov.liveModels===false){
379
-
clearProviderDiscoveryStatus(name);
380
-
returnconfigured;
381
-
}
382
380
constfresh=getFreshCached(name,ttlMs);
383
381
if(fresh)returnwithVertexDefaultSeed(applyConfigHintsToCachedModels(name,prov,fresh,contextCap));// dedups Codex's frequent /v1/models polling within the TTL
0 commit comments