What is a Product?

A product in Galtea represents a functionality or service that you want to evaluate. Examples include QA chat, Summarization, or Content Generation.

Even if your organization has a single public-facing product (like a website or dashboard for all user interactions), you should define separate Galtea products for each distinct functionality you want to evaluate.

You can create, view and manage your products on the Galtea dashboard. Products can also be viewed and managed programmatically using the Galtea SDK.

A product in Galtea is associated with:

SDK Integration

The SDK allows you to list existing products, retrieve specific products by their ID or name, and delete products. See the Product Service API documentation for more details.

Note that product creation is handled through the Galtea platform.

Product Service SDK

Manage products using the Python SDK

Product Properties

Product Name
Text
required

The name of your product. Example: “Document Summarizer”

Product Description
Text
required

A detailed description of the product’s intended use (the more explicit, the better). Example: “An AI tool that generates concise summaries of legal documents while preserving key information.”

RAG
Boolean
required

Indicates if the product uses Retrieval-Augmented Generation (RAG).

Conversational
Boolean
required

Indicates if the product is a chatbot or designed as conversational AI.

Function Calling
Boolean
required

Indicates if the product has function-calling capabilities.

External User Interaction
Boolean
required

Indicates if the product is aimed at interacting with external users.

Quality Testing Priority
Boolean
required

Indicates if quality and robustness testing is a priority for the product.

Red Teaming Priority
Boolean
required

Indicates if red teaming (security, safety, and bias) is a priority for the product.

Risk Level
Enum
required

The risk level of the product under the EU AI Act. Possible values:

  • GPAI: General-Purpose AI Model (Article 3(63), Title VIII A - Chapter 1).
  • GPAI Systemic: General-Purpose AI Model with Systemic Risk (Article 52a, referring to criteria in Article 52c).
  • Special System: AI Systems with Specific Transparency Obligations (Article 50).
  • High: High-Risk AI System (Article 6, Annexes I & III).
  • Prohibited: Prohibited AI Practices (Article 5).
Operator Type
Enum
required

The operator type of the product under the EU AI Act. Possible values:

  • Authorised Representative: An entity established in the EU, appointed by a provider from a third country, to act on their behalf regarding AI Act obligations.
  • Deployer: An entity that uses an AI system under its authority, except when the AI system is used in the course of a personal non-professional activity.
  • Distributer: An entity in the supply chain, other than the provider or importer, that makes an AI system available on the Union market.
  • Importer: An entity established in the EU that places on the market or puts into service an AI system bearing the name or trademark of a person established outside the Union.
  • Product Manufacturer: The manufacturer of a product that incorporates an AI system.
  • Provider: An entity that develops an AI system or that has an AI system developed and places it on the market or puts it into service under its own name or trademark.
    Legal definitions available in the EU AI Act.