Skip to main content
The fal-client packages provide Kotlin and Java interfaces for calling fal AI models on Android and JVM platforms.

Installation

Java Async SupportIf your code relies on asynchronous operations via CompletableFuture or Future, use the ai.fal.client:fal-client-async artifact instead.

Quick Start

Supported Platforms

  • Android (API 21+)
  • JVM (Java 11+)
  • Kotlin Multiplatform (JVM target)

API Reference

Java API Reference

JavaDoc documentation

Kotlin API Reference

KDoc documentation

GitHub Repository

Source code and examples