-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 775 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Bailian (DashScope) API key — get from https://platform.qianwenai.com/home/api-keys
# REQUIRED. Treat as a secret; never commit this file.
DASHSCOPE_API_KEY=
# Model ID. qwen3.8-max is natively multimodal (text+image+video) on Bailian
# and thinks by default (hybrid-thinking; per-call thinking_budget available
# on the media tools).
QWEN_MODEL=qwen3.8-max
# Omni model ID for audio + audio-video analysis (native audio understanding).
QWEN_OMNI_MODEL=qwen3.5-omni-plus
# OpenAI-compatible endpoint (documented multimodal/video support).
# Anthropic-compatible /apps/anthropic does NOT support video input.
DASHSCOPE_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
# Per-request timeout in seconds (video processing can be slow).
QWEN_REQUEST_TIMEOUT=300