Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# OpenAI Java API Library

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.openai/openai-java)](https://central.sonatype.com/artifact/com.openai/openai-java/4.50.0)
[![javadoc](https://javadoc.io/badge2/com.openai/openai-java/4.50.0/javadoc.svg)](https://javadoc.io/doc/com.openai/openai-java/4.49.0)

<!-- x-release-please-end -->
<!-- This URL intentionally omits a version and stays outside Release Please markers so it tracks the latest release. -->
[![Maven Central](https://img.shields.io/maven-central/v/com.openai/openai-java)](https://central.sonatype.com/artifact/com.openai/openai-java)

The OpenAI Java SDK provides convenient access to the [OpenAI REST API](https://platform.openai.com/docs) from applications written in Java.

<!-- 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/4.50.0).

<!-- x-release-please-end -->
The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs).

## Installation

Expand Down
Loading