26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# SVRNTY-VISION-WORK-008 Local VLM Provider Proof
|
|
|
|
Status: local VLM provider health proven.
|
|
|
|
Approval: `BTE Product Ready local VLM provider proof refresh`.
|
|
|
|
Proof:
|
|
|
|
- No separate registered Ollama provider route was found; `svrnty-vision` owns the adapter endpoint used by BTE through `/vlm/analyze`.
|
|
- `GET http://100.88.167.87:11434/api/tags`: HTTP `200`; `qwen3-vl:32b` present.
|
|
- `GET http://100.88.167.87:11434/v1/models`: HTTP `200`; `qwen3-vl:32b` present.
|
|
- `GET http://localhost:8092/healthz`: HTTP `200`, status `ok`, version `0.1.0`.
|
|
- From the BTE runtime namespace, `GET http://localhost:8092/healthz`: HTTP `200`, status `ok`, version `0.1.0`.
|
|
|
|
Boundary:
|
|
|
|
- No provider start or refresh was needed.
|
|
- No direct model inference was performed from this route.
|
|
- No credentials, secrets, raw model payloads, or image payloads were recorded.
|
|
- No Profile Exposure, MCP registration, archive/delete, raw payload storage, release claim, or Product Ready claim happened.
|
|
|
|
Validators:
|
|
|
|
- `python3 tools/validate_svrnty_vision_child.py`: PASS.
|
|
- `python3 tools/validate_svrnty_vision_bte_local_vlm_provider_proof.py`: PASS.
|