1
1. Docker Run Environment
Pass LLM_BASE_URL and LLM_API_KEY when starting the OpenHands Docker container.
docker run -it -e LLM_BASE_URL=https://api.sacredgpt.ru/v1 -e LLM_API_KEY=sgpt_live_... ghcr.io/all-hands-ai/openhands:mainAutonomous AI developer platform (formerly Devin OS) running in Docker containers.
01 — Version & UI Path
02 — Step-by-Step Setup
Pass LLM_BASE_URL and LLM_API_KEY when starting the OpenHands Docker container.
docker run -it -e LLM_BASE_URL=https://api.sacredgpt.ru/v1 -e LLM_API_KEY=sgpt_live_... ghcr.io/all-hands-ai/openhands:main03 — Configuration Example
[llm]
model = "openai/gpt-5.6-sol"
base_url = "https://api.sacredgpt.ru/v1"
api_key = "sgpt_live_9a8b7c6d5e4f3a2b1c0d"04 — Troubleshooting
Ensure Docker network bridge can reach api.sacredgpt.ru directly without local proxy constraints.