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

# Q3

#### 15 July ‘25 - 15 Sept ‘25

1. Integration of AI Models on Dapp. User can now use different models’ APIs on [dapp.gpu.net](http://dapp.gpu.net)&#x20;
2. Chat, Image Generation and Video Generation on DApp. Generate up to 30 seconds of high quality videos or hd images on [dapp.gpu.net](http://dapp.gpu.net)
3. On Subnets, the live feed now includes updates from all across the products, and incorporates live reactions from the public.
4. Subnets’ Rewards now can be seen in the public subnet page, and their voters list can be viewed as well as exported.
5. Not just the subnets, now users can directly post into the feed.
6. Feed posts can also have images now. Users or Subnets can upload an image and put a nice caption to it.
7. As promised earlier, GBAY (a decentralized marketplace) is now under testing, and has completed the development phase. It will be available to the public very soon.
8. We have been working on unified auth for all the products and very soon there will be one login for all the products, and the products will be under one master application. It is under development.

<br>


---

# 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.gpu.net/dev-updates/q3.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.
