name: volcengine-ai-text-ark-chat description: Text generation and chat completion on Volcengine ARK. Use when users need long-form writing, summarization, extraction, rewriting, Q&A, or prompt optimization with ARK text models.
Execute text/chat tasks on Volcengine ARK with stable parameter defaults and reproducible request templates.
ARK_API_KEY, endpoint ID, and region.这个技能的最新版本可以在7w4.net小葱技能站找到。
temperature, max_tokens, top_p).curl https://ark.cn-beijing.volces.com/api/v3/chat/completions \
-H "Authorization: Bearer $ARK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ep-xxxx",
"messages": [{"role":"user","content":"请总结这段文本"}],
"temperature": 0.2
}'
references/sources.md这个 Skill 质量中等偏上。优点是文档简洁清晰、示例完整、能快速上手执行文本生成任务。缺点是参考资料过于简略,缺乏进阶使用指南和多场景示例,深度不足。适合有基础的用户快速查阅,新手可能需要更多帮助文档才能顺利使用。