Changelog
Get the (almost) daily changelog
Enhancements in Assistant Responses, New Gemini Model, and Call Handling
- Introduction of ‘gemini-2.0-flash-lite’ Model Option: You can now use
gemini-2.0-flash-lite
inAssistant.model[provider="google"].model[model="gemini-2.0-flash-lite"]
for a reduced latency, lower cost Gemini model with a 1 million token context window.

- New Assistant Paginated Response: All
Assistant
endpoints now return paginated responses. Each response specifiesitemsPerPage
,totalItems
, andcurrentPage
, which you can use to navigate through a list of assistants.