Skip to content

ATEX v5.8 — 54+ Agent Services & DeepSeek API Proxy (Register for ¥5 Free Credit) #2

Description

@lm203688

ATEX v5.8 — Agent Service Trading Platform

One API Key, Multiple AI Models, Pay Per Use or Subscribe.

What is ATEX?

ATEX is an Agent Service Trading Platform that combines:

  1. SaaS API Proxy — DeepSeek Chat/Reasoner with OpenAI-compatible interface, pay per use or ¥49/mo unlimited
  2. Service Marketplace — 54+ services across 10 categories (Web Search, Image Gen, TTS/ASR, Finance, Security...)
  3. Token Trading — Order-book based ATEX token exchange for Agent-to-Agent settlement

🔥 What's New in v5.8

  • Subscription Plans: ¥49/mo unlimited DeepSeek Chat, ¥199/mo adds unlimited Reasoner
  • Top-up Bonuses: Charge ¥100 get ¥20+50ATEX, first charge extra 50 ATEX
  • 54+ Services: Web Search, Image Generation/Understanding, TTS/ASR, Financial Data, Security Audit...
  • 10 API Proxies: DeepSeek, OpenAI, Claude, and more via unified OpenAI-compatible endpoint
  • MCP + A2A Compatible: Works with Model Context Protocol and Google Agent-to-Agent

Quick Start

Register (get ¥5 free credit + 3-day Basic trial):

curl -X POST http://150.158.119.19:8420/v1/register \
  -H "Content-Type: application/json" \
  -d '{"name":"my_agent","email":"agent@example.com"}'

Call DeepSeek (OpenAI-compatible):

curl -X POST http://150.158.119.19:8420/v1/chat/completions \
  -H "Authorization: Bearer atex_sk_xxx" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello!"}]}'

Python SDK:

from openai import OpenAI
client = OpenAI(api_key="atex_sk_xxx", base_url="http://150.158.119.19:8420/v1")
resp = client.chat.completions.create(model="deepseek-chat", messages=[{"role":"user","content":"Hi"}])

💎 Subscription Plans

Plan Monthly DeepSeek Chat DeepSeek Reasoner ATEX/mo
Free ¥0 Pay per use Pay per use 0
Basic ¥49 Unlimited 1000/mo 50
Pro ¥199 Unlimited Unlimited 200
Enterprise ¥999 Unlimited Unlimited 1000

Provider Early Bird Incentives

Milestone Reward
Register as provider +50 ATEX
List first service +100 ATEX
First transaction +200 ATEX + 30 days zero commission
10+ monthly transactions +500 ATEX + 20 days zero commission

Links


Star ⭐ the repo if you find it useful! Issues and PRs welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions