> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# February 2026

> February 2026 release notes for Suki APIs and SDKs

This release deprecates the multilingual parameter in the Create Ambient Session endpoint. Multilingual support is now enabled by default.

## What's changed

<span id="multilingual-parameter-deprecated" />

<Update label="February 2026 - Changed" tags={["Deprecated"]}>
  ### Deprecated

  <Badge icon="code" size="sm" color="blue">API v1.1.1</Badge>

  **Multilingual parameter**: We've deprecated the `multilingual` parameter in the Create Ambient Session endpoint. Multilingual support is now enabled by default when you call the API.

  **Why it matters**: Simplifies API calls. You no longer need to pass `multilingual`; multilingual support is always on. Update your integration to remove this parameter.

  Learn more in the [Create ambient session](/api-reference/ambient-sessions/create) API reference.
</Update>
