























@@ -99,18 +99,45 @@ If `provider: "perplexity"` is configured and the Perplexity key SecretRef is un
9999100100These parameters apply to the native Perplexity Search API path.
101101102-| Parameter | Description |
103-| --------------------- | ---------------------------------------------------- |
104-| `query` | Search query (required) |
105-| `count` | Number of results to return (1-10, default: 5) |
106-| `country` | 2-letter ISO country code (e.g., "US", "DE") |
107-| `language` | ISO 639-1 language code (e.g., "en", "de", "fr") |
108-| `freshness` | Time filter: `day` (24h), `week`, `month`, or `year` |
109-| `date_after` | Only results published after this date (YYYY-MM-DD) |
110-| `date_before` | Only results published before this date (YYYY-MM-DD) |
111-| `domain_filter` | Domain allowlist/denylist array (max 20) |
112-| `max_tokens` | Total content budget (default: 25000, max: 1000000) |
113-| `max_tokens_per_page` | Per-page token limit (default: 2048) |
102+<ParamField path="query" type="string" required>
103+Search query.
104+</ParamField>
105+106+<ParamField path="count" type="number" default="5">
107+Number of results to return (1–10).
108+</ParamField>
109+110+<ParamField path="country" type="string">
111+2-letter ISO country code (e.g. `US`, `DE`).
112+</ParamField>
113+114+<ParamField path="language" type="string">
115+ISO 639-1 language code (e.g. `en`, `de`, `fr`).
116+</ParamField>
117+118+<ParamField path="freshness" type="'day' | 'week' | 'month' | 'year'">
119+Time filter — `day` is 24 hours.
120+</ParamField>
121+122+<ParamField path="date_after" type="string">
123+Only results published after this date (`YYYY-MM-DD`).
124+</ParamField>
125+126+<ParamField path="date_before" type="string">
127+Only results published before this date (`YYYY-MM-DD`).
128+</ParamField>
129+130+<ParamField path="domain_filter" type="string[]">
131+Domain allowlist/denylist array (max 20).
132+</ParamField>
133+134+<ParamField path="max_tokens" type="number" default="25000">
135+Total content budget (max 1000000).
136+</ParamField>
137+138+<ParamField path="max_tokens_per_page" type="number" default="2048">
139+Per-page token limit.
140+</ParamField>
114141115142For the legacy Sonar/OpenRouter compatibility path:
116143此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。