For developersBuild your ideas
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.
Getting started
Connect in three steps
Create an account, install the library and send your first request.
Jimi models
Choose the right model for your task
From conversation to image analysis, align the model with your product's needs and requirements.