feat(providers): add t3.chat web provider skeleton (#1909)

Registers t3-web / t3chat-alias executor, 24-model registry, WEB_COOKIE_PROVIDERS
entry, i18n hints, docs row, and 19-case test suite (all passing). Endpoint URL
and SSE chunk schema require a post-devtools-capture follow-up — marked with
TODO(post-devtools-capture) comments throughout.
This commit is contained in:
diegosouzapw
2026-05-19 10:56:54 -03:00
parent 8b8bb3da1b
commit e7eb777969
4 changed files with 403 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ Use the dashboard at `/dashboard/providers` to enable, configure, and test each
| `kimi-coding` | `kmc` | Kimi Coding | OAuth | — | — |
| `windsurf` | `ws` | Windsurf (Devin CLI) | OAuth | [link](https://windsurf.com) | Sign in at windsurf.com to get your token. Visit windsurf.com/show-auth-token after logging in and paste it here, or use the device-code login flow. |
## Web Cookie Providers (6)
## Web Cookie Providers (7)
| ID | Alias | Name | Tags | Website | Notes |
| ---------------- | ---------- | --------------------------- | ---------- | --------------------------------- | ------------------------------------------------------------------------------------------- |
@@ -67,6 +67,7 @@ Use the dashboard at `/dashboard/providers` to enable, configure, and test each
| `grok-web` | `gw` | Grok Web (Subscription) | Web cookie | [link](https://grok.com) | Paste your sso= cookie value from grok.com |
| `muse-spark-web` | `ms-web` | Muse Spark Web (Meta AI) | Web cookie | [link](https://www.meta.ai) | Paste your abra_sess value or full cookie header from meta.ai |
| `perplexity-web` | `pplx-web` | Perplexity Web (Pro/Max) | Web cookie | [link](https://www.perplexity.ai) | Paste your \_\_Secure-next-auth.session-token cookie value from perplexity.ai |
| `t3-web` | `t3chat` | t3.chat (Pro/Free) | Web cookie | [link](https://t3.chat) | Pro: $8/mo, 50+ models. Free tier: limited models. Requires Cookie header + convex-session-id from DevTools. **Skeleton — endpoint URL not yet confirmed (TODO post-devtools-capture).** |
## API Key Providers (paid / paid-with-free-credits) (122)