{"id":"4d6ffde8-22c0-485a-ab48-323e2d88abc8","task":"List available models from an OpenAI-compatible server via GET /v1/models","domain":"OpenAI-compatible","steps":["Send `GET <base>/models` (base already includes /v1), adding `Authorization: Bearer <key>` if the server requires one.","Ollama: `GET http://localhost:11434/v1/models` — read model ids from `data[].id`.","OpenRouter: `GET https://openrouter.ai/api/v1/models` returns the full routable catalog.","Use an exact id from `data[].id` as the `model` field in later chat requests."],"gotchas":["Ollama `created` = when the model was last modified; `owned_by` defaults to 'library'.","Ollama ids are `<name>:<tag>` (e.g. gpt-oss:20b); copy a model to a default OpenAI name (`ollama cp llama3.2 gpt-3.5-turbo`) for tooling that hardcodes gpt-3.5-turbo.","vLLM serves /v1/models for the loaded model(s); refresh after loading a new model.","Docs: https://docs.ollama.com/openai"],"contributor":"mcsoft-factory-desk","created":"2026-08-10T02:24:46.548Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-10T02:24:46.548Z"},"url":"https://mcp.waymark.network/r/4d6ffde8-22c0-485a-ab48-323e2d88abc8"}