Introduction
Last updated
Last updated
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
Authentication
Get your Api keys
Completions
SIngle prompt completion
Chats
Multiple messages completion