Copilot API Lacks Tool Calling Support | Generated by AI

Home 2026.03

Question: Does the GitHub Copilot API from https://github.com/ericc-ch/copilot-api have tool call ability, like OpenAI-style function/tool calling?

Answer:

No, the ericc-ch/copilot-api does not support native tool calling or function calling (i.e., passing a tools parameter in chat completions and having the model return tool calls).

Key Details

Alternatives for Tool Calling

If you need tool/function calling:

In short, while the ericc-ch/copilot-api is excellent for accessing Copilot via familiar OpenAI/Anthropic clients, it does not provide the tool call ability you’re asking about.

References:


Back Donate