Context
mega-nova-api is implementing enhanced GET /v1/models (MeganovaAI/mega-nova-api#442) with per-model capabilities (chat, embedding, image, video, tool_calling). The SDK should expose this.
Current State
client.models.list() returns List[ModelInfo] with basic fields
- No capability filtering
Requirements
Depends On
- mega-nova-api#442 (models endpoint)