Uses of Interface
org.springframework.ai.model.ApiKey
Packages that use ApiKey
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ApiKey in org.springframework.ai.model
Classes in org.springframework.ai.model that implement ApiKeyModifier and TypeClassDescriptionclassThis implementation of ApiKey indicates that no API key should be used, e.g.final recordA simple implementation ofApiKeythat holds an immutable API key value.