gpt-5.6-sol
$0.37 / 1M in
$2.22 / 1M outCut 90% Dev Cost — Without Breaking Things
Start Free TrialTrusted by 200,000+ developers
OpenAI-compatible API
Our standard OpenAI-compatible API connects the world's leading models to the tools you already use.
https://ai-tokens.space/v1/chat/completions1POST
2/v1/chat/completions
3
4Request
5curl -X POST "/v1/chat/completions" \
6 -H "Authorization: Bearer sk-••••" \
7 -d '{
8 "model": "your-model",
9 "messages": [
10 { "role": "user", "content": "..." }
11 ]
12 }'
13
14Response
15{
16 "choices": [{ "message": { "content": "Chat request routed." } }],
17 "usage": { "total_tokens": 27 }
18}
1POST
2/v1/responses
3
4Request
5curl -X POST "/v1/responses" \
6 -H "Authorization: Bearer sk-••••" \
7 -d '{
8 "model": "your-model",
9 "input": "..."
10 }'
11
12Response
13{
14 "output": [{ "type": "output_text", "text": "Response workflow ready." }],
15 "usage": { "total_tokens": 31 }
16}
1POST
2/v1/messages
3
4Request
5curl -X POST "/v1/messages" \
6 -H "x-api-key: sk-••••" \
7 -H "anthropic-version: 2023-06-01" \
8 -d '{
9 "model": "your-model",
10 "max_tokens": 1024,
11 "messages": [
12 { "role": "user", "content": "..." }
13 ]
14 }'
15
16Response
17{
18 "content": [{ "type": "text", "text": "Claude message routed." }],
19 "usage": { "input_tokens": 11, "output_tokens": 18 }
20}
1POST
2/v1beta/models/{model}:generateContent
3
4Request
5curl -X POST "/v1beta/models/{model}:generateContent" \
6 -H "x-goog-api-key: sk-••••" \
7 -d '{
8 "contents": [
9 { "role": "user",
10 "parts": [{ "text": "..." }] }
11 ]
12 }'
13
14Response
15{
16 "candidates": [{ "content": { "parts": [{ "text": "Gemini request served." }] } }],
17 "usageMetadata": { "totalTokenCount": 25 }
18}
KIMI K3
2.8T Parameters · Near GPT/Claude · 1M Context · Native Vision · Agentic Coding
moonshotai/kimi-k3
Start Free TrialFlagship and budget models from every major vendor — one API away
$0.37 / 1M in
$2.22 / 1M out$0.37 / 1M in
$1.85 / 1M out$0.12 / 1M in
$0.71 / 1M out$0.15 / 1M in
$0.44 / 1M out$0.37 / 1M in
$0.74 / 1M out$0.12 / 1M in
$0.71 / 1M out$0.015 / 1M in
$0.059 / 1M out$0.020 / 1M in
$0.030 / 1M out$0.019 / 1M in
$0.070 / 1M out$0.074 / 1M in
$0.15 / 1M out$0.074 / 1M in
$0.59 / 1M out$0.089 / 1M in
$0.53 / 1M outFor massive documents and codebases — up to 2M tokens in a single call.
Top models for code completion, refactoring, and agentic coding tasks.
State-of-the-art image models for campaigns, products, and creative work.
Cinematic video models for advertising, social content, and production.
TTS, STT, realtime voice, and music generation through one platform.
Ultra-low-cost models for high-volume tasks without sacrificing usability.
Limited-Time Welcome Rewards
Sign up now and instantly receive $5 in token credits!
Earn $5 in token credits for every user you invite to sign up!
Every invited user receives $5 in token credits too!