Skip to content
Open
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
7 changes: 7 additions & 0 deletions conf/model_providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ chat:
"HTTP-Referer": "https://agent-zero.ai/"
"X-Title": "Agent Zero"
"X-OpenRouter-Categories": "personal-agent,cloud-agent"
openpaths:
name: OpenPaths
litellm_provider: openai
models_list:
endpoint_url: "https://openpaths.io/v1/models"
kwargs:
api_base: https://openpaths.io/v1
sambanova:
name: Sambanova
litellm_provider: sambanova
Expand Down
12 changes: 12 additions & 0 deletions plugins/_onboarding/webui/onboarding-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const MORE_CLOUD_PROVIDER_IDS = [
"github_copilot",
"sambanova",
"cometapi",
"openpaths",
"other",
];

Expand Down Expand Up @@ -192,6 +193,17 @@ export const ONBOARDING_PROVIDER_OVERRIDES = {
model_list_autoload: true,
short_description: "One key for many model families.",
},
openpaths: {
logo: "https://openpaths.io/favicon.png",
setup_url: "https://openpaths.io/",
api_key_url: "https://openpaths.io/account",
docs_url: "https://openpaths.io/works-with-openpaths",
default_chat_model: "openpaths/auto",
default_utility_model: "openpaths/auto-fast",
api_key_mode: "required",
model_list_autoload: true,
short_description: "One key, neural routing across many models.",
},
other: {
logo: "/public/darkSymbol.svg",
docs_url: "",
Expand Down