Skip to content

Commit 646f3ef

Browse files
update docs for Model Router (#125)
* update docs for Model Router * add generation models * Update model-router.mdx * add model router code examples * fix formatting * Update model-router.mdx --------- Co-authored-by: William Lyon <[email protected]>
1 parent 2051cf4 commit 646f3ef

12 files changed

+542
-78
lines changed

configure-environment.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ values for your defined connection authentication parameters.
1717

1818
## Model hosting
1919

20-
Where available, Hypermode defaults to shared model instances. Refer to the
21-
[Hosted Models](/hosted-models) documentation for instructions on setting up
22-
hosted models.
20+
Hypermode offers integrated model hosting for a selection of the most popular
21+
open source and commercial models. See [Model Router](/model-router) for more
22+
information.
2323

2424
## Scaling your runtime resources
2525

deploy.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ workflow to your repo that builds your Modus app to Hypermode on commit.
2828
## Deploy
2929

3030
On successful build of your project, Hypermode automatically deploys your
31-
project changes. For [hosted models](/hosted-models), Hypermode creates a
32-
connection for your app to a shared or dedicated model instance.
31+
project changes.
3332

3433
You can view the deployment status from the Deployments tab within the Hypermode
3534
Console.

docs.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"group": "Tools",
64-
"pages": ["hosted-models", "hyp-cli"]
64+
"pages": ["model-router", "hyp-cli"]
6565
},
6666
{
6767
"group": "Resources",
@@ -542,6 +542,10 @@
542542
{
543543
"source": "/graphs/deploy",
544544
"destination": "/graphs/provision"
545+
},
546+
{
547+
"source": "/hosted-models",
548+
"destination": "/model-router"
545549
}
546550
]
547551
}

hosted-models.mdx

-58
This file was deleted.

hyp-cli.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Comprehensive reference for the Hyp CLI commands and usage"
55

66
Hyp CLI is a command-line tool for managing your Hypermode account and apps.
77
When using Hyp CLI alongside the Modus CLI, your apps automatically connect to
8-
[Hypermode-hosted models](/hosted-models) when working locally.
8+
Hypermode's [Model Router](/model-router) when working locally.
99

1010
## Install
1111

introduction.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ them together as your complete backend.
3333
<Card title="Graphs" icon="chart-network" href="graphs/overview">
3434
Organize your knowledge in a natural structure of nodes and relationships
3535
</Card>
36-
<Card title="Models" icon="cube" href="/hosted-models">
37-
Experiment rapidly with the most popular and newest open source models
36+
<Card title="Models" icon="cube" href="/model-router">
37+
Experiment rapidly with the most popular open source and commercial models
3838
</Card>
3939
<Card title="Integrated Console" icon="display">
4040
Understand and control the end-to-end flow of your agents, data, and

0 commit comments

Comments
 (0)