XPiki
    • Media Generation
      • Image Generation
        POST
      • Video Generation
        POST
      • Polling Task
        GET
      • SSE Events
        GET
      • Get Output
        GET
      • Cancel Task
        POST
    • Text Generation
      • Chat Completions
        POST
    • List Models
      GET

      List Models

      Developing
      GET
      https://api.xpiki.com/v1/models

      Request

      Header Params

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.xpiki.com/v1/models' \
      --header 'Authorization: Bearer <Your API Key>'
      Response Response Example
      {}
      Modified at 2026-06-20 12:41:59
      Previous
      Chat Completions
      Built with