mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-27 01:22:10 +03:00
feat(search): add Xquik X search provider (#11370)
Merged into release/v3.8.51 via batch validation: xquik provider suites green on the combined tree (193 node:test assertions incl. your 7 new cases), check:provider-consistency OK (353 canonical providers), static gates green. Well-scoped fallbackOnly X-provider with clean citation building — thanks @kriptoburak!
This commit is contained in:
@@ -141,6 +141,18 @@ export const SEARCH_PROVIDERS = {
|
||||
"SuperGrok OAuth (xai-oauth) or xAI API key. This is Grok X Search, not the X Developer MCP.",
|
||||
serviceKinds: ["webSearch"],
|
||||
},
|
||||
"xquik-search": {
|
||||
id: "xquik-search",
|
||||
alias: "xquik",
|
||||
name: "Xquik X Search",
|
||||
icon: "tag",
|
||||
color: "#111827",
|
||||
textIcon: "XQ",
|
||||
website: "https://docs.xquik.com",
|
||||
authHint:
|
||||
"Xquik API key (xq_...). Search is metered per returned post; the catalog estimate uses 5 results.",
|
||||
serviceKinds: ["webSearch"],
|
||||
},
|
||||
"ollama-search": {
|
||||
id: "ollama-search",
|
||||
alias: "ollama-search",
|
||||
|
||||
Reference in New Issue
Block a user