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