Vaner
Integrations

Context-only HTTP Mode

Retrieve context packages over HTTP without proxying model requests.

Run context-only endpoint:

vaner proxy --context-only --path . --host 127.0.0.1 --port 8472

Example request:

curl -s http://127.0.0.1:8472/v1/context   -H "Content-Type: application/json"   -d '{"prompt":"review this auth flow","top_n":8}'