When using DeepSeek as the LLM provider for moment detection, all requests fail with a 400 Bad Request error. The app appears to be hardcoded to send the model name deepseek-chat, which DeepSeek's API no longer accepts.
Error message received:
DeepSeek request failed (400 Bad Request): {"error":{"message":"The supported API model names are deepseek-v4-pro or deepseek-v4-flash, but you passed deepseek-chat.","type":"invalid_request_error","param":null,"code":"invalid_request_error"}}
Steps to reproduce:
- Configure a valid DeepSeek API key in AutoShorts
- Set DeepSeek as the active LLM provider
- Import a recording and let the automated pipeline run moment detection
- Request fails with the 400 error above
When using DeepSeek as the LLM provider for moment detection, all requests fail with a 400 Bad Request error. The app appears to be hardcoded to send the model name
deepseek-chat, which DeepSeek's API no longer accepts.Error message received:
Steps to reproduce: