Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
14 lines
577 B
Plaintext
14 lines
577 B
Plaintext
# Hosted reference path: an open-weight Qwen3-VL model through OpenRouter.
|
|
OPENROUTER_API_KEY=
|
|
OPEN_MODEL_BASE_URL=https://openrouter.ai/api/v1
|
|
OPEN_MODEL_MODEL=qwen/qwen3-vl-32b-instruct
|
|
|
|
# Generic OpenAI-compatible path (hosted or self-hosted). OPEN_MODEL_API_KEY
|
|
# takes precedence over OPENROUTER_API_KEY; local servers can use a dummy value.
|
|
# OPEN_MODEL_API_KEY=local
|
|
# OPEN_MODEL_BASE_URL=http://127.0.0.1:8000/v1
|
|
# OPEN_MODEL_MODEL=Qwen/Qwen3-VL-32B-Instruct
|
|
|
|
# Use "prompt" only if the endpoint accepts images but not native json_schema.
|
|
OPEN_MODEL_SCHEMA_MODE=native
|