Skip to content

HttpCommunicationConfig

Defined in: packages/ai.matey.types/src/model-runner.ts:49

HTTP communication configuration.

baseURL: string

Defined in: packages/ai.matey.types/src/model-runner.ts:56

Base URL template (can include {port} placeholder).

'http://localhost:{port}'

optional chatEndpoint: string

Defined in: packages/ai.matey.types/src/model-runner.ts:68

Chat completions endpoint.

'/v1/chat/completions'

optional healthEndpoint: string

Defined in: packages/ai.matey.types/src/model-runner.ts:62

Health check endpoint.

'/health'

type: "http"

Defined in: packages/ai.matey.types/src/model-runner.ts:50