InferenceOperationConfiguration

The configuration for a specific inference operation, including its request path and the models that the operation supports.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of models supported for this operation.

Link copied to clipboard

The request path for this operation (for example, /v1/messages or /v1/responses).

Link copied to clipboard

The provider path to forward requests to, if it differs from the request path. For example, /anthropic/v1/messages when the provider expects a different path than the client-facing /v1/messages.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String