目录 / Auxen
Auxen
**Auxen** provisions private AI model endpoints on dedicated GPU infrastructure. Customers pick a model from the catalog — open-source models like Llama 3.1, Qwen 2.5, Mistral, Gemma 2, and Phi-3 — and Auxen handles provisioning, scaling, billing, and teardown. Each instance is fully private: no shared inference, no third-party routing. **Why use it:** when you need real privacy (regulated industries — legal, healthcare, finance, government), high-volume inference where per-token APIs destroy unit economics, fine-tuning on your own data, or ephemeral compute for episodic agent workloads. Pay-per-minute billing — no subscriptions, no per-token fees. **Auth:** OAuth 2.1 + PKCE with Dynamic Client Registration ([RFC 7591](https://datatracker.ietf.org/doc/html/rfc7591)). Direct API keys (`auxen_live_*`) also supported for programmatic agents. **Tools (6):** - `auxen_list_models` — list available models (read-only) - `auxen_get_instance_status` — read instance state (read-only) - `auxen_list_instances` — list account instances (read-only) - `auxen_get_balance` — read billing snapshot (read-only) - `auxen_provision_model` — provision a new instance (destructive — spends money) - `auxen_destroy_instance` — destroy an instance (destructive — irreversible) Learn more at [auxen.ai/architecture](https://auxen.ai/architecture). Status: [status.auxen.ai](https://status.auxen.ai).
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://auxen--samp2alex.run.tools
{
"mcpServers": {
"Auxen": {
"url": "https://auxen--samp2alex.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| auxen_list_models | List available AI models that can be deployed on Auxen. Filter by size_group to narrow to a tier (small/medium/large/xl). |
| auxen_provision_model | Provision a private AI model instance. Spends money — subscription instances add a Stripe line item; on-demand instances start drawing down USD credits. Returns instance_id; poll auxen_get_instance_status until status is 'running' before making inference calls. Use 'subscription' for continuous use, 'on_demand' for temporary use (dedicated tiers and up only). |
| auxen_get_instance_status | Get the current status, endpoint, and api_key of a provisioned instance. Poll until status='running' before making inference calls. |
| auxen_list_instances | List all instances for this account. |
| auxen_destroy_instance | Destroy an instance and stop billing immediately. Cannot be undone — the instance's endpoint and api_key are permanently invalidated. |
| auxen_get_balance | Get the account's billing snapshot — USD credit balance for on-demand, count and total of active subscriptions. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。