# 产品价格

<table><thead><tr><th width="250">名称</th><th>订阅金额</th><th width="88">有效天数</th><th width="78">额度</th><th width="94">周期</th><th width="130">是否为PLUS</th><th>账号</th></tr></thead><tbody><tr><td>月付(普通)</td><td>5</td><td>30</td><td>200</td><td>每小时</td><td>否</td><td>3.5</td></tr><tr><td>季付(普通)</td><td>12</td><td>90</td><td>200</td><td>每小时</td><td>否</td><td>3.5</td></tr><tr><td>年付(普通)</td><td>35</td><td>365</td><td>200</td><td>每小时</td><td>否</td><td>3.5</td></tr><tr><td>日付(Plus)</td><td>7</td><td>1</td><td>30</td><td>每小时</td><td>是</td><td>4.0</td></tr><tr><td>周付(Plus)</td><td>40</td><td>7</td><td>40</td><td>每小时</td><td>是</td><td>4.0</td></tr><tr><td>半月(Plus)</td><td>70</td><td>15</td><td>50</td><td>每小时</td><td>是</td><td>4.0</td></tr><tr><td>月付(Plus)</td><td>130</td><td>30</td><td>60</td><td>每小时</td><td>是</td><td>4.0</td></tr><tr><td>季付(Plus)</td><td>360</td><td>90</td><td>80</td><td>每小时</td><td>是</td><td>4.0</td></tr><tr><td>半年(Plus)</td><td>650</td><td>180</td><td>90</td><td>每小时</td><td>是</td><td>4.0</td></tr><tr><td>年付(Plus)</td><td>1100</td><td>365</td><td>100</td><td>每小时</td><td>是</td><td>4.0</td></tr></tbody></table>


---

# 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://gptmeta-docs.mygptmeta.com/chan-pin-gou-mai/chan-pin-jia-ge.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.
