{
  "openapi": "3.0.3",
  "info": {
    "title": "DeepSeek-R1-Distill-Qwen-32B",
    "description": "Deepseek的蒸馏版本。调用认证头Authorization: Bearer {appKey}  。付费资源包使用期1年，计费时按实际token量计算，每次调用最小计费0.01厘。 每用户每日免费量100万token (在【每日免费】专区领取)。 如有更多需求，请联系我们商务客服。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/3257-2": {
      "x-pointCode": 2,
      "x-mode": "mapping",
      "x-read-timeout": 5,
      "x-connect-timeout": 5,
      "get": {
        "summary": "列出模型",
        "description": "列出可用的模型列表，并提供相关模型的基本信息.",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          }
        },
        "operationId": "3257_2_GET",
        "parameters": []
      }
    },
    "/3257-1": {
      "x-pointCode": 1,
      "x-mode": "pass_through",
      "x-read-timeout": 300,
      "x-connect-timeout": 30,
      "post": {
        "summary": "DeepSeek-R1-Distill-Qwen-32B模型",
        "description": "DeepSeek-R1-Distill-Qwen-32B 是一款基于 DeepSeek-R1 模型蒸馏优化的高性能语言模型，专为开发者提供高效、低成本的 AI 接口服务，具有极高的性价比。",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          }
        },
        "operationId": "3257_1_POST",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "model": {
                    "type": "string"
                  },
                  "stream": {
                    "type": "boolean"
                  },
                  "messages": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "role": {
                          "type": "string"
                        },
                        "content": {
                          "type": "string"
                        }
                      }
                    }
                  },
                  "temperature": {
                    "type": "number"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "securitySchemes": {
      "AppKeyAuth": {
        "type": "apiKey",
        "in": "query",
        "name": "appKey",
        "description": "从 ShowAPI 控制台获取的 appKey，管理地址：https://www.showapi.com/console#/myApp"
      }
    }
  },
  "security": [
    {
      "AppKeyAuth": []
    }
  ],
  "externalDocs": {
    "url": "https://www.showapi.com/apiGateway/view/3257?tab=book"
  },
  "x-apiCode": "3257",
  "x-is-own": true,
  "x-is-op": true
}