← 返回
安全合规 Key 中文

Volcengine Ai Entry Ark

Entry skill for Volcengine ARK model invocation and routing. Use when users ask to start with ARK, need request templates, endpoint setup, model routing, or authentication troubleshooting.
Volcengine ARK模型调用和路由的入门技能,用于用户询问如何使用ARK、请求模板、端点设置、模型路由或身份验证故障排除。
cinience
安全合规 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 1,145
下载
💾 16
安装
1
版本
#latest

概述

volcengine-ai-entry-ark

Route generic ARK model requests to the right task-specific skill and provide a minimal runnable starting point.

Inputs to Collect

  • ARK_API_KEY
  • Model endpoint ID (for example: ep-xxxx)
  • Task type (chat, summarization, coding, translation)
  • Optional generation params (temperature, max_tokens, top_p)

Minimal request template

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":"system","content":"You are a helpful assistant."},
      {"role":"user","content":"Hello"}
    ],
    "temperature": 0.2
  }'

Troubleshooting Checklist

  • 401: verify ARK_API_KEY and key scope
  • 404: verify endpoint region/domain and endpoint ID
  • 429: reduce request rate and add retries with backoff
  • 5xx: retry with jitter and keep request logs for support

References

  • references/sources.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 01:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Volcengine Ai Image Generation

cinience
火山引擎AI服务图像生成工作流。适用于文生图、风格变体、提示词优化、确定性图像生成参数设置及问题排查。
★ 3 📥 4,495
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,701
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,211 📥 266,210