Back to Models

GLM Search Pro (Sogou)

zhipuzhipu/search-pro-sogou

Sogou-sourced search with mainland Chinese coverage focus.

search-pro-sogou routes the query through Sogou's search index β€” strong on mainland-China content, news sites, WeChat articles, and Baike-style references that other engines miss.

Pick this one when your end-users ask questions about Chinese current events, domestic companies, regulatory updates, or any topic where Sogou's Chinese-language corpus has an edge.

Sogou index
Backed by Sogou's mainland China web crawl, including WeChat public articles and Baike entries.
Chinese long-tail
Best engine for niche Chinese topics with limited English presence.
Same envelope
Identical OpenAI-compatible chat-completion shape as the other search-* engines β€” no code changes vs search-pro.
When to use
Queries about Chinese news, companies, regulations, products, or culture where mainland index coverage matters.
When not to use
English-dominant or non-China-centric queries β€” search-pro or search-pro-quark will usually return more relevant results.
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

TypeRate
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-sogou",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Customer Support