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.deepseek.api
Methods in org.springframework.ai.deepseek.api with parameters of type ApiKeyConstructors in org.springframework.ai.deepseek.api with parameters of type ApiKeyModifierConstructorDescriptionDeepSeekApi(String baseUrl, ApiKey apiKey, org.springframework.http.HttpHeaders headers, String completionsPath, String betaPrefixPath, org.springframework.web.client.RestClient.Builder restClientBuilder, org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder, org.springframework.web.client.ResponseErrorHandler responseErrorHandler) Create a new chat completion api. -
Uses of ApiKey in org.springframework.ai.elevenlabs.api
Methods in org.springframework.ai.elevenlabs.api with parameters of type ApiKeyModifier and TypeMethodDescriptionConstructors in org.springframework.ai.elevenlabs.api with parameters of type ApiKeyModifierConstructorDescriptionElevenLabsVoicesApi(String baseUrl, ApiKey apiKey, org.springframework.http.HttpHeaders headers, org.springframework.web.client.RestClient.Builder restClientBuilder, org.springframework.web.client.ResponseErrorHandler responseErrorHandler) Create a new ElevenLabs Voices API client. -
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. no HTTP headers should be set.final recordA simple implementation ofApiKeythat holds an immutable API key value.