ExternalEndpointConfigParam#

class nemo_microservices.types.ExternalEndpointConfigParam

Bases: TypedDict

host_url: Required[str]

The external host URL.

api_key: str

The API key that should be used to access the endpoint.

enabled_models: List[str]