supportsVision property
      
      bool
      get
      supportsVision
      
    
    
Check if this model supports vision
Implementation
bool get supportsVision {
  // Currently no vision models available in DeepSeek API
  // Reference: https://api-docs.deepseek.com/api/list-models
  return false;
}