Uses of Class
de.entwicklertraining.deepseek4j.DeepSeekResponse
Packages that use DeepSeekResponse
Package
Description
-
Uses of DeepSeekResponse in de.entwicklertraining.deepseek4j
Classes in de.entwicklertraining.deepseek4j with type parameters of type DeepSeekResponseModifier and TypeClassDescriptionclassDeepSeekRequest<T extends DeepSeekResponse<?>>A generic request abstraction for DeepSeek calls (chat completions, etc.). -
Uses of DeepSeekResponse in de.entwicklertraining.deepseek4j.chat.completion
Subclasses of DeepSeekResponse in de.entwicklertraining.deepseek4j.chat.completionModifier and TypeClassDescriptionfinal classRepresents a response from the DeepSeek Chat Completion API. -
Uses of DeepSeekResponse in de.entwicklertraining.deepseek4j.models
Subclasses of DeepSeekResponse in de.entwicklertraining.deepseek4j.modelsModifier and TypeClassDescriptionfinal classRepresents a response from the DeepSeek Models API. -
Uses of DeepSeekResponse in de.entwicklertraining.deepseek4j.user.balance
Subclasses of DeepSeekResponse in de.entwicklertraining.deepseek4j.user.balanceModifier and TypeClassDescriptionfinal classRepresents a response from the DeepSeek User Balance API.