java/index.md +4 −11
1# OpenAI Java API Library1# OpenAI Java API Library
2 2
33<!-- x-release-please-start-version --><!-- These URLs intentionally omit versions and stay outside Release Please markers so they track the latest release. -->
44 [](https://central.sonatype.com/artifact/com.openai/openai-java)
55[](https://central.sonatype.com/artifact/com.openai/openai-java/4.50.0)[](https://javadoc.io/doc/com.openai/openai-java)
6[](https://javadoc.io/doc/com.openai/openai-java/4.49.0)
7
8<!-- x-release-please-end -->
9 6
10The OpenAI Java SDK provides convenient access to the [OpenAI REST API](https://platform.openai.com/docs) from applications written in Java.7The OpenAI Java SDK provides convenient access to the [OpenAI REST API](https://platform.openai.com/docs) from applications written in Java.
11 8
129<!-- x-release-please-start-version -->The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openai/openai-java).
13
14The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openai/openai-java/4.50.0).
15
16<!-- x-release-please-end -->
17 10
18## Installation11## Installation
19 12