File tree Expand file tree Collapse file tree
packages/web/src/content/docs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
15101534NVIDIA provides access to Nemotron models and many other open models through [ build.nvidia.com] ( https://build.nvidia.com ) for free.
You can’t perform that action at this time.
0 commit comments