mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-19 21:32:20 +03:00
feat(providers): update Openference free models and add Deyin to compatible agents (#13378)
* feat(providers): update Openference free models and add Deyin to compatible agents * docs(providers): regenerate PROVIDER_REFERENCE.md against the current tip Post-merge regeneration so the diff only reflects the Openference free-model addition, not stale eurouter/greenpt/count churn from an out-of-date local generation. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> * fix(providers): soften unconfirmed Openference free-forever claim The Openference pricing page (openference.com/pricing) currently lists five paid plans ($15-$120/mo) and no $0 tier in its structured pricing data, so neither the old "3-day trial" note nor a "free forever" claim can be verified against the source. Point readers to the pricing page instead of asserting a specific duration. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --------- Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Co-authored-by: AnhLead <AnhLead@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,8 @@ export const APIKEY_PROVIDERS_INFERENCE = {
|
||||
textIcon: "OF",
|
||||
website: "https://openference.com",
|
||||
hasFree: true,
|
||||
freeNote: "Free plan: 3-day trial with open-source models — no credit card required",
|
||||
freeNote:
|
||||
"Free tier: includes Qwen3.8 27b and Llama 3.2 3B — see openference.com/pricing for current terms",
|
||||
},
|
||||
poolside: {
|
||||
id: "poolside",
|
||||
|
||||
@@ -44,9 +44,10 @@ export const OAUTH_PROVIDERS = {
|
||||
textIcon: "OF",
|
||||
website: "https://openference.com",
|
||||
hasFree: true,
|
||||
freeNote: "Free plan: 3-day trial with open-source models — no credit card required",
|
||||
freeNote:
|
||||
"Free tier: includes Qwen3.8 27b and Llama 3.2 3B — see openference.com/pricing for current terms",
|
||||
authHint:
|
||||
"Sign in with your Openference account to route requests through api.openference.com. An active plan is required for inference — OAuth may authenticate but return 402 without one.",
|
||||
"Sign in with your Openference account to route requests through api.openference.com. Includes free-tier access to Qwen3.8 27b and Llama 3.2 3B — see openference.com/pricing for current plan terms.",
|
||||
},
|
||||
"grok-cli": {
|
||||
id: "grok-cli",
|
||||
@@ -142,7 +143,14 @@ export const OAUTH_PROVIDERS = {
|
||||
subscriptionRisk: true,
|
||||
riskNoticeVariant: "oauth",
|
||||
},
|
||||
github: { id: "github", serviceKinds: ["llm"], alias: "gh", name: "GitHub Copilot", icon: "code", color: "#333333" },
|
||||
github: {
|
||||
id: "github",
|
||||
serviceKinds: ["llm"],
|
||||
alias: "gh",
|
||||
name: "GitHub Copilot",
|
||||
icon: "code",
|
||||
color: "#333333",
|
||||
},
|
||||
"gitlab-duo": {
|
||||
id: "gitlab-duo",
|
||||
serviceKinds: ["llm"],
|
||||
|
||||
Reference in New Issue
Block a user