Is there an OpenAI Java API or GPT-3 Java SDK

Is there a GPT-3 Java SDK or an official OpenAI Java API? Also is it possible to create an offline tool using Java which uses GPT-3 model for summarization? Thanks

Hi bille!
There is no official clients at the moment, but there is two community implementations at the moment:

And

I found there’s no java library specific to building LLM applications. I built one myself.

I don’t think there is a official OpenAI Java API. I’ve build one on Github openai-java