CHENZK.TOP · OPENAI-COMPATIBLE API

One API Credit for coding, agents, bots, and AI workflows.

Use Ezkielyna API Credit through Chenzk.top in tools or projects that support the OpenAI-compatible format. Choose an active model, then use credit as needed.

MORE THAN JUST A BALANCE

What can API Credit do?

01

Coding & agents

Build features, debug code, or run coding-agent workflows in tools that support a custom API.

02

Bots & automation

Connect models to Telegram bots, support assistants, and repeatable automated workflows.

03

Research & documents

Summarize documents, analyze text, draft content, and explore ideas with the right model.

04

App integration

Use it from Python, Node.js, a backend, or a desktop app that supports an OpenAI-compatible API.

HOW IT WORKS

Start in 3 steps

  1. 1

    Choose & buy API Credit

    Choose the amount that fits your coding, bot, agent, or automation needs.

  2. 2

    Keep your API key private

    Your API key is equivalent to an API password. Never share it or commit it to a public repository.

  3. 3

    Connect your app or project

    Enter the Base URL and API key, then select an active model.

CONNECTION INFO

Base URL
https://www.chenzk.top/v1
Chat endpoint
/chat/completions
Model list
/models
Format
OpenAI API Compatible

LIVE MODEL HIGHLIGHTS

Choose a model for the job

Models and capacity can change. Check the live pricing page before an important workflow or when trying a new model.

View live models & pricing ↗

LIVE MODEL HIGHLIGHTS

GPT-5.6 Sol

gpt-5.6-sol

Reasoning, coding, agents, and complex workflows.

LIVE MODEL HIGHLIGHTS

Claude Opus 5

claude-opus-5

Premium work, long analysis, and complex tasks.

LIVE MODEL HIGHLIGHTS

Claude Sonnet 5

claude-sonnet-5

High quality for responsive everyday workflows.

LIVE MODEL HIGHLIGHTS

DeepSeek V4 Pro

deepseek-v4-pro

An alternative for coding and reasoning.

LIVE MODEL HIGHLIGHTS

GPT-5.4 Mini

gpt-5.4-mini

Testing, light chat, and cost-conscious experiments.

QUICK SETUP

Set it up in your app or code

Desktop apps & coding tools

In an app that supports an OpenAI-compatible provider, enter:

  • Base URL: https://www.chenzk.top/v1
  • API key: YOUR_API_KEY
  • Model: exact live model ID

Chatbox, Cherry Studio, VS Code + Continue, Cline / Roo Code, Python, Node.js, Codex CLI, OpenClaw

Before a large request

  1. Start with a small request to confirm configuration.
  2. Use the exact model ID from the live pricing page.
  3. Increase the client timeout for long-running work if needed.
  4. Never put an API key in frontend code, screenshots, or a public repository.

Python · pip install openai

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://www.chenzk.top/v1",
)

response = client.chat.completions.create(
    model="gpt-5.6-sol",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Node.js · npm install openai

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.CHENZK_API_KEY,
  baseURL: "https://www.chenzk.top/v1",
});

const response = await client.chat.completions.create({
  model: "gpt-5.6-sol",
  messages: [{ role: "user", content: "Hello!" }],
});

cURL · connection test

curl https://www.chenzk.top/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5.6-sol","messages":[{"role":"user","content":"Hello!"}]}'

TROUBLESHOOTING

If something goes wrong

What is API Credit?

API Credit is usage balance for accessing AI models through Chenzk.top. Usage deducts credit according to the selected model and request.

Is this the same as a ChatGPT or Claude subscription?

No. API Credit is for app integrations, code, bots, and workflows through an API; it is not a replacement for an official chat-app subscription.

Why do I see 401 Unauthorized?

Check the API key and make sure authorization uses the Bearer format. Remove extra spaces or characters when pasting the key.

Why do I see model not found?

The model name must be exact. Open the live pricing page and copy the model ID exactly as shown.

What should I send to support?

Send a redacted error, selected model, app or SDK, and approximate time. Never send your API key.

READY TO START?

Choose an API Credit amount for your project.

Price and availability follow the live catalog. Choose a package, complete the order, then set up your app.

View API Credit in catalog