# Getting Started

# Getting Access

  1. You have to buy a subscription in order to access to Phoeniqs OpenShift AI environment. Please follow the instructions documented at Buy a Subscription

# Accessing your OpenShift AI environment

  1. Log in to the Phoeniqs Openshift AI

    1. Phoeniqs OpenShift AI ask you to log on by clicking Log in with OpenShift.

    image Openshift AI

    Use your Phoeniqs login credentials to further authenticate.

    image Openshift login

  2. Successful log on will allow you to land on the OpenShift AI page.

    image Openshift AI overview

    You can launch a notebook by clicking the application Jupiter from the enabled applications.

  3. Click Data Science Projects from left-hand side menu to see data science projects you have access

    image Openshift AI DS Overview

    Click on the data science project assigned to you to further create workbenches, cluster storage, data connections and pipelines etc.

    image Openshift AI DS

  4. Once you create and train your AI model using workbences, You can deploy your AI model in the OpenShift AI by choosing model serving platforms. To do so, click:

    Data Science Projects -> Your datascience project -> Single-model serving platform OR Multi-model serving platform from the section Models and model servers

    image Openshift AI DS model serving

  5. Deploy developed AI model with different runtime choices and GPU accelerators etc. by clicking Data Science Projects -> Your datascience project -> Single-model serving platform -> Deploy Model

    image Openshift AI DS model deployment

  6. Once AI model deployed, one can inference the model by making REST API calls to the model inference endpoint

    image Openshift AI DS model inference

  7. OpenShift pipelines allows you to create advanced continuous integration and continuous deployment(CI/CD) workflows that can help in automating and speeding up of the application development and delivery.

    image Openshift AI DS pipelines

    Hint: You can create a pipeline that will allow you to train a model, save a model and deploy a model.

    image Openshift AI DS pipeline flows