Перейти к основному содержимому

Services

After the Compressa App is deployed, all components are accessible via the same URL (8080 by default).
For example, http://localhost:8080.

Compressa provides the following services:

Management API

URL: http://localhost:8080/api/

The Management API is a REST API that allows control over all features.

It enables you to:

  • Add a new model to Compressa
  • Deploy a model for inference
  • Fine-tune a model with custom data

...and many other functions.

A detailed description of the endpoints is available on the REST API page.

Swagger Documentation

URL: http://localhost:8080/api/docs/

Swagger documentation provides a user-friendly interface to interact with the REST API, enabling live testing of API endpoints directly from the browser.

Chat UI

URL: http://localhost:8080/chat/

The Compressa Chat interface allows interaction with the deployed model. Chat UI

Fine-Tuning UI

URL: http://localhost:8080/finetune/

The Compressa Fine-Tune interface enables model fine-tuning to achieve the best quality for your use case. Fine-Tune UI

Training Dashboard

URL: http://localhost:8080/aim-ui/

A dashboard based on AIM allows for tracking the training process. Training Dashboard