v2.0 API is now live

Native Ethiopian AI.
Built for Builders.

Unlock the power of Amharic, Oromo and Tigrinya LLMs with our developer-first API. Scalable, accurate, and ready for production workloads.

from openai import OpenAI
import os

client = OpenAI(
    api_key=os.environ.get("SELAM_API_KEY"),
    base_url="https://api.selamgpt.com/v1",
)

response = client.chat.completions.create(
    messages=[{"role": "user", "content": "Explain the importance of fast language models"}],
    model="selam-turbo",
)
print(response.choices[0].message.content)

Trusted by innovative teams

BanaCodes
God
Mom