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 view and manage your products on the Galtea dashboard.

A product in Galtea is associated with:

SDK Integration

Product Service SDK

SDK methods for managing products

Product Properties

When creating a product in Galtea, you’ll need to provide the following information:

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:

  • Not applicable: The product is not covered by the EU AI Act.
  • High: See the EU AI Act high-risk systems
  • Medium: Systems with moderate risk potential
  • Low: Systems with minimal risk potential
Operator Type
Enum
required

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

  • Not applicable: The product is not covered by the EU AI Act.
  • Provider: “a natural or legal person, public authority, agency or other body that develops an AI system or a general-purpose AI model or that has an AI system or a general-purpose AI model developed and places it on the market or puts the AI system into service under its own name or trademark, whether for payment or free of charge”
  • User: An entity that uses the AI system under its authority except for personal non-professional activity
  • Importer: “a natural or legal person located or established in the Union that places on the market an AI system that bears the name or trademark of a natural or legal person established in a third country”
  • Distributor: “a natural or legal person in the supply chain, other than the provider or the importer, that makes an AI system available on the Union market”
Legal definitions are extracted from the EU AI Act.