Smodin
    Smodin
    • 简介
    • 人工智能评分
      • AI Grader(长文本,即论文)
        POST
      • STEM Grader(科学问题)
        POST
      • 简短的 QA 分级机
        POST
    • 抄袭
      • 网络抄袭
        POST
      • 文本相似度
        POST
    • 改写
      • 改写
        POST
      • 重写句子
        POST
    • 总结
      • Extractive
        POST
      • Abstractive
        POST
    • 人工智能检测
      POST
    • Omni(人工智能作业解算器)
      POST
    • 重建
      POST

      Omni(人工智能作业解算器)

      开发环境
      http://dev-cn.your-api-server.com
      开发环境
      http://dev-cn.your-api-server.com
      POST
      /v1/omni/question
      此端点需要帐户批准才能访问。请联系我们获取访问权限。
      使用 AI 回答任何作业问题,比 GPT-4 更准确。

      文字成本#

      字数成本: 3000
      **字数成本说明:**无论请求大小,此端点均使用固定的 3,000 字数成本。可根据要求提供专业定价。
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://dev-cn.your-api-server.com/v1/omni/question' \
      --header 'content-type: application/json' \
      --data-raw '{
          "language": "string",
          "question": "string"
      }'
      响应示例响应示例
      201 - 成功示例
      {
        "language": "string",
        "generatedAnswer": {
          "answer": "string",
          "shortDescription": "string",
          "longDescription": "string",
          "chanceCorrect": 0,
          "chanceCorrectAdvancedModel": 0
        },
        "QAs": [
          {
            "question": "string",
            "link": "string",
            "answer": "string",
            "isAcceptedAnswer": true,
            "alternativeAnswers": [
              "string"
            ],
            "source": "string",
            "position": 0,
            "upvotes": 0
          }
        ],
        "webResults": [
          {
            "title": "string",
            "domain": "string",
            "link": "string",
            "snippet": "string",
            "position": 0,
            "source": "string"
          }
        ],
        "imageResults": [
          {
            "position": 0,
            "title": "string",
            "domain": "string",
            "imageSrc": "string",
            "link": "string"
          }
        ],
        "classification": {
          "message": "string",
          "answerable": true,
          "topic": "string"
        },
        "categorization": {
          "generalSubject": "string",
          "courseName": "string",
          "topic": "string",
          "mcq": true,
          "foundationalConcept": "string",
          "theoretical": true,
          "mathRequired": true,
          "reasoningRequired": true,
          "difficulty": "string"
        }
      }

      请求参数

      Header 参数

      Body 参数application/json

      示例

      返回响应

      🟢201成功
      application/json
      Body

      🟠400请求有误
      修改于 2024-04-18 08:56:50
      上一页
      人工智能检测
      下一页
      重建
      Built with