docs: add Modal provider setup (#39710)

This commit is contained in:
Deven Navani 2026-07-30 11:29:32 -07:00 committed by GitHub
commit ceb4890ca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1505,6 +1505,30 @@ To use Kimi K2 from Moonshot AI:
--- ---
### Modal
1. Create a [shared Endpoint](https://modal.com/endpoints) for the model you want to use.
2. Create a [proxy token](https://modal.com/docs/guide/endpoints#proxy-tokens), then join its ID and secret with a period:
```txt
wk-<id>.ws-<secret>
```
3. Run the `/connect` command, search for **Modal**, and enter the combined proxy token.
```txt
/connect
```
4. Run the `/models` command to select one of the endpoints in your Modal workspace.
```txt
/models
```
---
### NVIDIA ### NVIDIA
NVIDIA provides access to Nemotron models and many other open models through [build.nvidia.com](https://build.nvidia.com) for free. NVIDIA provides access to Nemotron models and many other open models through [build.nvidia.com](https://build.nvidia.com) for free.