The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
The AI Backbone Service is a core component of the Slangit AI microservices platform. It provides API endpoints, request routing, and service coordination. This service enables seamless integration with multiple AI models and provides an interface for AI capabilities across the Slangit ecosystem. Key Features are API endpoints for AI operations, Service coordination, and request routing. It calls the APIs from our vector search and utility services to complete a request-response cycle. It abstracts the inter-service communication between the lower-level services to provide a clean and simple API calling experience.
The following information was extracted from the containerfile and other sources.
| Summary | AI Backbone service providing model orchestration and APIs |
| Description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| Provider | Slangit Technologies FZO |
| Maintainer | Support <support@slangit.ai> |
The following information was extracted from the containerfile and other sources.
| Repository name | ai-backbone |
| Image version | 1.0.1 |
| Architecture | amd64 |
# Login to OpenShift ROSA cluster
oc login --server=https://api.slangit-rosa.ies1.p3.openshiftapps.com:443 --webdocker login default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com \
-u $(oc whoami) -p $(oc whoami -t)docker pull default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com/ai-service/ai_backbone_service:1.0.1