Skip to content

VSCode (Copilot) cant use v1 rest api #195

@Coaxgames

Description

@Coaxgames

Copilot is setup to use ollama API (No key needed), but it seems they want a version endpoint under /api:

2026-03-14 08:35:00 [DEBUG]
 Received request: GET to /api/version
2026-03-14 08:35:00 [ERROR]
 Unexpected endpoint or method. (GET /api/version). Returning 200 anyway
2026-03-14 08:35:24 [DEBUG]
 Received request: GET to /api/version
2026-03-14 08:35:24 [ERROR]
 Unexpected endpoint or method. (GET /api/version). Returning 200 anyway
2026-03-14 08:38:40 [DEBUG]
 Received request: GET to /api/version
2026-03-14 08:38:40 [ERROR]
 Unexpected endpoint or method. (GET /api/version). Returning 200 anyway

I am currently using LM Studio and am just locally hosting.

Or is there a way for me to add the /version endpoint myself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions