Page cover

Introduction

Welcome to our API implementation documentation. This guide will walk you through implementing API keys to securely access our AI services.

We provide various endpoints to access various functionalities. They include

  • The completions api /api/chats/completions - Accepts a single prompt and returns a single text. Best for places that do not need context.

The base url for these APIs is https://ohanaai.dev

Jump right in

Chats

Multiple messages completion

Last updated