Skip to content

update docs for Model Router #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configure-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ values for your defined connection authentication parameters.

## Model hosting

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

## Scaling your runtime resources

Expand Down
3 changes: 1 addition & 2 deletions deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ workflow to your repo that builds your Modus app to Hypermode on commit.
## Deploy

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

You can view the deployment status from the Deployments tab within the Hypermode
Console.
6 changes: 5 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"group": "Tools",
"pages": ["hosted-models", "hyp-cli"]
"pages": ["model-router", "hyp-cli"]
},
{
"group": "Resources",
Expand Down Expand Up @@ -542,6 +542,10 @@
{
"source": "/graphs/deploy",
"destination": "/graphs/provision"
},
{
"source": "/hosted-models",
"destination": "/model-router"
}
]
}
58 changes: 0 additions & 58 deletions hosted-models.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion hyp-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Comprehensive reference for the Hyp CLI commands and usage"

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

## Install

Expand Down
4 changes: 2 additions & 2 deletions introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ them together as your complete backend.
<Card title="Graphs" icon="chart-network" href="graphs/overview">
Organize your knowledge in a natural structure of nodes and relationships
</Card>
<Card title="Models" icon="cube" href="/hosted-models">
Experiment rapidly with the most popular and newest open source models
<Card title="Models" icon="cube" href="/model-router">
Experiment rapidly with the most popular open source and commercial models
</Card>
<Card title="Integrated Console" icon="display">
Understand and control the end-to-end flow of your agents, data, and
Expand Down
Loading
Loading