One API key for DeepSeek, Kimi, Doubao, Qwen, JiMeng, and more. OpenAI-compatible. Pay per token.
OpenAI-compatible endpoints. Drop in your existing code and switch models with one line change.
Text, image, and video generation models from DeepSeek and JiMeng, all through one gateway.
Pay-per-use billing with transparent per-token rates. No monthly fees, pay only for what you use.
from openai import OpenAI
client = OpenAI(
base_url="https://api.aigcto.cc/v1",
api_key="sk-your-key"
)
response = client.chat.completions.create(
model="deepseek-chat",
messages=[{"role": "user",
"content": "Hello!"}]
)
print(response.choices[0].message.content)World-class AI from China, accessible globally
from
¥0.001 / 1k tokens
State-of-the-art reasoning and code generation. DeepSeek-R1 rivals leading global models at a fraction of the cost, with deep Chain-of-Thought capabilities.
from
¥0.1 / image
ByteDance's flagship creative AI. Generate stunning images and videos with exceptional detail and aesthetic quality, supporting both Chinese and English prompts.