# LLM 和 AI

- [ChatGPT](https://developers.oxylabs.io/api-targets/cn/llm-he-ai/chatgpt.md): 通过提交提示词提取 ChatGPT 响应，解析数据包括响应文本、Markdown 输出、引文、外部链接和 LLM 模型信息。
- [Perplexity](https://developers.oxylabs.io/api-targets/cn/llm-he-ai/perplexity.md): 通过提交提示词提取 Perplexity 响应，解析数据包括答案文本、Markdown 输出、相关查询、引用来源、图片、内嵌商品等。


---

# 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://developers.oxylabs.io/api-targets/cn/llm-he-ai.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.
