chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:55 +08:00
commit db42b91b75
6397 changed files with 146012 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name = "OpenCode Zen"
env = ["OPENCODE_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP endpoint map (source accessed 2026-06-25): Zen uses POST
# `/zen/v1/responses` for OpenAI, `/zen/v1/messages` for Anthropic and Qwen,
# `/zen/v1/models/{model}` for Gemini, and `/zen/v1/chat/completions` for the
# listed compatible models. Zen does not document reasoning request fields,
# values, bounds, translation, or passthrough; upstream-native formats are not
# independently guaranteed by this endpoint table.
# https://opencode.ai/docs/zen#endpoints
api = "https://opencode.ai/zen/v1"
doc = "https://opencode.ai/docs/zen"