You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,36 @@
1
1
# Changelog
2
2
3
+
All notable changes to this project will be documented in this file.
3
4
4
-
*🚧 Next Relesase*
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
7
8
+
## [1.1.0] - 2025-04-12
9
+
10
+
### Added
11
+
- Suporte completo para Text-to-Speech via método `speech()`
12
+
- Suporte aprimorado para processamento em lote via método `batch()`
13
+
- Novas configurações para Speech API e Batch Processing
14
+
- Documentação atualizada com exemplos de uso das novas funcionalidades
15
+
16
+
### Changed
17
+
- Atualizada dependência do groq-php para ^1.2.0
18
+
- Melhorada a documentação do Facade com PHPDoc atualizado
19
+
- Refatorado GroqClient para melhor gerenciamento de configurações
20
+
21
+
### Fixed
22
+
- Corrigido o método `batch()` para usar o nome correto do método no cliente groq-php
23
+
24
+
## [Unreleased]
25
+
26
+
### Changed
27
+
- Updated vision model to use `meta-llama/llama-4-scout-17b-16e-instruct`, the latest recommended model by Groq
28
+
- Improved file upload test to ensure proper text/plain MIME type recognition
29
+
- Fixed file upload test to use correct purpose 'batch'
30
+
31
+
### Notes
32
+
- The new vision model `meta-llama/llama-4-scout-17b-16e-instruct` offers improved multimodal performance with support for a 128K token context window and image input up to 5 images
33
+
- Current performance: 607 tokens per second (TPS) as benchmarked by Groq
**Note:** Refer to the official Groq API documentation for the latest available TTS models, voices, and supported formats. You can set default values in your `config/groq.php` file.
356
+
314
357
## Step-by-Step Reasoning
315
358
316
359
Groq Laravel offers support for obtaining responses with step-by-step reasoning, useful for detailed explanations, mathematical problems, or any solution that benefits from a transparent process.
0 commit comments