Skip to main content

AI/ML / Gen AI

Capabilities

Version:
IDTitleDescription
CCC.GenAI.CP01Text-Based Model SelectionAbility to select a foundation model that excels at natural language understanding and generation tasks such as summarization, translation, text generation, question answering, and sentiment analysis.
CCC.GenAI.CP02Code-Based Model SelectionAbility to select a foundation model that focuses on code understanding, generation, and transformation tasks.
CCC.GenAI.CP03Embedding Model SelectionAbility to select a foundation model used for tasks like semantic search, clustering, and document similarity by converting text into vector embeddings.
CCC.GenAI.CP04Image-Based Model SelectionAbility to select a foundation model that focuses on tasks related to vision, such as image generation, editing, and manipulation.
CCC.GenAI.CP05Multimodal Model SelectionAbility to select a foundation model that supports more than one modality, such as combining text and image.
CCC.GenAI.CP06Customizable Model SelectionProvide users the ability to fine-tune models with their own data.
CCC.GenAI.CP07Parameter Tuning - TemperatureAbility to control the randomness and creativity of the response.
CCC.GenAI.CP08Parameter Tuning - Max TokenAbility to limit the length of the response.
CCC.GenAI.CP09Parameter Tuning - Top P (Nucleus Sampling)Ability to adjust the number of likely next tokens to consider based on cumulative probability.
CCC.GenAI.CP10Parameter Tuning - Top KAbility to limit the number of token choices for the next word.
CCC.GenAI.CP11Parameter Tuning - Stop SequencesAbility to halt generation when a predefined sequence is encountered.
CCC.GenAI.CP12Parameter Tuning - Frequency PenaltyAbility to penalize words that have been used frequently, reducing their likelihood of being repeated.
CCC.GenAI.CP13Parameter Tuning - Presence PenaltyAbility to penalize tokens that have already been used, encouraging the model to introduce new tokens.
CCC.GenAI.CP14Parameter Tuning - Context LengthAbility to control how much prior conversation or input the model will use for generating coherent responses.
CCC.GenAI.CP15Text-Based PromptsAbility to input prompts in plain text.
CCC.GenAI.CP16Structured PromptsAbility to provide structured input such as JSON as prompts.
CCC.GenAI.CP17Contextual PromptsAbility to provide context or background information within the prompt to guide the response.
CCC.GenAI.CP18Interactive PromptsAbility to use conversational prompts to create interactive dialogues.
CCC.GenAI.CP19Image-Based PromptsAbility to input an image as a prompt to generate a response.
CCC.GenAI.CP20Custom Template PromptsAbility to define custom templates or structures for prompts to standardize interactions with the models.
CCC.GenAI.CP21Generate ContentAbility to generate a response given a foundation model, parameter values, and a prompt.
CCC.GenAI.CP22Data ControlEnsures prompts, model outputs, embeddings, and training data fed by customers are not used to train foundation models.
CCC.GenAI.CP23Data StorageAbility to retrieve previously generated outputs and prompts for the given session.
CCC.GenAI.CP24Content ModerationEnsure the service detects and filters abusive, harmful, and sensitive information to ensure responsible and safe use of the service.
CCC.GenAI.CP25Plugin IntegrationsAbility for the model to use tools to complete a model interaction. For example web search, python code execution or external maths engine.