JibayAi Platform

JibayAi Platform

Developer quickstart

Make your first API request in minutes. Learn the basics of the JibayAi platform.

Python
import requests

api_key = "YOUR_API_KEY"
url = "https://api.jibay.ir/v1/chat/completions"

headers = {
    "Content-Type": "application/json",
    "Authorization": f"Bearer {api_key}"
}

data = {
    "model": "jibay-5-pro",
    "messages": [{"role": "user", "content": "Hello What's up?"}],
    "max_tokens": 100
}

response = requests.post(url, headers=headers, json=data)
print(response.text)

Models

View all
jibay-5
jibay-5-mini
jibay-4