Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.2 KB

File metadata and controls

36 lines (30 loc) · 2.2 KB

OpenAI Format AI API Client

Easily call AI APIs via a simple and intuitive graphical user interface.

Key Features

  • Built with Jetpack Compose for a clean, fluid, and modern interface.
  • Supports multiple API configurations, allowing you to freely select different models for each conversation turn.
  • Displays response rate and token usage when supported by the model provider.
  • Supports image uploads, enabling seamless interaction with vision-based models.
  • Extremely lightweight, with minimal storage footprint and near-instant startup.

How to Use

Download the APK that matches your device:

For devices running Android 8.0+: app-arm64Minsdk26-release.apk
For Android 10+: app-arm64Minsdk29-release.apk
For Android 15+: app-arm64Minsdk35-release.apk
For Emulators: app-x86_64-release.apk
If you're unsure, download the universal version: app-universal-release.apk

Configure your API settings as prompted:

  1. Give your configuration a recognizable name.
  2. Enter the URL, Key, and Model Name provided by your model provider.
  3. Click the arrow next to the Model Name field. If supported, the app will search for available models using the entered name as a keyword.

Press the back button in the top-left corner to start chatting with AI!

  • Tap the drawer button in the top-left corner, then tap + to start a new conversation.
  • Long-press a chat in the drawer to rename or delete it.
  • Tap the ··· menu in the top-right corner to access more options, including Settings.
  • Tap the + below the input field to attach images.
  • Tap the button to send your message.
  • While AI is generating a response, tap the Loading or Stop button in the bottom-right corner to halt the generation.

Interface Preview

Tablet View Mobile View

We welcome Issues and Pull Requests to help improve the project!