Skip to main content
Version: 0.1.0

Djelia

Welcome to the Djelia API Documentation! πŸŽ‰

Djelia is your gateway to powerful linguistic models tailored for African languages. We are proud to currently support Bambara, one of the most widely spoken languages in Mali. As we grow, we aim to include support for many more African languages.

Getting Started​

Get an API key from the Djelia Console, then point any OpenAI-compatible client at Djelia:

from openai import OpenAI

client = OpenAI(
api_key="YOUR_DJELIA_API_KEY",
base_url="https://api.djelia.cloud/openai/v1",
)

This is the primary surface. The native /v1 and /v2 endpoints take the same key in the x-api-key header.

Current Features​

  • Transcription Models: Effortlessly transcribe audio into text using our Bambara models, with support for real-time streaming ✨.
  • Translation Models: Seamlessly translate between Bambara, French, and English, unlocking cross-lingual communication.
  • Text-to-Speech Models: [Experimental] Bring Bambara text to life with human-like speech synthesis.

What's Next?​

We’re constantly improving and expanding. Soon, you can expect:

  • Support for additional African languages.
  • Advanced features to enhance your applications.

We’re thrilled to have you on board. Let’s build something extraordinary together! πŸš€

Authentication​

Authorization: Bearer <your Djelia API key>, which is what the OpenAI SDKs send without configuration.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer