-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 869 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (18 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ---- Required (at least one provider) ----
# vast.ai API key — Account → API Keys at https://cloud.vast.ai/
VAST_API_KEY=
# RunPod API key — Settings → API Keys at https://www.runpod.io/console/user/settings
# (only needed if you use --provider runpod)
RUNPOD_API_KEY=
# ---- Optional ----
# HuggingFace token — ONLY needed for gated/private models (Llama, Gemma, etc.)
# Also raises the rate limit on model-metadata lookups. Public models work without it.
HF_TOKEN=
# Bearer token that protects your vLLM endpoint on the public internet.
# Leave blank to have `aiod` generate a random one per launch.
VLLM_API_KEY=
# ---- Defaults (override per-run on the CLI) ----
# Auto-destroy the instance after this many hours so a forgotten box can't bill all weekend.
AIOD_TTL_HOURS=4
# Hard cap on price; offers above this are never rented.
AIOD_MAX_PRICE=6.0