Send your first request.

Sign in, verify your email if prompted, and create a free API key. No credit card required.

Checking availability.

Already have a key? Configure it below Using Codex?

01

Create your key.

Sign in with GitHub or email, verify your email if prompted, then generate an sk_tekiz_* key. Choose a paid plan only when you need more requests.

Open account
02

Set the endpoint.

Use your generated sk_tekiz_* key and start with tekizai/auto. Paste the three lines into the same terminal before sending the request below.

Environment
export OPENAI_BASE_URL=https://api.tekiz.ai/v1
export OPENAI_API_KEY=sk_tekiz_your_key_here
export OPENAI_MODEL=tekizai/auto
03

Send one request.

Copy this after the environment block. A JSON response means your key and TEKIZ.AI are working.

Curl
curl https://api.tekiz.ai/v1/chat/completions \
  -H "Authorization: Bearer $OPENAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tekizai/auto",
    "messages": [
      {"role": "user", "content": "Reply with one sentence about TEKIZ.AI."}
    ]
  }'

Prefer one paste? Replace the key placeholder, then run both blocks.

Connect your client.

Use the same endpoint and key in Codex or another supported client. For multi-model review, select tekizai/fusion.