Yene AI
Checking session…
No credit card needed

Powerful AI,
paid in birr.

Use the same strong AI models the world pays for — for a few birr. Pay with telebirr. Only pay for what you use.

Claude Code GPT Codex DeepSeek Kimi + more
The models you already know
~15 birr a full coding session
~2 birr 100 chat messages

Example rates on DeepSeek V4 Flash

Sign in to create your key in seconds.

No credit card

Pay with telebirr, the way you already pay for everything.

Strong models, tiny price

The big-name quality, for far less than a coffee a day.

Works in your apps

Drop your key into your coding and chat tools. One key, many models.

Pay as you go

Top up small amounts. Your balance only drops when you actually use it.

How it works

Sign in with Google

So your key stays tied to you.

Create your key

You get it instantly — it just starts empty.

Pay with telebirr & send the receipt

We confirm it and switch your key on.

A
you@gmail.com
Signed in
Step 1 · Your key

Create your key

One key works with every model and every tool. It starts empty — you add birr next.

Getting started

Set up in 5 minutes

Watch the quick walkthrough, then follow the steps for your tool. You'll need two things: your Yene AI key and the base URL shown below.

Configure your tool

Opencode

Point opencode at OpenRouter with your Yene AI key.

Install opencode and launch it

$ curl -fsSL https://opencode.ai/install | bash
$ opencode

installing opencode in the terminal launching opencode in the terminal

Select provider

/connect

opencode provider config with base URL and key

Add your API key

Paste your Yene AI key (sk-or-…) when prompted.

pasting the Yene AI key into opencode

Pick a model and start

/model

Choose a model (e.g. DeepSeek) and send a message to confirm it works.

opencode running a model

Cursor

Override Cursor's API endpoint to use OpenRouter with your Yene AI key.

Open Cursor Settings → Models

Open Cursor Settings, select Models in the sidebar, then scroll down to the API Keys section.

Cursor Settings Models tab

Add your key & override the base URL

Paste your Yene AI key into the OpenAI API Key field, then enable Override OpenAI Base URL and set it to https://openrouter.ai/api/v1.

Cursor API Keys section with key and base URL filled in

Claude Code

Point the Claude Code CLI at OpenRouter using environment variables.

Set the base URL

In your terminal, run:
export ANTHROPIC_BASE_URL="https://openrouter.ai/api/v1"

setting ANTHROPIC_BASE_URL in the terminal

Set your Yene AI key

export ANTHROPIC_API_KEY="your-yene-api-key"

setting ANTHROPIC_API_KEY in the terminal

Launch Claude Code

Run claude to start. Claude Code will now use your Yene AI key via OpenRouter.

launching Claude Code in the terminal