Skip to main content

Introduction

Overview

The LLM SDK provides the LLM API that allows infotainment apps running on Pleos Connect to integrate with the LLM platform (LLM AI service). User input is sent to the platform and the generated text result is returned to the app; the app can interact with the LLM AI service to create plans or perform tasks suitable for the automotive environment. It offers APIs such as SDK initialization (initialize) and release (release), content generation (generateContent), starting a chat and sending messages (startChat, sendMessage), model parameter configuration (setModelParameter), app registration (registerApp), and On-Device prompts (getOnDeviceModelPromptsContents).

The package structure and API specifications can be found in the LLM API Reference.

Development Environment Setup

To use the LLM SDK, install the Pleos Connect Emulator in Android Studio, and then proceed with the AVD settings.