> For the complete documentation index, see [llms.txt](https://docs.avis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avis.net/guide/change-log.md).

# Changelog

{% updates format="full" %}
{% update date="2026-08-20" tags="model,system,image-generation,video-generation" %}

## API Docs Release Note

What changes?&#x20;

* Integrate Deepseek - Provider Partner for AVIS API. [Details here](https://docs.avis.xyz/api-reference/endpoints/model-list).
* Implement Seedream 5.0 Pro Layer Separation on API. [Details here](https://docs.avis.xyz/api-reference/endpoints/image-generation).
* Update URL available and storage time (72 hours) for asset generated via API.
* Display estimated cost when using model. [Details here](https://docs.avis.xyz/api-reference/introduction/use).
  {% endupdate %}
  {% endupdates %}

{% updates format="full" %}
{% update date="2026-08-04" tags="model,agent,assistant,api" %}

## API Docs Release Note

What changes?

* Added a new guide on installing and integrating AVIS-API into Agent Coding services. [Details here.](https://docs.avis.xyz/integrations/coding)
* Updated Authentication (Auth) when using an API Key. [Details here](https://docs.avis.xyz/api-reference/introduction/authentication).
* Added new Models to the Embedding category under API compatibility, following [OpenAI](https://docs.avis.xyz/api-reference/introduction/openai-compatibility), [Anthropic](https://docs.avis.xyz/api-reference/introduction/anthropic-compatibility), and [Gemini compatibility](https://docs.avis.xyz/api-reference/introduction/gemini-compatibility) standards.
* Added API for getting credit on API Key (set credit/limit). [Details here](https://docs.avis.xyz/api-reference/introduction/use).
  {% endupdate %}
  {% endupdates %}

***

{% updates format="full" %}
{% update date="2026-08-20" tags="model,image-generation,system,video-generation" %}

## Tài liệu API - Ghi chú phát hành

Đã thay đổi/bổ sung:&#x20;

* Tích hợp Deepseek - đối tác cung cấp cho AVIS API. [Chi tiết tại đây.](https://docs.avis.xyz/api-reference/endpoints/model-list)
* Implement Seedream 5.0 Pro Layer Separation on API. [Chi tiết tại đây.](https://docs.avis.xyz/api-reference/endpoints/image-generation)
* Cập nhật tính khả dụng và thời gian lưu trữ (72 giờ) của đường dẫn cho tài nguyên được tạo qua API.
* Hiển thị giá tiền ước tính khi sử dụng model. [Chi tiết tại đây.](https://docs.avis.xyz/api-reference/introduction/use)
  {% endupdate %}

{% update date="2026-08-10" tags="model,api,agent,assistant" %}

## Tài liệu API - Ghi chú phát hành

Đã thay đổi/bổ sung:

* Thêm hướng dẫn cài đặt và tích hợp AVIS-API vào các dịch vụ Agent Coding. [Chi tiết tại đây](https://docs.avis.xyz/integrations/coding).
* Cập nhật Auth khi chỉ dùng API Key. [Chi tiết tại đây](https://docs.avis.xyz/api-reference/introduction/authentication).
* Bổ sung thêm các Model vào danh mục Embedding trong API compatibility theo các chuẩn [OpenAI Compatibility](https://docs.avis.xyz/api-reference/introduction/openai-compatibility) , [Anthropic Compatibility](https://docs.avis.xyz/api-reference/introduction/anthropic-compatibility), [Gemini Compatibility](https://docs.avis.xyz/api-reference/introduction/gemini-compatibility).
* Bổ sung API cho get credit trên API Key (set credit/limit). [Chi tiết tại đây](https://docs.avis.xyz/api-reference/introduction/use).
  {% endupdate %}
  {% endupdates %}


---

# 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://docs.avis.net/guide/change-log.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.
