-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Description
I would like to request support for file uploads in the DeepSeekClient. Currently, it seems there is no direct method to upload files to the DeepSeek API.
Use Case
Being able to upload files directly would be very useful for:
- Analyzing document contents
- Processing images
- Working with various file formats
Current Workaround
Currently, we have to:
- Convert files to base64 encoding
- Or upload files to external storage services
- Then send the base64/URL as part of the message content
Questions
- Is file upload support planned for future releases?
- If yes, what file types/formats will be supported?
- What would be the maximum file size limit?
- Will there be any specific methods for handling different file types?
Additional Context
- PHP Version: 8.1+
- DeepSeek PHP Client Version: 2.0
- Laravel Version: 10.10
Thank you for considering this feature request!
Metadata
Metadata
Assignees
Labels
No labels