# May 23rd, 2025

## GenStudio

### New Features

* **Advanced GPT Image 1 Model Options**: Introduced size and quality parameters for the GPT Image 1 model, allowing users greater control over image generation outputs.

### Improvements

* **Automatic Parameter Refresh**: Parameters in the right sidebar now update automatically when the active model changes, ensuring users always see the most relevant options.
* **Responsive Layout Enhancements**: Optimized the Rememberizer Integration section for better responsiveness across different devices and screen sizes.

### Bug Fixes

* **User Interface Improvements**: Fixed minor UI issues to enhance the overall user experience.

### Security Updates

* **Regular Security Maintenance and Updates**: Performed dependency updates to maintain security and stability.

## Control Center

### New Features

* **Enhanced Model Reasoning**: Improved handling of reasoning capabilities in models by separating thinking processes from normal chat completions, enhancing performance for models with advanced reasoning features.
* **Improved Citation Management**: Enhanced citation formatting with additional newlines for better readability and introduced perplexity features for more effective citation handling.

### Improvements

* **Simplified System Prompts**: Streamlined non-function calling system prompts for greater clarity and efficiency.

### Bug Fixes

* **Schema Validation Corrections**: Removed invalid keys in the tool's schema to resolve validation issues.
* **Navigation Error Fixed**: Resolved a routing error to ensure seamless access to specific application paths.

### Security Updates

* **Regular Security Maintenance and Updates**: Updated dependencies to improve overall security and system stability.


---

# 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/may-23rd-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.
