Zhihu integration (AI, Data). Imported from open-connector.
https://developer.zhihu.com/api/v1/content/zhihu_search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The search query keyword. |
| count | integer | optional | The number of Zhihu search results to return, up to 10. |
/api/v1/content/global_search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The search query keyword. |
| count | integer | optional | The number of global search results to return, up to 20. |
| filter | string | optional | Advanced filter expression for host or publish_time constraints. |
| searchDB | string | optional | The search index database to query. |
/api/v1/content/hot_list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of hot list items to return, up to 30. |
/v1/chat/completions
| Param | Type | Required | Description |
|---|---|---|---|
| model | string | optional | The Zhida model tier. |
| messages | array | optional | Conversation messages to send to Zhida. |