EndpointConfigΒΆ
class EndpointConfig
Client-facing contract for an inference endpoint.
Fields:
engine_typestr =""Endpoint engine type: vajra, vllm, or sglang.
modelstr =""Model name exposed by the endpoint.
api_basestr =""OpenAI-compatible API base URL.
api_keyOptional [ str ] =NoneAPI key for the endpoint.
health_urlOptional [ str ] =NoneHealth endpoint URL.
hoststr ="localhost"Host used for local port ownership checks.
portint =0Host port owned by the endpoint.