# 聯網模式

{% hint style="info" %}
需要連網嘅場景例子：

* 時效性資訊：例如今日／本週／頭先 黃金期貨價格等。
* 實時數據：例如天氣、匯率等動態數值。
* 新興知識：例如新事物、新概念、新技術等等...
  {% endhint %}

### 一、點樣開啟連網

喺 Cherry Studio 嘅提問視窗，撳【小地球】圖示就可以開啟連網。

<figure><img src="/files/6c3c6f917f726a36e32aebd03cf21df3c8b80a1f" alt=""><figcaption><p>撳地球圖示 - 開啟連網</p></figcaption></figure>

<figure><img src="/files/f505bff2fe9513510219d01640b4ffa4b9c6657e" alt=""><figcaption><p>表示 - 已開啟連網功能</p></figcaption></figure>

### 二、特別注意：連網有兩種模式

#### 模式1：模型服務商嘅大模型自帶連網功能

喺呢種情況下，開啟連網之後，直接就可以使用連網服務，真係好簡單。

{% hint style="warning" %}
可以透過問答介面上方，模型名後面有冇小地球標記，快速判斷該模型係咪支援連網。
{% endhint %}

<figure><img src="/files/1ecc4767a302219367476843441bb477f28166af" alt=""><figcaption></figcaption></figure>

喺模型管理頁面，呢個方法亦都可以令你快速分辨到邊啲模型支援連網，邊啲唔支援。

<figure><img src="/files/b85526358d9e9d66b5f545ded67917074d8ce010" alt=""><figcaption></figcaption></figure>

> <mark style="color:green;">**Cherry Studio 目前已經支援嘅連網模型服務商有**</mark>
>
> * <mark style="color:green;">Google Gemini</mark>
> * <mark style="color:green;">OpenRouter（全部模型支援連網）</mark>
> * <mark style="color:green;">騰訊混元</mark>
> * <mark style="color:green;">智譜AI</mark>
> * <mark style="color:green;">阿里雲百煉等</mark>

{% hint style="danger" %}
特別注意：

有一種特殊情況，就算模型上冇帶小地球標記，但佢都可以做到連網，例如下面呢個攻略教程解釋嘅情況。
{% endhint %}

{% content-ref url="/pages/8a5979df1266e2b8ff7f50330bf53b15da8b8aa0" %}
[火山引擎接入聯網](/docs/zhong-wen-fan-ti/pre-basic/websearch/volcengine.md)
{% endcontent-ref %}

***

#### 模式2：模型唔帶連網功能，使用 Tavily 服務 實現連網功能

當我哋使用一個唔帶連網功能嘅大模型時（名後面冇小地球圖示），而我哋又需要佢攞一啲實時資訊嚟處理，呢個時候就要用到 Tavily 網絡搜尋服務。

**初次使用 Tavily 服務**，會彈窗提示去設定一啲資訊，請根據指引操作就得 - 好簡單！

<figure><img src="/files/42e4debb897599f64c2e8b21249202a330a2eeaa" alt=""><figcaption><p>彈窗，撳：去設定</p></figcaption></figure>

<figure><img src="/files/b08f95874939e3784fd8e6389b0a9ad16e28fd83" alt=""><figcaption><p>撳獲取密鑰</p></figcaption></figure>

撳獲取密鑰之後，會自動跳轉到**tavily 嘅官網**登入註冊頁面，註冊並登入之後，建立 API key，然後複製 key 到 Cherry Studio 就得。

{% hint style="danger" %}
唔識註冊，參考本文檔同目錄下 tavily 連網登入註冊教程。
{% endhint %}

**tavily 註冊參考文檔：**

{% content-ref url="/pages/5607873f00af14135c2fb234a9316f1029da1153" %}
[Tavily 聯網登錄註冊教程](/docs/zhong-wen-fan-ti/pre-basic/websearch/tavily.md)
{% endcontent-ref %}

顯示下面呢個界面表示註冊成功。

<figure><img src="/files/97f0aaf0aa8602a5cb46b8d8ec1ca768d834cc4a" alt=""><figcaption><p>複製 key</p></figcaption></figure>

<figure><img src="/files/fc9ff688c9c1a746dfaa17059f31c9ffdc59fdab" alt=""><figcaption><p>貼上 key，大功告成</p></figcaption></figure>

再試多次睇下效果。結果顯示，已經正常連網搜尋喇，而且搜尋結果數係我哋設定嘅預設值：5個。

<figure><img src="/files/ce03e86de4242e9ded27d110f9efd45cef73e233" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
注意：tavily 每個月有白嫖限制，超過咗就要收費\~\~
{% endhint %}

<figure><img src="/files/f9800d05a3ad2bc178883d88c934ab44bf535469" alt=""><figcaption></figcaption></figure>

> PS：如果發現錯誤，歡迎大家隨時聯絡。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/pre-basic/websearch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
