ModelsResponse

  • data
    Type: array object[] · Data
    required

    The list of available AI models

    • developer
      Type: string · Developer
      required

      The company/organization that developed this model

    • display_name
      Type: string · Display Name
      required

      The human-readable display name for this model

    • max_tokens
      Type: integer · Max Tokens
      required

      The maximum number of tokens this model can process

    • name
      Type: string · Name
      required

      The unique identifier/name of the AI model. Use this to specify the model in requests.

    • vision
      Type: boolean · Vision
      required

      Whether this model has vision/image processing capabilities