Back
AI summary
Written by AI from the official notes. Check them for exact details.Three new parameters were introduced to enhance text generation, and temperature settings were adjusted for better model consistency.
- Introduced
presence_penaltyto reduce word repetition. - Introduced
frequency_penaltyto limit frequent word usage. - New parameter
nallows multiple completions per request. - Temperature of models downscaled for improved consistency.
Why it matters: Users seeking improved text generation quality and control should pay attention to these updates.
Full release notes5 changes
- We introduced three new parameters:
presence_penalty: penalizes the repetition of words or phrasesfrequency_penalty: penalizes the repetition of words based on their frequency in the generated textn: number of completions to return for each request, input tokens are only billed once.- We downscaled the temperature parameter of
pixtral-12b,ministral-3b-2410, andministral-8b-2410by a multiplier of 0.43 to improve consistency, quality, and unify model behavior.