Modellss Docs
  1. Help Center
  • Send Request
  • Model List and Price
  • Model APIs
    • Chat API
      • Chat
      • GPTs
      • gemini-pro
      • gpt-4-all(Image)
      • gpt-4-vision-preview
    • Chat Completions API
      • Chat Completions API
    • Image API
      • Midjourney
        • InsightFace task submission
          • Submit swap_face task
        • Task Submission
          • Perform Action
          • Submit Blend Task
          • Submit a Describe task
          • Submit a Imagine task
          • Submit Modal
          • Submit Shorten Task
        • Task Inquiry
          • Inquire about all tasks
          • Inquire about tasks based on a list of IDs
          • Paged query for tasks
          • Inquire about the task queue
          • Cancel task
          • Retrieve task with specified ID
          • Get the seed for the task image
      • DALL·E 3
      • Stable Diffusion
      • MJ Chat
      • gpt-4-all(generate images)
    • Embedding Vector Generation Interface (Embeddings)
      • Create Embeddings
    • Audio
      • Create transcription
      • Create translation
      • Text to speech
  • Help Center
    • FAQ
  • Schemas
    • Schemas
      • Blend提交参数
      • CheckActivationDTO
      • Describe提交参数
      • Discord账号
      • Filter
      • Imagine提交参数
      • Map«string,object»
      • Message«Discord账号»
      • Message«Map«string,object»»
      • Message«Void»
      • Message«string»
      • Modal提交参数
      • Option
      • Pageable
      • Page«Map«string,object»»
      • Page«任务»
      • Shorten提交参数
      • Sort
      • SwapFace提交参数
      • TaskQueryDTO
      • 任务
      • 任务查询参数
      • 变化任务提交参数
      • 变化任务提交参数-simple
      • 可执行按钮
      • 可执行按钮_1
      • 执行动作参数
      • 提交结果
      • 激活服务参数
      • 账号修改参数
      • 账号创建参数
      • 账号查询参数
      • 账号筛选条件
  1. Help Center

FAQ

FAQ#

HTTP Status Codes and Their Meanings#

HTTP status codes are three-digit numeric codes used to represent the status of an HTTP response from a web server. Below are some common HTTP status codes and their meanings:
Status CodeExplanation
400 Bad RequestThe request format is incorrect or cannot be understood by the server. Typically means a client-side error.
401 UnauthorizedAPI key authentication failed. You need to verify if your API key is correct. Other reasons include token expiration.
403 ForbiddenGenerally indicates insufficient permissions.
404 Not FoundThe requested resource was not found. You might be trying to access an endpoint that does not exist.
413 Request Entity Too LargeThe request body is too large. You might need to reduce the size of your request body.
429 Too Many RequestsYou have exceeded your rate limit due to too frequent requests.
500 Internal Server ErrorAn internal error on the server. This might be a problem with OpenAI's servers, not your fault.
503 Service UnavailableThe server is temporarily unavailable. This could be due to OpenAI performing maintenance or server overload.
Please note that the above list is not exhaustive. Some status codes may vary depending on the server's implementation and usage.
Modified at 2024-03-07 09:57:51
Previous
Text to speech
Next
Blend提交参数
Built with