Skip to content

Commit 848ddd1

Browse files
palashgoOxyjun
andauthored
Update src/content/docs/ai-gateway/features/dynamic-routing/index.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent fb4b6f3 commit 848ddd1

File tree

1 file changed

+9
-8
lines changed
  • src/content/docs/ai-gateway/features/dynamic-routing

1 file changed

+9
-8
lines changed

src/content/docs/ai-gateway/features/dynamic-routing/index.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,16 @@ Ensure your gateway has [authentication](/ai-gateway/configuration/authenticatio
4848

4949
:::
5050

51-
1. **Create a route**
52-
- In **(Select your gateway) → Dynamic Routes → Add Route**, name it (e.g., `support`), then open the **Editor**.
53-
2. **Define conditionals, limits etc**
54-
3. **Configure model nodes**
51+
1. Create a route.
52+
- Go to **(Select your gateway)** > **Dynamic Routes** > **Add Route**, and name it (for example, `support`).
53+
- Open **Editor**.
54+
2. Define conditionals, limits and other settings.
55+
3. Configure model nodes.
5556
- Example:
5657
- Node A: Provider OpenAI, Model `o4-mini-high`
5758
- Node B: Provider OpenAI, Model `gpt-4.1`
58-
4. **Save a version**
59+
4. Save a version.
5960
- Click **Save** to save the state. You can always roll back to earlier versions from **Versions**.
60-
- Deploy the version to make it live
61-
5. **Call the route from your code**
62-
- Use the [OpenAI compatible](/ai-gateway/usage/chat-completion/) endpoint and use the route name in place of the model eg `dynamic/support`
61+
- Deploy the version to make it live.
62+
5. Call the route from your code.
63+
- Use the [OpenAI compatible](/ai-gateway/usage/chat-completion/) endpoint, and use the route name in place of the model, for example, `dynamic/support`.

0 commit comments

Comments
 (0)