modelscope-api
SKILL.md
ModelScope API Skill
This skill provides convenient access to ModelScope platform APIs for text generation, image generation, and AI model services.
Quick Start
Text Generation
const { ModelScopeAPI } = require('./scripts/modelscope-api');
// Initialize API client
const api = new ModelScopeAPI('your-modelscope-token');