Skip to content

Commit e1335d3

Browse files
authored
docs: add Modal provider setup (anomalyco#39710)
1 parent 39506dd commit e1335d3

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

packages/web/src/content/docs/providers.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,30 @@ To use Kimi K2 from Moonshot AI:
15051505

15061506
---
15071507

1508+
### Modal
1509+
1510+
1. Create a [shared Endpoint](https://modal.com/endpoints) for the model you want to use.
1511+
1512+
2. Create a [proxy token](https://modal.com/docs/guide/endpoints#proxy-tokens), then join its ID and secret with a period:
1513+
1514+
```txt
1515+
wk-<id>.ws-<secret>
1516+
```
1517+
1518+
3. Run the `/connect` command, search for **Modal**, and enter the combined proxy token.
1519+
1520+
```txt
1521+
/connect
1522+
```
1523+
1524+
4. Run the `/models` command to select one of the endpoints in your Modal workspace.
1525+
1526+
```txt
1527+
/models
1528+
```
1529+
1530+
---
1531+
15081532
### NVIDIA
15091533

15101534
NVIDIA provides access to Nemotron models and many other open models through [build.nvidia.com](https://build.nvidia.com) for free.

0 commit comments

Comments
 (0)