HttpCommunicationConfig
Defined in: packages/ai.matey.types/src/model-runner.ts:49
HTTP communication configuration.
Properties
Section titled “Properties”baseURL
Section titled “baseURL”baseURL:
string
Defined in: packages/ai.matey.types/src/model-runner.ts:56
Base URL template (can include {port} placeholder).
Example
Section titled “Example”'http://localhost:{port}'chatEndpoint?
Section titled “chatEndpoint?”
optionalchatEndpoint:string
Defined in: packages/ai.matey.types/src/model-runner.ts:68
Chat completions endpoint.
Default
Section titled “Default”'/v1/chat/completions'healthEndpoint?
Section titled “healthEndpoint?”
optionalhealthEndpoint:string
Defined in: packages/ai.matey.types/src/model-runner.ts:62
Health check endpoint.
Default
Section titled “Default”'/health'type:
"http"
Defined in: packages/ai.matey.types/src/model-runner.ts:50