Skip to content

LlamaGenAI/llamagen-android

Repository files navigation

LlamaGen Android SDK

LlamaGen Android SDK is an official LlamaGen SDK for the LlamaGen API. It includes helpers for the latest LlamaGen comic api and animation api workflows.

Use it to create comic image generations, continue comic stories, update panels, inspect usage, upload source assets, query generated panels, and create animation generations.

Installation

implementation("ai.llamagen:llamagen-android:0.1.0")

Quick start

LlamaGenClient client = new LlamaGenClient(BuildConfig.LLAMAGEN_API_KEY);
String job = client.comic.create("{\"prompt\":\"american comic illustration\",\"size\":\"1024x1024\"}");
String animation = client.animation.create("{\"prompt\":\"animate the finished comic panel\"}");

Supported API areas

  • Comic API: create jobs, retrieve jobs, wait for completion where the language client supports polling, continue writing, update panels, usage, uploads, and query panels.
  • Animation API: create and retrieve animation generation jobs.
  • Shared API behavior: bearer-token authentication, configurable base URL, request timeouts, and consistent API errors.

Documentation

Development

./gradlew test

Search keywords

comic api, animation api, LlamaGen API, ai.llamagen:llamagen-android

About

Official Android library for the LlamaGen API, including comic api and animation api support.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages