{"schema_version":"lius-llm-self-host-guide-v1","version":"2026-06-25.1","as_of":"2026-06-25","goal":"Make LIUS LLM public contracts usable without paid LIUS access or OpenAI OAuth. External mirrors may be used for downloads, but runtime verification can be local.","public_artifacts":{"benchmark_jsonl":"https://lius.cc/api/llm/benchmark.jsonl","dataset_sample":"https://lius.cc/api/llm/dataset-sample","daoeval_manifest":"https://lius.cc/api/llm/daoeval-manifest.json","schemas":"https://lius.cc/api/llm/schemas.json","rag_contract":"https://lius.cc/api/llm/rag-contract.json","openapi":"https://lius.cc/api/llm/openapi.json","model_weights":"https://huggingface.co/lius-cc/Daoism-Qwen3.5-9B","rag_dataset":"https://huggingface.co/datasets/lius-cc/daoism-knowledge-rag"},"minimal_offline_commands":["mkdir -p tmp/lius-offline","curl -fsS https://lius.cc/api/llm/benchmark.jsonl?suite=core-v0.1 -o tmp/lius-offline/daoeval-core-v01.jsonl","curl -fsS https://lius.cc/api/llm/daoeval-manifest.json -o tmp/lius-offline/daoeval-manifest.json","npm run benchmark:run -- --dry-run --suite core-v0.1 --limit 5 --out tmp/lius-offline/dry-run.jsonl","npm run benchmark:score:offline -- --input tmp/lius-offline/local-model.answers.jsonl --out tmp/lius-offline/offline-grades.jsonl --summary tmp/lius-offline/offline-summary.json"],"local_model_runtime":["Start any OpenAI-compatible local model server, for example vLLM, llama.cpp server, LM Studio, or Ollama-compatible proxy.","Set LLM_BENCHMARK_BASE_URL=http://127.0.0.1:8000/v1","Set LLM_BENCHMARK_API_KEY=dummy","Set LLM_BENCHMARK_MODEL=<local-model-id>","Run npm run benchmark:run -- --suite core-v0.1 --limit 330 --no-network --out tmp/lius-offline/local-model.answers.jsonl","Score with either scripts/benchmark/grade-lius-benchmark.mjs for LLM-assisted grading or scripts/benchmark/score-lius-benchmark-offline.mjs for deterministic baseline scoring."],"no_network_boundary":{"supported_after_mirroring":["benchmark JSONL dry-run","deterministic offline scoring","artifact hash inspection","local OpenAI-compatible benchmark run"],"not_included_without_extra_setup":["live lius.cc RAG retrieval","HuggingFace model/dataset download","Zenodo DOI resolution","external cross-provider comparison"]}}