Skip to content

Interface: EndpointCapabilities

What an endpoint can be asked to do, as derived by endpointCapabilities.

chat: boolean

OpenAI chat/completions + Responses: the surface a chat agent needs.


embedding: boolean

Embedding (vector) endpoint.


tools: boolean

Complete function-tool round-trip (call plus function_call_output replay).