nex dashscope qwen setup
by Nex AI
Generate a production-ready Python client for Alibaba Qwen models with text, vision, and reasoning tag filtering.
Ship better in 30 seconds. Browse 2,000+ expert-built and security scanned skills -> Browse skills
THE AGENSI STORE
6 skills found
by Nex AI
Generate a production-ready Python client for Alibaba Qwen models with text, vision, and reasoning tag filtering.
by Nex AI
Deploy production-grade, AI-powered Telegram bots to Raspberry Pi with automated server hardening and scheduled jobs.
Find the LLM integration code that breaks when a model blocks a response or falls back to a different model. Flags calls with no try/except or refusal branch, responses used or parsed with no guard for a blocked or empty answer, and hardcoded model ids with no fallback handling. Built for the Fable 5 era, where a high-risk call is blocked and silently falls back to Opus 4.8.
by Nex AI
A production-ready Python integration for Gemini using a unified AIProvider interface for easy model swapping.
by Nex AI
Production-ready Claude API integration with dual-model routing, token tracking, and resilient retry logic.
Find the LLM integration code that will not survive a provider being pulled or going down. Flags single-provider lock-in with no alternative, calls with no failover branch, missing timeouts, retries with no limit or backoff, no degraded-mode default, and hardcoded endpoints with no alternate. This is about the model going away, not the model declining.