Ohana AI Docs
  • Introduction
  • Getting Started
    • Authentication
  • Implementation
    • Completions
Powered by GitBook
On this page

Introduction

NextAuthentication

Last updated 3 months ago

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

Authentication

Get your Api keys

Completions

SIngle prompt completion

Chats

Multiple messages completion

Page cover image