mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 18:02:17 +03:00
feat(provider): add hasFree flag to friendliai, chutes, featherless-ai
This commit is contained in:
@@ -1026,6 +1026,8 @@ export const APIKEY_PROVIDERS = {
|
||||
color: "#EA580C",
|
||||
textIcon: "FL",
|
||||
website: "https://featherless.ai",
|
||||
hasFree: true,
|
||||
freeNote: "Free tier available — no credit card required",
|
||||
},
|
||||
llm7: {
|
||||
id: "llm7",
|
||||
@@ -1071,6 +1073,8 @@ export const APIKEY_PROVIDERS = {
|
||||
color: "#EC4899",
|
||||
textIcon: "FR",
|
||||
website: "https://friendli.ai",
|
||||
hasFree: true,
|
||||
freeNote: "Free tier for serverless inference — no credit card required",
|
||||
},
|
||||
llamagate: {
|
||||
id: "llamagate",
|
||||
@@ -1468,6 +1472,8 @@ export const APIKEY_PROVIDERS = {
|
||||
color: "#06B6D4",
|
||||
textIcon: "CH",
|
||||
website: "https://chutes.ai",
|
||||
hasFree: true,
|
||||
freeNote: "Free tier available — no credit card required",
|
||||
authHint: "Bearer API key for the Chutes OpenAI-compatible gateway.",
|
||||
passthroughModels: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user