跳到内容
DeepToken推理与计费网关
首页控制台模型文档定价博客
    多模型推理网关

    一个 API 接入所有 AI 模型

    跨 OpenAI、Anthropic、Google 等供应商路由请求,内置故障转移、透明计费和平台级可观测性。

    获取 API Key查看文档
    deeptoken-gateway
    curl https://api.deeptoken.app/v1/chat/completions \
    -H "Authorization: Bearer dt-key-live-xxxx" \
    -H "Content-Type: application/json" \
    -d {
    "model": "auto-reasoning", // Dynamic route
    "messages": [{"role": "user", "content": "Hello"}],
    "fallback": ["claude-3-5-sonnet", "gpt-4o"]
    }
    50+
    模型
    8
    供应商
    <200ms
    延迟
    99.9%
    可用性

    Unified access to 50+ models from 8+ providers

    OpenAIGPT-4o, o1, o3
    AnthropicClaude 3.5, Claude 4
    GoogleGemini 2.0, Flash
    MetaLlama 3.3, 4
    DeepSeekR1, V3
    MistralLarge, Codestral
    AlibabaQwen 2.5, 3
    CohereCommand R+

    How it works

    Deploy your gateway in minutes

    Four steps from zero to production. No infrastructure to manage, no vendor lock-in.

    01

    Connect

    Sign up, generate an API key, and install our OpenAI-compatible SDK.

    Get started
    02

    Route

    Configure model routing, fallback chains, and rate limits per project.

    Configure routing
    03

    Monitor

    Track usage, latency, costs, and errors in real-time with platform-grade observability.

    View dashboard
    04

    Scale

    Upgrade to Team or Enterprise for org controls, budgets, and dedicated support.

    View plans

    模型目录

    前沿与开源模型,统一一个端点

    通过同一套 OpenAI 兼容 API 调用所需模型,路由、fallback 与计费由网关统一承担。

    01
    GPT-4o多模态
    02
    Claude 3.5 Sonnet推理
    03
    DeepSeek-R1推理
    04
    Qwen2.5-72B开源
    05
    Llama-3.3-70B开源
    06
    Gemini 2.0 Flash低延迟
    07
    Mistral Large代码与对话
    08
    OpenAI Embeddings向量嵌入
    DeepToken 核心方案

    从一个模型开始,跨供应商扩展

    选择一个模型,发送首个请求,让网关处理路由、fallback 与计费。

    app.js
    |
    import OpenAI from 'openai';
    
    const openai = new OpenAI({
      apiKey: 'dt-key-live-xxxx', // DeepToken API Key
      baseURL: 'https://api.deeptoken.app/v1',
    });
    
    const completion = await openai.chat.completions.create({
      model: 'auto-reasoning', // Health-aware route
      messages: [{ role: 'user', content: 'Optimize my routing...' }],
      fallback: ['claude-3-5-sonnet', 'gpt-4o'], // Error resilience
    });
    兼容 OpenAI 官方标准库,无需额外依赖。
    部署你的推理网关

    Built for teams that ship AI

    From solo developers to enterprise organizations, DeepToken scales with your needs.

    Developers

    One API to rule them all. Stop juggling multiple provider SDKs and keys.

    Read the docs

    AI Product Teams

    Control costs, enforce budgets, and audit usage across your entire organization.

    See pricing

    Enterprise

    Dedicated support, custom SLAs, SSO, and compliance for mission-critical workloads.

    Contact sales

    常见问题

    关于 DeepToken 多供应商 AI 推理网关,你需要了解的一切。