> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ko/releases/feb-7th-2025.md).

# 2025년 2월 7일

## GenStudio

### 개선 사항

* **모델 구성 개선**: 모델 목록이 더 쉽게 탐색할 수 있도록 재구성되었습니다.

## 컨트롤 센터

### 새로운 기능

* **실시간 응답 스트리밍**: OpenAI 모델에 대한 스트리밍을 활성화하여 더 빠르고 상호작용적인 응답을 제공합니다.

### 개선 사항

* **모델 식별 개선**: 인식하기 쉽게 모델 이름에 접두사를 추가했습니다.

### 버그 수정

* **대화 이름 길이 수정**: 60자보다 긴 대화 이름으로 인해 발생한 문제를 해결했습니다.


---

# 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:

```
GET https://docs.skydeck.ai/ko/releases/feb-7th-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.
