# December 17: Support for Gemini 3 Flash, Cohere Rerank 4

### New Features

* 💡 Graphlit now supports **Google Gemini 3 Flash Preview** with the model enum `GEMINI_3_FLASH_PREVIEW`.
* 💡 We have added support for **Cohere Rerank 4** for improved retrieval relevance scoring.
* We have added support for **OpenAI GPT-Image 1.5** for image generation.

### Bugs Fixed

* GPLA-4785: Box refresh tokens are now properly saved after access token generation, preventing feed authentication failures
* GPLA-4783: Fixed null reference errors when processing inline file processor connectors
* GPLA-4780: Fixed function timeout exceptions on long-running entity event processing
* GPLA-4770: Fixed Box feed authentication errors caused by expired refresh tokens


---

# 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/december-2025/december-17-support-for-gemini-3-flash-cohere-rerank-4.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.
