# Dec 5th, 2025

## GenStudio

### New Features

* **Video Generation**: Users can now generate dynamic videos based on their data.
* **Improved Model Access Control**: Users trying to access models they don't have access to will now receive a specific error code.

### Bug Fixes

* **Unique Model Listing**: Fixed an issue that caused duplicate models to appear in the models list.

## Control Center

### New Features

* **Advanced Video Generation**: Implemented Gemini Video Generation with an asynchronous polling mechanism and cost tracking.
* **Tag-Based Model Access Control**: Introduced a new method for restricting model access using tags.


---

# 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://docs.skydeck.ai/releases/dec-5th-2025.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.
