Releases: jetkai/openai-for-java
Releases · jetkai/openai-for-java
1.1.2
1.1.1
1.1.0
OpenAI For Java
Release 1.1.0
- Rewritten majority of source to be more optimized
- Builders for all API's
- Includes Optional<*> & null checks
- Null reporting + more throws to indicate any potential issues
- Proxy support
You can also set your own HttpClient if you would prefer - Moved majority of the classes around and set them to final / protected
1.0.0
OpenAI For Java
Release 1.0.0
- Initial release
Available API(s) March 2023
- ListModel ->
https://api.openai.com/v1/models - ListModels ->
https://api.openai.com/v1/models/{model} - CreateCompletion ->
https://api.openai.com/v1/completions - CreateChatCompletion ->
https://api.openai.com/v1/chat/completions - CreateEdit ->
https://api.openai.com/v1/edits - CreateImage ->
https://api.openai.com/v1/images/generations - CreateImageEdit ->
https://api.openai.com/v1/images/edits - CreateImageVariation ->
https://api.openai.com/v1/images/variations - CreateEmbeddings ->
https://api.openai.com/v1/embeddings - CreateTranscription ->
https://api.openai.com/v1/audio/transcriptions - CreateTranslation ->
https://api.openai.com/v1/audio/translations