Routes: support model IDs with slashes; add llama.cpp/Ollama compat probes
- /api/v1/models/{model_id} and /api/u/{username}/models/{model_id} used a
single-segment param, so model IDs containing '/' (e.g. rotations/lisa)
returned 404. Use {model_id:path}.
- Add capability-probe endpoints so OpenAI/Ollama/llama.cpp-style clients stop
getting 404/405 on connect: GET /api/version, /v1/version, /version;
GET /api/tags (Ollama model list); GET /props, /api/props, /v1/props.
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>
Showing
Please
register
or
sign in
to comment