> For the complete documentation index, see [llms.txt](https://nsclouds.gitbook.io/aillm.nsclouds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nsclouds.gitbook.io/aillm.nsclouds.com/readme.md).

# 简介

**NewStream AI 网关**

NewStream AI Gateway 通过统一的 API 接口整合了主流的人工智能服务能力，涵盖对话生成、图像生成与处理、音频处理以及向量嵌入等。它使开发者能够高效地接入多种 AI 服务，简化了对接不同提供商 API 的复杂性，显著提升了开发和部署效率。

所有 API 均采用标准化接口设计，能够灵活适配多样化的业务场景。该网关尤其适用于边缘智能及实时内容处理应用。

更多产品信息与解决方案介绍，请访问[官网](https://www.ngaa.com.cn/product/aigateway.html)了解更多。

如需获取访问授权或技术支持，请联系 NewStream 客户支持团队：<dev@ngaa.com.cn>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nsclouds.gitbook.io/aillm.nsclouds.com/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
