EndpointConfig ============== **class** ``EndpointConfig`` Client-facing contract for an inference endpoint. **Fields:** ``engine_type`` : *str* = ``""`` Endpoint engine type: vajra, vllm, or sglang. ``model`` : *str* = ``""`` Model name exposed by the endpoint. ``api_base`` : *str* = ``""`` OpenAI-compatible API base URL. ``api_key`` : *Optional* [ *str* ] = ``None`` API key for the endpoint. ``health_url`` : *Optional* [ *str* ] = ``None`` Health endpoint URL. ``host`` : *str* = ``"localhost"`` Host used for local port ownership checks. ``port`` : *int* = ``0`` Host port owned by the endpoint.