Verify important Jimi answers with credible sources.
Please wait; the page is getting ready.
For developers

Build your ideas
with AI

Use Jimi models for conversation, reasoning and image analysis. Add intelligent capabilities to your product through a single API.

from yekta_ai import JimiClient
from yekta_ai.chat import user

client = JimiClient(
    api_key=os.getenv("YEKTA_API_KEY")
)

chat = client.chat.create(model="jimi-pro")
chat.append(user("هوش مصنوعی را توضیح بده"))

response = chat.sample()
print(response.content)
Development tools

From model connection to product building

Bring AI capabilities into your product's workflow with Yekta's API and tools.

Fast responses

Infrastructure focused on reducing latency, for building a smooth experience when interacting with models

Security and privacy

Data hosted on domestic servers, focused on information protection and access management

Multiple models, one API

Connect different Jimi models to your product through a shared interface.

Development libraries

Official libraries for connecting from Python, JavaScript, Go and other supported languages

Focus on Persian

Models focused on the Persian language and cultural context, for applications tailored to Iranian users

Development guide

Connection guide, sample codes and API reference, for starting and continuing development

Getting started

Connect in three steps

Create an account, install the library and send your first request.

1

Get API key

Sign up in the developer dashboard and get access to the API.

export YEKTA_API_KEY="yk-xxxxxxxxxxxxx"
2

Install the library

Add the official Yekta library to your project's development environment.

pip install yekta-ai
3

Send your first request

Send a request to the Jimi model and check the response in your application.

response = client.chat.create(model="jimi-pro").sample()
Jimi models

Choose the right model for your task

From conversation to image analysis, align the model with your product's needs and requirements.

Advanced

Jimi Pro

For more complex tasks, examining multi-step problems, coding and generating content tailored to your request

ReasoningCodingAnalysis
Fast

Jimi Lite

A lightweight model for conversation and high-frequency applications, focused on response speed and lower cost

Fast responseLower costConversation
Vision

Jimi Vision

For analyzing visual content, reading text within images and extracting the required information from them

ImageText recognitionAnalysis

Build your next idea with Jimi

Sign up to get 1,000 free requests to start and try the models; no credit card required.