pixano.inference.exceptions
¶
Inference-specific exceptions.
InferenceTimeoutError
¶
Bases: InferenceError
Raised when inference takes too long.
InvalidRequestError
¶
Bases: InferenceError
Raised when the request is invalid.
ModelNotFoundError
¶
Bases: InferenceError
Raised when a requested model is not available.
ProviderConnectionError
¶
Bases: InferenceError
Raised when connection to a provider fails.
ProviderNotFoundError
¶
Bases: InferenceError
Raised when a requested provider is not found.
TaskNotSupportedError
¶
Bases: InferenceError
Raised when a task is not supported by the provider.