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

# Changelog

> All updates, fixes, and breaking changes to the Sanas SDK

Track all updates, new features, and fixes to the Sanas SDK.

<Update label="Human ↔ Human" tags={["Models","Accounts"]} description="New Models: AT5.2 and Language Translation">
  ## Accent Translation (`AT5.2`) and Language Translation  Are Now Available

  Two new Human ↔ Human models are live on the Sanas Developer Platform:

  * **`AT5.2`** (Accent Translation): Modifies accents in real time so every speaker is instantly understood, while preserving what makes their voice their own.
  * [LT Documentation](/Docs/Models/Human-Human/Language-Translation/Language-Translation) (Language Translation): Translates conversations across languages in real time, preserving each speaker's tone and intent with no interpreter delay.
    ### Get a Developer Account, Faster
    Developer accounts can now be created through self-serve signup, no sales contact required.
    * [Create your developer account →](https://console.sanas.ai/signup)
    * [Choose Your Model →](/Docs/Models/Choose-Your-Model)
    * [Language Translation →](/Docs/Models/Human-Human/Language-Translation/Language-Translation)
    * [Accent Translation →](/Docs/Models/Human-Human/Accent-Translation/Accent-Translation)
</Update>

<Update label="AI Voice Agent" tags={["Models"]} description="New Models">
  ## Two New Models Replace `AGENTIC_SE`

  `AGENTIC_SE` is deprecated and replaced by two specialized models:

  * **`AGENTIC_VI_G_NC`** (Default): Removes environmental background noise **and** distant human voices from the primary speaker's audio stream
  * **`AGENTIC_ST_NC`**: Removes environmental background noise while **preserving** distant human speech

  ### Migration

  Update `audio_params.modelName` from `"AGENTIC_SE"` to either new model. No other code changes needed.

  * [AI Voice Agent Models →](/Docs/Models/Overview)
  * [Quick Start →](/Docs/Getting-Started/Quick-Start)
  * [API Reference →](/API-Reference/Overview)
</Update>
