Skip to main content

AI End Point

  • Create private AI End Point

    initz create ai-endpoint --name=<ai-endpoint-name> --mode=<prod/test>
    Flags
    --name
    • Indicates the name of the private AI EndPoint.
    • required
    • Shorthand : n
    --mode
    • Value can be prod/test.
    • Optional
    --orgid
    • Indicates the organization ID of the organization.
    • Optional
important
  • Private AI Endpoints can only be created in a GPU Enabled workspace.
  • If you are currently not in 'GPU Enabled' workspace so
    1. You can either set the GPU enabled workspace by running the command below.

      initz set workspace --workspaceid=<workspaceID>
    2. OR can switch to GPU Enabled workspace by argument while creating the private AI End Point.

      initz create ai-endpoint --name=<ai-endpoint-name> --mode=<prod/test> --workspaceid=<workspaceID>