2025-08-29
New Features
- Improved response speed: default buffering reduced to 5 seconds, with typing time deducted from the response dispatch delay.
- Gender Identity Support: Added support for transgender profiles, see supported profile genders.
- New Languages: Expanded language support to include Norwegian and Lithuanian.
- Language Documentation: See our complete list of supported languages in the API Reference.
2025-07-23
New Features
- Complete engagement solution: Say hello to
engage
— our new all-in-one parameter for proactive messaging. Whether you want to break the ice or follow up naturally, it’s now easier than ever. See the API Reference for details. - Bypass content guardrails (advanced use only): You can now use the
disableSafetyFeatures
parameter to turn off our Core Guardian safety layer. ⚠️ Use with caution: you’ll be fully responsible for keeping the content safe for all users. See the API Reference for details.
Deprecated Features
iceBreaker
parameter: TheiceBreaker
parameter has been deprecated in favor ofengage
. To specify the type of icebreaker, use the optionaliceBreakerType
parameter.
2025-07-01
New Features
- Multiple messages per reply: Chat models can now generate replies composed of multiple messages, simulating a more natural, conversational chat experience. (see API Reference)
- Icebreakers: Allows our chat models uses ice-breaker when starting a conversation. (see API Reference)
- Maximum Message Length: Allows you to set a maximum message length per project.
- Reply Typing Time: You can add a delay between the
answer.processing
andanswer.created
events to simulate human-like typing behavior. (see API Reference)
Improvements
- Project configuration: updating your project configuration is now easier.