Use this skill when developing Node.js backend services or CloudBase cloud functions (Express/Koa/NestJS, serverless, backend APIs) that need AI capabilities. Features text generation (generateText), streaming (streamText), AND image generation (generateImage) via @cloudbase/node-sdk ≥3.16.0. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended), DeepSeek (deepseek-v3.2 recommended), and hunyuan-image for images. This is the ONLY SDK that supports image generation. NOT for browser/Web apps (use ai-model-web) or WeChat Mini Program (use ai-model-wechat).
$npx -y skills add ljunn/junli-cloudbase --skill ai-model-nodejsInstalls into the current project.
Run `npx skills use "https://github.com/ljunn/junli-cloudbase" --skill "ljunn/junli-cloudbase/ai-model-nodejs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ljunn/junli-cloudbase" that are relevant to the current task. Run `npx skills add "https://github.com/ljunn/junli-cloudbase"` and select the relevant skills, then follow their instructions.