# July 17: Support for xAI Grok models, YouTube audio download, bug fixes

### New Features

* :bulb: Graphlit now supports xAI as a model provider, with the latest Grok 3 and Grok 4 models.
* We have added support for the latest Groq and Cerebras models, including Kimi K2 and Qwen 3.
* We have added support for downloading YouTube audio tracks from a YouTube video, when using `ingestUri` mutation.

### Bugs Fixed

* GPLA-4370: Unable to update feed read limit after creation
* GPLA-4343: Split paragraphs with long lines is too slow
* GPLA-4401: Update model cards to have ALL\_CAPS enums
* GPLA-4412: Failed to stream response with Cohere Command A


---

# 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://changelog.graphlit.dev/july-2025/readme-12.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.
