curl -fsSL 'https://ethergate.cn/console/skills/ethergate-provider/install.sh' | bash -s -- --locale 'en'Chinese models · OpenAI-compatible · Agent-ready
One API for Chinese frontier models.
Keep your OpenAI SDK, switch the base URL to EtherGate, and call DeepSeek, Qwen, Kimi and other Chinese models with workspace keys, credits, routing and usage tracking.
Agent provider setup
Install EtherGate Provider
& ([scriptblock]::Create((irm 'https://ethergate.cn/console/skills/ethergate-provider/install.ps1'))) -Locale 'en'Both commands configure only Hermes, OpenClaw, and QClaw. They do not modify Codex, FinClaw, or other local tools.
Paste in a system terminal. Do not paste this into an already-open Hermes chat prompt.
Then restart the configured tool. Select custom:EtherGate, then choose a synced model.
Two paths
FinClaw users get the product. Developers call EtherGate directly.
Call the API directly
Connect Chinese models to AI SaaS, agents, internal tools, research systems and automation workflows with one key, one bill and one routing layer.
Use model power through the product
FinClaw serves investors and institutions. EtherGate provides the model gateway behind its financial-agent workflows.
Explore FinClawModel access
Start with a focused set of Chinese models that work.
DeepSeek
General chat, coding, reasoning and tool use.
deepseek/deepseek-chatQwen
Long context, multilingual and production assistant workflows.
qwen/qwen-plusKimi
Long documents, agent workflows and Chinese knowledge tasks.
moonshot/kimi-k2.6Auto Route
Choose a suitable model by health, cost and capability.
ethergate/autoWhy EtherGate
Not another model supermarket. A production gateway for Chinese models.
Unified Chinese model access
Call DeepSeek, Qwen, Kimi and more through one request shape instead of maintaining provider-specific differences.
OpenAI-compatible
Keep your OpenAI SDK, Chat Completions habits and streaming responses. Change the base URL, key and model ID.
Routing and failover
Organize requests around provider health, cost and capability to reduce single-provider volatility.
Workspaces and credits
Manage API keys, credits, billing, usage and team boundaries by workspace.
BYOK provider keys
Bring your own upstream provider key when you need separate billing, quota isolation or provider compliance policies.
Logs and observability
Trace every call with request IDs, model, provider, errors and cost records.
Built for agent workflows
EtherGate is not only an API. It can be the model provider inside your tools.
FinClaw is the sibling investor-facing product. Developers can use the same model gateway directly.
Install the provider and select custom:EtherGate.
Built for AI coding and local agent workflows.
Use the same cr_ key and model catalog.
Real financial-agent workflows validate the model path.
API quickstart
Developers only change three things.
https://ethergate.cn/v1Create a cr_ API key
Create a workspace key in the console and store the full value shown once.
Replace the base URL
Keep your SDK and point the endpoint to EtherGate.
Choose a model ID
Start with DeepSeek, Qwen, Kimi or Auto Route.
curl https://ethergate.cn/v1/chat/completions \
-H "Authorization: Bearer cr_live_xxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-plus",
"messages": [{"role":"user","content":"写一份简短发布清单"}]
}'Trust and controls
Built for real product calls, not one-off demos.
Isolate keys, credits, members and usage by project.
Check balance before requests and record usage and spend afterward.
Find model, provider, error and latency details when debugging production issues.
User data is not used to train public models. Sensitive workflows can combine BYOK with workspace controls.
FinClaw is a research and review tool. It does not provide securities investment advice, trade for users or place automatic orders. EtherGate is a model gateway and does not make final business decisions for users.
Pay as you go
Manage API costs with credits.
Start with small tests, then move into team and production traffic. Console balance, recharge and billing records are the source of truth.