According to your documentation you support Gemma 4 models https://docs.cactuscompute.com/latest/#supported-llms. I was wondering if we can use a single model instance for generation but also transcription. Instead of instantiating models with the same identifier for different tasks, e.g. a CattusLLM instance for completion and a CactusSTT for transcription. Ideally, I'd like a single CactusModel that supports both transcribe and completion uses.
Also, I was wondering if support for text to speech would be available through the Qwen 3 tts model family https://qwen.ai/blog?id=qwen3tts-0115
Happy to collaborate!
According to your documentation you support Gemma 4 models https://docs.cactuscompute.com/latest/#supported-llms. I was wondering if we can use a single model instance for generation but also transcription. Instead of instantiating models with the same identifier for different tasks, e.g. a
CattusLLMinstance for completion and aCactusSTTfor transcription. Ideally, I'd like a singleCactusModelthat supports bothtranscribeandcompletionuses.Also, I was wondering if support for text to speech would be available through the Qwen 3 tts model family https://qwen.ai/blog?id=qwen3tts-0115
Happy to collaborate!