Skip to content

Quickstart

This path creates a single model that forwards requests to a built-in managed model. You do not need an upstream provider account or API key.

Create or select a workspace in the dashboard. The Overview page becomes the place to find its generated runtime URL, API key, deploy status, and custom domain controls.

Dashboard workspace overview with runtime access

Create the assistant namespace in Organization → Namespaces.

Namespace list and create dialog

Create a support model in the assistant namespace. Paste the first-model source from the next guide and save it. Its public model ID is assistant/support; the source routes it to default/gpt-oss-20b.

Click Deploy from the model editor after saving. The embedded test console calls the deployed runtime with the selected model. The source must be saved before deployment.

Model editor with deploy action and test console

Copy the generated runtime URL and default API key from Overview, then follow Make your first API call. Use assistant/support as the request model.

To route a model through an API key you own, complete this quickstart first, then connect an upstream provider.