Back to Models
GLM Search Pro (Quark)
zhipuzhipu/search-pro-quark
Quark-sourced search β Alibaba's index, strong on commerce & lifestyle.
search-pro-quark routes through Alibaba's Quark search index. Quark performs particularly well on commerce, lifestyle, health, education, and technology queries inside the Chinese internet, surfacing different rankings than Sogou for the same query.
If you're building an assistant for Chinese consumer-facing topics β shopping, travel, health, gadgets β Quark often returns more practical results than the general-purpose engines.
Quark index
Alibaba's mobile-first search index with strong commerce, lifestyle, and education coverage.
Different ranking
Returns a different result set than search-pro-sogou for the same query β combine both to widen recall.
Same envelope
Same OpenAI-compatible response shape β swap the model ID, nothing else.
When to use
Consumer-facing Chinese queries: shopping recommendations, travel research, health questions, product reviews, education content.
When not to use
Hard-news or regulatory queries β search-pro-sogou's index has stronger newsroom coverage.
Pricing: Flat $0.0168 per call.
Compare search engines βContext Length
8K
Max Output
--
Request Priceper request
$0.0168/ request
Modalities
textβtext
Pricing Breakdown
| Type | Rate |
|---|---|
| Request | $0.0168 / request |
Supported Parameters
search_recency_filtersearch_domain_filtercontent_size
API Usage Examples
Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "zhipu/search-pro-quark",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'