September 26: Support for Google AI and Cerebras models, and latest Groq models
New Features
We have added support for the latest Groq Llama 3.2 preview models, including
LLAMA_3_2_1B_PREVIEW
,LLAMA_3_2_3B_PREVIEW
,LLAMA_3_2_11B_TEXT_PREVIEW
, andLLAMA_3_2_90B_TEXT_PREVIEW
. We have also added support for the Llama 3.2 multimodal modelLLAMA_3_2_11B_VISION_PREVIEW.
We have added a new
specification
parameter to thepromptConversation
mutation. Now you can specify your initial specification for a new conversation, or update an existing conversation, without requiring additional API calls.
Bugs Fixed
GPLA-3083: Not sending custom instructions/guidance with extraction prompt
GPLA-3146: Filtering Persons by email not working
GPLA-3171: Not failing on deprecated OpenAI model
GPLA-3158: Summarization not using revision strategy
Last updated