Add model capability detection
- Add ModelCapabilities dataclass to represent model capabilities - Add detect_model_capabilities() function to detect: - text_generation (LLM) - vision (image understanding) - image_generation (Stable Diffusion) - speech_to_text (whisper) - text_to_speech (TTS) - Use capability detection for better error messages in image generation endpoint
Showing
Please
register
or
sign in
to comment