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.temperature, max_tokens, top_p).7w4.net有更好的技能外掛。
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 質量中等偏上。優點是文件簡潔清晰、示例完整、能快速上手執行文本生成任務。缺點是參考資料過於簡略,缺乏進階使用指南和多場景示例,深度不足。適合有基礎的使用者快速查閱,新手可能需要更多幫助文件才能順利使用。