qianwen-text
qianwen-text lets you interact with Qwen language models for text generation, conversation, and code writing through an OpenAI-compatible interface. Choose from multiple Qwen models including qwen3.6-plus (recommended default), specialized code models, and reasoning variants. The skill handles API authentication, provides execution guides, and includes prompt engineering references.
qianwen-text generates text, conducts conversations, and writes code using Qwen models via an OpenAI-compatible API.
AI-generated summary based on this skill's SKILL.md
Install
QianWen-AI/qianwen-ai/qianwen-text · repository language: Python
git clone https://github.com/QianWen-AI/qianwen-ai
cp -r qianwen-ai/skills/text/qianwen-text ~/.claude/skills/qianwen-textnpx skillfed install QianWen-AI/qianwen-ai/qianwen-textFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What can I do with qianwen-text?
qianwen-text lets you interact with Qwen language models for text generation, conversation, and code writing through an OpenAI-compatible interface. You can generate text, have conversations, write and debug code, call functions using Qwen's function-calling API, stream real-time responses for interactive applications, and access reasoning and deep-thinking capabilities with specialized Qwen models.
How do I chat with qwen models using qianwen-text?
qianwen-text provides an OpenAI-compatible chat interface for interacting with Qwen language models. You can use the chat API to have conversations, generate text, and build interactive applications. The skill handles API authentication and supports multiple Qwen models including qwen3.6-plus as the recommended default, along with specialized code models and reasoning variants.
Can I use qianwen-text for code writing and debugging?
Yes, qianwen-text supports code writing and debugging through Qwen's code-specialized models. You can write, debug, and generate code using the same OpenAI-compatible interface. The skill provides execution guides and prompt engineering references to help you get the best results for coding tasks.
What models are available in qianwen-text?
qianwen-text offers multiple Qwen models to choose from: qwen3.6-plus (the recommended default for general tasks), specialized code-focused models for programming work, and reasoning variants for deep-thinking capabilities. Each model is optimized for different use cases and accessible through the same OpenAI-compatible API.
Does qianwen-text support function calling and tool use?
Yes, qianwen-text supports function calling and tool use through Qwen's function-calling API. This allows you to integrate external tools and functions into your applications, enabling more complex workflows and interactions with Qwen models.
Can qianwen-text stream responses in real time?
Yes, qianwen-text supports streaming real-time responses from Qwen models for interactive applications. This enables you to build responsive, dynamic user experiences where responses are delivered incrementally rather than all at once.
SKILL.md
rendered from the published skill — quoted content, verbatim
> Agent setup: If your agent doesn't auto-load skills (e.g. Claude Code), > see agent-compatibility.md once per session.
Qwen Text Chat (OpenAI-Compatible)
Generate text, conduct conversations, write code, and invoke tools using Qwen models through the OpenAI-compatible API. This skill is part of QianWen-AI/qianwen-ai.
Skill directory
Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details.
| Location |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 9 files
skills/text/qianwen-text/SKILL.md
skills/text/qianwen-text/references/agent-compatibility.md
skills/text/qianwen-text/references/api-guide.md
skills/text/qianwen-text/references/execution-guide.md
skills/text/qianwen-text/references/prompt-guide.md
skills/text/qianwen-text/references/sources.md
skills/text/qianwen-text/scripts/gossamer.py
skills/text/qianwen-text/scripts/qianwen_lib.py
skills/text/qianwen-text/scripts/text.py