diff --git a/docs/intro.md b/docs/intro.md
deleted file mode 100644
index bf04f941..00000000
--- a/docs/intro.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-sidebar_position: 1
----
-
-# Introduction
-
-Welcome to Prem! This is the documentation for Prem, the open source platform for running your own AI models on your own servers.
-
-- Be part of the community [joining our Discord](https://discord.com/invite/kpKk6vYVAn).
-- To stay in touch [follow us on Twitter](https://twitter.com/premai_io).
-- To report bugs or ask for support [open an issue on the Github repository](https://github.com/premAI-io/prem-app).
-
-## What is Prem?
-
-Prem is a platform for running open-source AI models on your own devices, either on MacOS, useful for local development and personal use or on your Linux servers for production. Prem standardize set of **interafces** for AI models, defining types for input and output so that you can run any model and use an unified API to interact with it, regardless of the language and framework it was built with.
-
-Prem is open source and free to use, no data is collected because we CANNOT see your data, as everything runs on-premise.
-
-- Get Started as a Developer
- - [Installation](/docs/category/installation)
- - [Usage](/docs/category/usage)
-- Publish your AI Service on Prem
- - [Service Packaging](/docs/category/service-packaging/)
-
-### Main concepts
-
-Prem simplifies the process of running AI models on your own infrastrucutre. It is composed of several components:
-
-- **Prem Service**: An AI model to be served on the platform is called a Prem Service. It is a Docker container that exposes a standardized HTTP API for the **interface** type to interact with the model.
-- **Prem Interface**: An interface is the combination of input and output for a Prem Service. It is a semantic type that defines the structure of the data that can be sent to the model and the structure of the data that the model will return. Prem comes with a set of standard interfaces, but you can also create your own. Currently the following interfaces have been created: π Chat, π Embeddings, ποΈ Vector Store, π¨ Diffuser. More to come.
-- [**Prem App**](/docs/category/prem-app/): the desktop(MacOS) or Webapp app that allows you to run AI models on your own computer or cloud environment.
-- [**Prem Daemon**](/docs/category/prem-daemon/): the daemon that runs on your machine and allows you to run AI models on your own infrastructure. It represents the component that exposes all the endpoints necessary to handle the different services and the underlying infrastructure.
-- [**Prem Gateway**](/docs/category/prem-gateway/): separate component that acts as API gateway providing addition features for Cloud setup.
-- [**Prem Registry**](/docs/registry/): the registry contains all the metadata information in order to run a service in the Prem Ecosystem. Each Prem Service can be published on the public list of AI services.
diff --git a/docs/prem-app/_category_.json b/docs/prem-app/_category_.json
deleted file mode 100644
index 82952f0e..00000000
--- a/docs/prem-app/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Prem App",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem App can run on desktop computers or your own Linux server. It can be installed as a standalone desktop app on your device, and it can also be accessed through a web browser."
- }
-}
diff --git a/docs/prem-app/assets/network-delete.png b/docs/prem-app/assets/network-delete.png
deleted file mode 100644
index d896ae77..00000000
Binary files a/docs/prem-app/assets/network-delete.png and /dev/null differ
diff --git a/docs/prem-app/assets/network-done.png b/docs/prem-app/assets/network-done.png
deleted file mode 100644
index ca1899b4..00000000
Binary files a/docs/prem-app/assets/network-done.png and /dev/null differ
diff --git a/docs/prem-app/assets/network-init.png b/docs/prem-app/assets/network-init.png
deleted file mode 100644
index ca602b59..00000000
Binary files a/docs/prem-app/assets/network-init.png and /dev/null differ
diff --git a/docs/prem-app/assets/network-install.png b/docs/prem-app/assets/network-install.png
deleted file mode 100644
index 7a5b7da8..00000000
Binary files a/docs/prem-app/assets/network-install.png and /dev/null differ
diff --git a/docs/prem-app/assets/network-stop.png b/docs/prem-app/assets/network-stop.png
deleted file mode 100644
index cc8e1e76..00000000
Binary files a/docs/prem-app/assets/network-stop.png and /dev/null differ
diff --git a/docs/prem-app/examples/_category_.json b/docs/prem-app/examples/_category_.json
deleted file mode 100644
index f247791f..00000000
--- a/docs/prem-app/examples/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Examples",
- "position": 5,
- "link": {
- "type": "generated-index",
- "description": "Examples on how Prem can be used for your use case using common libraries like LangChain and Llama Index."
- }
-}
diff --git a/docs/prem-app/examples/langchain-talk-to-your-data.md b/docs/prem-app/examples/langchain-talk-to-your-data.md
deleted file mode 100644
index 37fcc85a..00000000
--- a/docs/prem-app/examples/langchain-talk-to-your-data.md
+++ /dev/null
@@ -1,147 +0,0 @@
----
-sidebar_position: 3
----
-
-# Langchain: Talk to your Data
-
-- Install the necessary dependencies
-
-```python
-import os
-
-from langchain.chains import LLMChain
-from langchain.chat_models import ChatOpenAI
-from langchain.embeddings.openai import OpenAIEmbeddings
-from langchain.docstore.document import Document
-from langchain.vectorstores import Qdrant
-from langchain.vectorstores.redis import Redis
-from langchain.prompts import PromptTemplate
-
-os.environ["OPENAI_API_KEY"] = "random-string"
-```
-
-- Create the Documents using Prem Landing Page Content
-
-```python
-doc1 = Document(page_content="Prem is an easy to use open source AI platform. With Prem you can quickly build provacy preserving AI applications.")
-doc2 = Document(page_content="""
-Prem App
-
-An intuitive desktop application designed to effortlessly deploy and self-host Open-Source AI models without exposing sensitive data to third-party.
-
-""")
-doc3 = Document(page_content="""
-Prem Benefits
-
-Effortless Integration
-Seamlessly implement machine learning models with the user-friendly interface of OpenAI's API.
-
-Ready for the Real World
-Bypass the complexities of inference optimizations. Prem's got you covered.
-
-Rapid Iterations, Instant Results
-Develop, test, and deploy your models in just minutes.
-
-Privacy Above All
-Your keys, your models. We ensure end-to-end encryption.
-
-Comprehensive Documentation
-Dive into our rich resources and learn how to make the most of Prem.
-
-Preserve Your Anonymity
-Make payments with Bitcoin and Cryptocurrency. It's a permissionless infrastructure, designed for you.
-""")
-```
-
-- Using QDrant, Vicuna and Sentence Transformers Running Locally using Prem
-
-```python
-# Using vicuna-7b-q4
-chat = ChatOpenAI(openai_api_base="http://localhost:8111/v1", max_tokens=128)
-
-# Using sentence transformers all-MiniLM-L6-v2
-embeddings = OpenAIEmbeddings(openai_api_base="http://localhost:8444/v1")
-
-# Using locally running Qdrant
-url = "http://localhost:6333"
-
-vectorstore = Qdrant.from_documents(
- [doc1, doc2, doc3],
- embeddings,
- url=url,
- collection_name="prem_collection_test",
-)
-
-query = "What are Prem Benefits?"
-docs = vectorstore.similarity_search(query)
-print(docs[0].page_content)
-```
-
-- Perform the Query
-
-```python
-template = """
-You are an AI assistant for answering questions about Prem.
-Provide a conversational answer to the question based on the following docouments found using semantic search. Be original, concice, accurate and helpful.
-
-Question: {question}
-=========
-Context: {context}
-=========
-Answer in Markdown:
-""" # noqa E501
-prompt = PromptTemplate(
- input_variables=["question", "context"],
- template=template,
-)
-chain = LLMChain(llm=chat, prompt=prompt, verbose=True)
-
-question = "What are Prem Benefits?"
-docs = vectorstore.similarity_search(question)
-context = docs[0].page_content
-chain.run(question=question, context=context)
-```
-
-- Example using Redis instead of Qdrant
-
-```python
-# Using vicuna-7b-q4
-chat = ChatOpenAI(openai_api_base="http://localhost:8001/v1", max_tokens=128)
-
-# Using sentence transformers all-MiniLM-L6-v2
-embeddings = OpenAIEmbeddings(openai_api_base="http://localhost:8000/v1")
-
-# Using locally running Redis
-url = "redis://localhost:6379"
-
-rds = Redis.from_documents(docs, embeddings, redis_url=url, index_name="prem_index_test")
-
-query = "What are Prem Benefits?"
-docs = vectorstore.similarity_search(query)
-print(docs[0].page_content)
-```
-
-- Perform the Query
-
-```python
-template = """
-You are an AI assistant for answering questions about Prem.
-Provide a conversational answer to the question based on the following docouments found using semantic search. Be original, concice, accurate and helpful.
-
-Question: {question}
-=========
-Context: {context}
-=========
-Answer in Markdown:
-""" # noqa E501
-prompt = PromptTemplate(
- input_variables=["question", "context"],
- template=template,
-)
-chain = LLMChain(llm=chat, prompt=prompt, verbose=True)
-
-question = "What are Prem Benefits?"
-docs = vectorstore.similarity_search(question)
-context = docs[0].page_content
-chain.run(question=question, context=context)
-```
\ No newline at end of file
diff --git a/docs/prem-app/examples/llama-index-talk-to-your-data.md b/docs/prem-app/examples/llama-index-talk-to-your-data.md
deleted file mode 100644
index 983c9e6d..00000000
--- a/docs/prem-app/examples/llama-index-talk-to-your-data.md
+++ /dev/null
@@ -1,89 +0,0 @@
----
-sidebar_position: 4
----
-
-# Llama Index: Talk to your Data
-
-- Install the necessary Dependencies
-
-```python
-import os
-
-from llama_index.vector_stores import RedisVectorStore
-from llama_index.storage.storage_context import StorageContext
-from llama_index import ListIndex, LLMPredictor, Document
-
-from langchain.chat_models import ChatOpenAI
-from langchain.embeddings.openai import OpenAIEmbeddings
-
-from llama_index import LangchainEmbedding, ServiceContext
-
-os.environ["OPENAI_API_KEY"] = "random-string"
-```
-
-- Create the Documents using Prem Landing Page Content
-
-```python
-doc1 = Document(text="Prem is an easy to use open source AI platform. With Prem you can quickly build privacy preserving AI applications.")
-doc2 = Document(text="""
-Prem App
-
-An intuitive desktop application designed to effortlessly deploy and self-host Open-Source AI models without exposing sensitive data to third-party.
-
-""")
-doc3 = Document(text="""
-Prem Benefits
-
-Effortless Integration
-Seamlessly implement machine learning models with the user-friendly interface of OpenAI's API.
-
-Ready for the Real World
-Bypass the complexities of inference optimizations. Prem's got you covered.
-
-Rapid Iterations, Instant Results
-Develop, test, and deploy your models in just minutes.
-
-Privacy Above All
-Your keys, your models. We ensure end-to-end encryption.
-
-Comprehensive Documentation
-Dive into our rich resources and learn how to make the most of Prem.
-
-Preserve Your Anonymity
-Make payments with Bitcoin and Cryptocurrency. It's a permissionless infrastructure, designed for you.
-""")
-```
-
-- Instantiate the LLMs objects accordingly
-
-```python
-# Using vicuna-7b-q4
-llm_predictor = LLMPredictor(llm=ChatOpenAI(openai_api_base="http://localhost:8111/v1", max_tokens=128))
-
-# Using sentence transformers all-MiniLM-L6-v2
-embeddings = OpenAIEmbeddings(openai_api_base="http://localhost:8444/v1")
-
-embed_model = LangchainEmbedding(embeddings)
-service_context = ServiceContext.from_defaults(embed_model=embed_model, llm_predictor=llm_predictor)
-
-vector_store = RedisVectorStore(
- index_name="prem_landing",
- index_prefix="llama",
- redis_url="redis://localhost:6379",
- overwrite=True
-)
-storage_context = StorageContext.from_defaults(vector_store=vector_store)
-index = ListIndex.from_documents([doc1, doc2, doc3], storage_context=storage_context)
-```
-
-- Query the Index
-
-```python
-query_engine = index.as_query_engine(
- retriever_mode="embedding",
- verbose=True,
- service_context=service_context
-)
-response = query_engine.query("What are Prem benefits?")
-print(response)
-```
\ No newline at end of file
diff --git a/docs/prem-app/installation/_category_.json b/docs/prem-app/installation/_category_.json
deleted file mode 100644
index 26fb6ec7..00000000
--- a/docs/prem-app/installation/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Installation",
- "position": 1,
- "link": {
- "type": "generated-index",
- "description": "How to install Prem locally or in your Infrastructure."
- }
-}
diff --git a/docs/prem-app/installation/install-aws-ec2.md b/docs/prem-app/installation/install-aws-ec2.md
deleted file mode 100644
index b4eafd3d..00000000
--- a/docs/prem-app/installation/install-aws-ec2.md
+++ /dev/null
@@ -1,66 +0,0 @@
----
-id: install-aws-ec2
-title: Install PremAI on AWS EC2
-sidebar_label: Install on AWS EC2
-sidebar_position: 3
----
-
-Launch an EC2 instance using the below bookmark link, opening port 8000 and selecting the `g5.xlarge` instance type.
-
-
-### Prerequisites:
-
-1. An [active AWS account](https://docs.aws.amazon.com/SetUp/latest/UserGuide/setup-AWSsignup.html).
-2. An [IAM user](https://docs.aws.amazon.com/SetUp/latest/UserGuide/setup-configadminuser.html) with [permissions to launch EC2 instances](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_ec2_region.html).
-
-### Step by Step Guide:
-
-π [ami-06d4672384794fa01](https://console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:ami=ami-06d4672384794fa01)
-
-1. **Access the Bookmark Link**:
- - Open your browser.
- - Click on the [bookmark](https://console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:ami=ami-06d4672384794fa01) or paste the bookmark link into your browser's address bar and press Enter.
- - This will take you to the AWS Management Console, specifically to the EC2 Launch Instance Wizard with the public AMI pre-selected.
-
-2. **Choose an Instance Type**:
- - Scroll down the list until you find `g5.12xlarge`.
- - Click on the `Select` button next to it.
-
-3. **Configure Instance Details**:
- - Usually, the default settings in this step are okay for most use-cases, but you can make changes if needed.
-
-4. **Add Storage**:
- - Add any storage volumes if necessary or keep the default. Suggested `64GB` to try enough Prem services.
-
-5. **Add Tags**:
- - You can add key-value pairs to help identify your instance later on, but this is optional.
-
-6. **Configure Security Group**:
- - Choose βCreate a new security groupβ.
- - You will see that by default SSH port 22 is open.
- - Select both HTTP (:80) and HTTPS (:443) from the list.
-
-Remember: Be cautious when opening ports to 'Anywhere' as it exposes those ports to the entire internet. Consider tightening security by only allowing specific IPs or IP ranges.
-
-7. **Review and Launch**:
- - Review your settings to ensure everything is correct.
- - Click on the `Launch` button.
-
-8. **Key Pair**:
- - A prompt will appear asking you to select a key pair or create a new one.
- - If you already have a key pair and want to use it: Select "Choose an existing key pair", then select the desired key pair from the dropdown list.
- - If you need a new key pair: Select "Create a new key pair", name it, and download the key pair. Make sure to save it in a safe place, as AWS wonβt give you the private key again.
- - After selecting or creating the key pair, check the acknowledgment box that says you have access to the selected private key file.
- - Finally, click the `Launch Instances` button.
-
-9. **Confirmation Page**:
- - After launching, you'll be taken to a confirmation page where you can click on the `View Instances` button to see your new instance starting up. After a few minutes, your EC2 instance should be up and running.
-
-10. **Install Prem**
-
- - Now login inside the machine using the key pair you created in the previous step.
- - Run the following command to install Prem:
- ```bash
- wget -q https://get.prem.ninja/install.sh -O install.sh; sudo bash ./install.sh
- ```
- - After the installation is finished, you can access Prem App on the public IP address of your EC2 instance. You can find the IP address in the EC2 console under the `IPv4 Public IP` column.
diff --git a/docs/prem-app/installation/install-linux-production.md b/docs/prem-app/installation/install-linux-production.md
deleted file mode 100644
index 3115eb9e..00000000
--- a/docs/prem-app/installation/install-linux-production.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: install-linux-production
-title: Install on Linux for Production
-sidebar_label: Install on Linux for Production
-sidebar_position: 2
----
-
-# Linux for Production
-
-Install everything needed to run Prem on Ubuntu/Debian server
-
-```bash
-wget -q https://get.prem.ninja/install.sh -O install.sh; sudo bash ./install.sh
-```
-
-## Uninstall Prem
-
-If you want to uninstall Prem, you can run the following commands
-
-```bash
-wget -q https://get.prem.ninja/uninstall.sh -O uninstall.sh; sudo bash ./uninstall.sh
-```
-------
diff --git a/docs/prem-app/installation/install-macos-app.md b/docs/prem-app/installation/install-macos-app.md
deleted file mode 100644
index f9c31a66..00000000
--- a/docs/prem-app/installation/install-macos-app.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: install-macos
-title: Install on MacOS
-sidebar_label: Install on MacOS
-sidebar_position: 1
----
-# Desktop App for MacoS
-
-### Install Prem on your MacOS (Apple Silicon)
-
-π **[Dowload the latest Prem Desktop App](https://install-app.prem.ninja/latest-release)**
-
-Note: Apple Intel is supported, but no models can run efficiently on that architecture yet.
-
-![Prem App](./prem-app.png)
-
-:::tip
-Not enough resources? Try out on the live demo instance - [demo.prem.ninja](https://demo.prem.ninja)
-:::
\ No newline at end of file
diff --git a/docs/prem-app/installation/prem-app.png b/docs/prem-app/installation/prem-app.png
deleted file mode 100644
index 973c130a..00000000
Binary files a/docs/prem-app/installation/prem-app.png and /dev/null differ
diff --git a/docs/prem-app/interfaces.md b/docs/prem-app/interfaces.md
deleted file mode 100644
index 61b17b45..00000000
--- a/docs/prem-app/interfaces.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: interfaces
-title: Interfaces
-sidebar_label: Interfaces
-sidebar_position: 2
----
-
-# Interfaces
-
-In order to simplify service packaging and have a commong denominator across all the services we expose, at Prem we defined the concept of `Interface`. An interface is a standard format for the service APIs endpoint. In this way, we can easily integrate new services and have a common way to interact with them.
-
-Currently we suppor the following interfaces:
-
-- Chat
-- Embeddings
-- Vector Store
-- Diffuser
-- Coder
-- Text to Audio
-- Audio to Text
-
-To learn more about each interface, please refer to the dedicated section in the sidebar.
\ No newline at end of file
diff --git a/docs/prem-app/network-mode.md b/docs/prem-app/network-mode.md
deleted file mode 100644
index 054035a3..00000000
--- a/docs/prem-app/network-mode.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-id: network-mode
-title: Contributing to the Prem Network
-sidebar_label: Network Mode
-sidebar_position: 3
----
-
-# Network Mode
-
-If you have installed Prem App on your Mac with Apple Silicon, you can contribute to the Prem Network by running a Prem node on your machine. In order to do that, you can follow the instructions below.
-
-## 1. Install Prem on your Mac
-
-You must have Prem App installed on your MacOS with Apple Silicon [here](/docs/prem-app/installation/install-macos) in order to provide inference capacity to the Prem Network.
-
-## 2. Join the Network
-
-1. Click on `Settings` in the to and scroll down to `Prem Network` section.
-
-![Network Init](./assets/network-init.png)
-
-- Select the Model you wanna contribute to.
-- Select the number of blocks you want to contribute to.
-- Click on `Start` button.
-
-As soon as you Click on the `Start` button, the Prem App will start downloading the blocks from the network and will start contributing to the network. The process requires a coouple of minutes to complete. In the meantime, you will see the following message:
-
-![Network Install](./assets/network-install.png)
-
-When the process is completed, a pop-up will appear with the following message:
-
-![Network Done](./assets/network-done.png)
-
-## 3. Check your contribution
-
-You can now go to https://network.premai.io to check your contribution to the network.
-
-## 4. Stop contributing
-
-You can always stop to contribute, clicking on the `Stop` button.
-
-![Network Stop](./assets/network-stop.png)
-
-## 5. Delete the dependencies
-
-If you want to delete the environment and start fresh, you can click on the `Delete` icon and the udnerlying dependencies will be deleted.
-
-![Network Delete](./assets/network-delete.png)
-
-## 5. Make open-source AI a reality
-
-You can now contribute to the Prem Network and help us to build the largest computer in the world to run AI inference with consumer devices.
\ No newline at end of file
diff --git a/docs/prem-app/troubleshooting/_category_.json b/docs/prem-app/troubleshooting/_category_.json
deleted file mode 100644
index bedcff3e..00000000
--- a/docs/prem-app/troubleshooting/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Troubleshooting",
- "position": 4,
- "link": {
- "type": "generated-index",
- "description": "Having issues with Prem? Checkout the most common errors here."
- }
-}
diff --git a/docs/prem-app/troubleshooting/service-download-hanging.md b/docs/prem-app/troubleshooting/service-download-hanging.md
deleted file mode 100644
index 3a2caaf1..00000000
--- a/docs/prem-app/troubleshooting/service-download-hanging.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: service-download-hanging
-title: Service Download Hanging
-sidebar_label: Service Download Hanging
-sidebar_position: 1
----
-
-# Service Download Hanging
-
-Prem is currently heavily based on Docker. Each service is a Docker container that is downloaded and run on your machine. Sometimes, the download of the container can hang. This is usually due to a network issue or the dimension of the container itself that could reach several GBs.
-
-In order to fix that, what you can do is to pull the image manually.
-
-Each service page has some general information. Among this information you can find the docker image used by the service.
-
-![Prem Banner](./troubleshooting.png)
-
-In the example above, the docker image is `ghcr.io/premai-io/chat-llama-2-7b-gpu:1.0.1`. You can `ssh` in your server where Prem is installed and run:
-
-```bash
-docker pull ghcr.io/premai-io/chat-llama-2-7b-gpu:1.0.1
-```
-
-When the download is completed, you will be able to check the service again and it will be ready to be run from Prem user interface.
\ No newline at end of file
diff --git a/docs/prem-app/troubleshooting/troubleshooting.png b/docs/prem-app/troubleshooting/troubleshooting.png
deleted file mode 100644
index e40e3e8d..00000000
Binary files a/docs/prem-app/troubleshooting/troubleshooting.png and /dev/null differ
diff --git a/docs/prem-app/usage/_category_.json b/docs/prem-app/usage/_category_.json
deleted file mode 100644
index b4504657..00000000
--- a/docs/prem-app/usage/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Usage",
- "position": 6,
- "link": {
- "type": "generated-index",
- "description": "Getting Started with Prem. All Prem services expose same APIs as OpenAI does. In this way, if you are currently using a SDK, Client or wrapper on top of OpenAI APIs you can easily switch specifying a different BASE_URL."
- }
-}
diff --git a/docs/prem-app/usage/audio-to-text/_category_.json b/docs/prem-app/usage/audio-to-text/_category_.json
deleted file mode 100644
index f77faad2..00000000
--- a/docs/prem-app/usage/audio-to-text/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Audio to Text",
- "position": 4,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Diffuser Services in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/audio-to-text/api/_category_.json b/docs/prem-app/usage/audio-to-text/api/_category_.json
deleted file mode 100644
index 0f041303..00000000
--- a/docs/prem-app/usage/audio-to-text/api/_category_.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "label": "APIs",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem Audio to Text Swagger Documentation"
- }
- }
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/audio-to-text/api/audio-transcriptions-v-1-audio-transcriptions-post.api.mdx b/docs/prem-app/usage/audio-to-text/api/audio-transcriptions-v-1-audio-transcriptions-post.api.mdx
deleted file mode 100644
index 47346a86..00000000
--- a/docs/prem-app/usage/audio-to-text/api/audio-transcriptions-v-1-audio-transcriptions-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: audio-transcriptions-v-1-audio-transcriptions-post
-title: "Audio Transcriptions"
-description: "Audio Transcriptions"
-sidebar_label: "Audio Transcriptions"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"audio_transcriptions_v1_audio_transcriptions_post","parameters":[{"required":false,"schema":{"title":"Model","type":"string","default":""},"name":"model","in":"query"},{"required":false,"schema":{"title":"Prompt","type":"string","default":""},"name":"prompt","in":"query"},{"required":false,"schema":{"title":"Response Format","type":"string","default":"text"},"name":"response_format","in":"query"},{"required":false,"schema":{"title":"Temperature","type":"number","default":0},"name":"temperature","in":"query"},{"required":false,"schema":{"title":"Language","type":"string","default":""},"name":"language","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"title":"Body_audio_transcriptions_v1_audio_transcriptions_post","required":["file"],"type":"object","properties":{"file":{"title":"File","type":"string","format":"binary"}}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Audio Transcriptions","method":"post","path":"/v1/audio/transcriptions","info":{"title":"Prem Audio to Text","version":"0.0.1"},"postman":{"name":"Audio Transcriptions","description":{"type":"text/plain"},"url":{"path":["v1","audio","transcriptions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"model","value":""},{"disabled":false,"key":"prompt","value":""},{"disabled":false,"key":"response_format","value":""},{"disabled":false,"key":"temperature","value":""},{"disabled":false,"key":"language","value":""}],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/audio-to-text/api/prem-audio-to-text
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-
Audio Transcriptions
-
-
-
-
-
-
-
-Audio Transcriptions
-
-## Request
-
-Query Parameters
Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/audio-to-text/api/health-v-1-get.api.mdx b/docs/prem-app/usage/audio-to-text/api/health-v-1-get.api.mdx
deleted file mode 100644
index bf7a7617..00000000
--- a/docs/prem-app/usage/audio-to-text/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"Prem Audio to Text","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-app/usage/audio-to-text/api/prem-audio-to-text
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Health
-
-
-
-
-
-
-
-Health
-
-## Request
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/audio-to-text/api/prem-audio-to-text.info.mdx b/docs/prem-app/usage/audio-to-text/api/prem-audio-to-text.info.mdx
deleted file mode 100644
index 32135774..00000000
--- a/docs/prem-app/usage/audio-to-text/api/prem-audio-to-text.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-audio-to-text
-title: "Prem Audio to Text"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-Prem Audio to Text
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/audio-to-text/openai.md b/docs/prem-app/usage/audio-to-text/openai.md
deleted file mode 100644
index cc310c69..00000000
--- a/docs/prem-app/usage/audio-to-text/openai.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: chat-quickstart
-title: Quick Start with OpenAI Client
-sidebar_label: Quick Start
-sidebar_position: 2
----
-
-# Quick Start with OpenAI Python Client
-
-### Install and Import all the necessary dependencies
-
-```python
-
-!pip install openai
-
-import openai
-
-```
-
-### Change the base url in order to point to your Prem services
-
-```python
-
-openai.api_base = "http://localhost:10111/v1"
-openai.api_key = "random-string"
-
-```
-
-### Use OpenAI Client to transcribe the audio file
-
-```python
-
-audio_file = open("./sample.wav", "rb")
-transcript = openai.Audio.transcribe("whisper-1", audio_file)
-print(transcript)
-
-```
\ No newline at end of file
diff --git a/docs/prem-app/usage/chat/_category_.json b/docs/prem-app/usage/chat/_category_.json
deleted file mode 100644
index 53f3bda2..00000000
--- a/docs/prem-app/usage/chat/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Chat",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Chat Service in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/chat/api/_category_.json b/docs/prem-app/usage/chat/api/_category_.json
deleted file mode 100644
index 697f5330..00000000
--- a/docs/prem-app/usage/chat/api/_category_.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "label": "APIs",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem Chat Swagger Documentation"
- }
- }
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/chat/api/chat-completions-v-1-chat-completions-post.api.mdx b/docs/prem-app/usage/chat/api/chat-completions-v-1-chat-completions-post.api.mdx
deleted file mode 100644
index 7d766b94..00000000
--- a/docs/prem-app/usage/chat/api/chat-completions-v-1-chat-completions-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: chat-completions-v-1-chat-completions-post
-title: "Chat Completions"
-description: "Chat Completions"
-sidebar_label: "Chat Completions"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"chat_completions_v1_chat_completions_post","requestBody":{"content":{"application/json":{"schema":{"title":"ChatCompletionInput","required":["model","messages"],"type":"object","properties":{"model":{"title":"Model","type":"string"},"messages":{"title":"Messages","type":"array","items":{"type":"object"}},"temperature":{"title":"Temperature","type":"number","default":0.7},"top_p":{"title":"Top P","type":"number","default":0.75},"n":{"title":"N","type":"integer","default":1},"stream":{"title":"Stream","type":"boolean","default":false},"stop":{"title":"Stop","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"default":["User:"]},"max_tokens":{"title":"Max Tokens","type":"integer","default":64},"presence_penalty":{"title":"Presence Penalty","type":"number","default":0},"frequence_penalty":{"title":"Frequence Penalty","type":"number","default":0},"logit_bias":{"title":"Logit Bias","type":"object","default":{}},"user":{"title":"User","type":"string","default":""}}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"ChatCompletionResponse","required":["model","choices"],"type":"object","properties":{"id":{"title":"Id","type":"string","default":"3c4339ed-af59-4792-a141-cb610757393d"},"model":{"title":"Model","type":"string"},"object":{"title":"Object","type":"string","default":"chat.completion"},"created":{"title":"Created","type":"integer","default":1689598082},"choices":{"title":"Choices","type":"array","items":{"type":"object"}},"usage":{"title":"Usage","type":"object","default":{"prompt_tokens":0,"completion_tokens":0,"total_tokens":0}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Chat Completions","method":"post","path":"/v1/chat/completions","jsonRequestBodyExample":{"model":"string","messages":[{}],"temperature":0.7,"top_p":0.75,"n":1,"stream":false,"stop":"string","max_tokens":64,"presence_penalty":0,"frequence_penalty":0,"logit_bias":{},"user":"string"},"info":{"title":"Prem Chat","version":"0.0.1"},"postman":{"name":"Chat Completions","description":{"type":"text/plain"},"url":{"path":["v1","chat","completions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/chat/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Chat Completions
-
-
-
-
-
-
-
-Chat Completions
-
-## Request
-
-Body
required
stop object
anyOfstring
Array [
string
]
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/chat/api/health-v-1-get.api.mdx b/docs/prem-app/usage/chat/api/health-v-1-get.api.mdx
deleted file mode 100644
index cce80ee3..00000000
--- a/docs/prem-app/usage/chat/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"Prem Chat","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-app/usage/chat/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Health
-
-
-
-
-
-
-
-Health
-
-## Request
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/chat/api/prem-chat.info.mdx b/docs/prem-app/usage/chat/api/prem-chat.info.mdx
deleted file mode 100644
index 8d2de007..00000000
--- a/docs/prem-app/usage/chat/api/prem-chat.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-chat
-title: "Prem Chat"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-Prem Chat
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/chat/langchain.md b/docs/prem-app/usage/chat/langchain.md
deleted file mode 100644
index fd471672..00000000
--- a/docs/prem-app/usage/chat/langchain.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-sidebar_position: 2
-title: Quick Start with LangChain
-sidebar_label: LangChain
----
-
-# Quick Start with LangChain
-
-### Import all the necessary dependencies
-
-```python
-import os
-
-from langchain.chat_models import ChatOpenAI
-from langchain.schema import AIMessage, HumanMessage
-
-os.environ["OPENAI_API_KEY"] = "random-string"
-```
-
-### Instantiate the LLM Object
-
-```python
-chat = ChatOpenAI(openai_api_base="http://localhost:8000/v1", max_tokens=128)
-```
-
-### Send a message to the LLM
-
-```python
-messages = [
- HumanMessage(content="Can you explain what is a large language model?")
-]
-chat(messages)
-```
\ No newline at end of file
diff --git a/docs/prem-app/usage/diffuser/_category_.json b/docs/prem-app/usage/diffuser/_category_.json
deleted file mode 100644
index 6faf6217..00000000
--- a/docs/prem-app/usage/diffuser/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Diffuser",
- "position": 6,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Diffuser Services in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/diffuser/api/health-v-1-get.api.mdx b/docs/prem-app/usage/diffuser/api/health-v-1-get.api.mdx
deleted file mode 100644
index 8f49c2c2..00000000
--- a/docs/prem-app/usage/diffuser/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"status":{"type":"boolean","title":"Status"}},"type":"object","required":["status"],"title":"HealthResponse"}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-app/usage/diffuser/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Health
-
-
-
-
-
-
-
-Health
-
-## Request
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/diffuser/api/images-edits-v-1-images-edits-post.api.mdx b/docs/prem-app/usage/diffuser/api/images-edits-v-1-images-edits-post.api.mdx
deleted file mode 100644
index 69f9ba29..00000000
--- a/docs/prem-app/usage/diffuser/api/images-edits-v-1-images-edits-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: images-edits-v-1-images-edits-post
-title: "Images Edits"
-description: "Images Edits"
-sidebar_label: "Images Edits"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"images_edits_v1_images_edits_post","requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_edits_v1_images_edits_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"created":{"type":"integer","title":"Created","default":1690791937},"data":{"anyOf":[{"items":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"type":"array"},{"items":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}},"description":"Images Edits","method":"post","path":"/v1/images/edits","info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Images Edits","description":{"type":"text/plain"},"url":{"path":["v1","images","edits"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/diffuser/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Images Edits
-
-
-
-
-
-
-
-Images Edits
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/diffuser/api/images-generations-v-1-images-generations-post.api.mdx b/docs/prem-app/usage/diffuser/api/images-generations-v-1-images-generations-post.api.mdx
deleted file mode 100644
index 66785f3b..00000000
--- a/docs/prem-app/usage/diffuser/api/images-generations-v-1-images-generations-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: images-generations-v-1-images-generations-post
-title: "Images Generations"
-description: "Images Generations"
-sidebar_label: "Images Generations"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"images_generations_v1_images_generations_post","requestBody":{"content":{"application/json":{"schema":{"properties":{"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["prompt"],"title":"ImageGenerationInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"created":{"type":"integer","title":"Created","default":1690791937},"data":{"anyOf":[{"items":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"type":"array"},{"items":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}},"description":"Images Generations","method":"post","path":"/v1/images/generations","jsonRequestBodyExample":{"prompt":"string","n":1,"size":"string","response_format":"b64_json","user":"string","negative_prompt":"string","seed":0,"guidance_scale":7.5,"num_inference_steps":25},"info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Images Generations","description":{"type":"text/plain"},"url":{"path":["v1","images","generations"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/diffuser/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Images Generations
-
-
-
-
-
-
-
-Images Generations
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/diffuser/api/images-upscale-v-1-images-upscale-post.api.mdx b/docs/prem-app/usage/diffuser/api/images-upscale-v-1-images-upscale-post.api.mdx
deleted file mode 100644
index 01f3c098..00000000
--- a/docs/prem-app/usage/diffuser/api/images-upscale-v-1-images-upscale-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: images-upscale-v-1-images-upscale-post
-title: "Images Upscale"
-description: "Images Upscale"
-sidebar_label: "Images Upscale"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"images_upscale_v1_images_upscale_post","requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_upscale_v1_images_upscale_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"created":{"type":"integer","title":"Created","default":1690791937},"data":{"anyOf":[{"items":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"type":"array"},{"items":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}},"description":"Images Upscale","method":"post","path":"/v1/images/upscale","info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Images Upscale","description":{"type":"text/plain"},"url":{"path":["v1","images","upscale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/diffuser/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Images Upscale
-
-
-
-
-
-
-
-Images Upscale
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/diffuser/api/prem-chat.info.mdx b/docs/prem-app/usage/diffuser/api/prem-chat.info.mdx
deleted file mode 100644
index c2b9952d..00000000
--- a/docs/prem-app/usage/diffuser/api/prem-chat.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-chat
-title: "prem-chat"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-prem-chat
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/diffuser/openai.md b/docs/prem-app/usage/diffuser/openai.md
deleted file mode 100644
index f1d02323..00000000
--- a/docs/prem-app/usage/diffuser/openai.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-id: chat-quickstart
-title: Quick Start with OpenAI Client
-sidebar_label: Quick Start
-sidebar_position: 2
----
-
-# Quick Start with OpenAI Python Client
-
-### Install and Import all the necessary dependencies
-
-```python
-
-!pip install openai
-!pip install pillow
-
-import io
-import base64
-import openai
-
-from PIL import Image
-
-```
-
-### Change the base url in order to point to your Prem services
-
-```python
-
-openai.api_base = "http://localhost:9111/v1"
-openai.api_key = "random-string"
-
-```
-
-### Use OpenAI Client in order to generate the images
-
-```python
-
-response = openai.Image.create(
- prompt="Iron man portrait, highly detailed, science fiction landscape, art style by klimt and nixeu and ian sprigger and wlop and krenz cushart",
- n=1,
- size="512x512"
-)
-
-image_string = response["data"][0]["b64_json"]
-
-img = Image.open(io.BytesIO(base64.decodebytes(bytes(image_string, "utf-8"))))
-img.save("iron_man.jpeg")
-
-```
\ No newline at end of file
diff --git a/docs/prem-app/usage/embeddings/_category_.json b/docs/prem-app/usage/embeddings/_category_.json
deleted file mode 100644
index 6524e9a4..00000000
--- a/docs/prem-app/usage/embeddings/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Embeddings",
- "position": 3,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Embeddings Services in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/embeddings/api/_category_.json b/docs/prem-app/usage/embeddings/api/_category_.json
deleted file mode 100644
index 84fc2834..00000000
--- a/docs/prem-app/usage/embeddings/api/_category_.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "label": "APIs",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem Embeddings Swagger Documentation"
- }
- }
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/embeddings/api/embeddings-openai-v-1-engines-text-embedding-ada-002-embeddings-post.api.mdx b/docs/prem-app/usage/embeddings/api/embeddings-openai-v-1-engines-text-embedding-ada-002-embeddings-post.api.mdx
deleted file mode 100644
index b0362868..00000000
--- a/docs/prem-app/usage/embeddings/api/embeddings-openai-v-1-engines-text-embedding-ada-002-embeddings-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: embeddings-openai-v-1-engines-text-embedding-ada-002-embeddings-post
-title: "Embeddings Openai"
-description: "Embeddings Openai"
-sidebar_label: "Embeddings Openai"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"embeddings_openai_v1_engines_text_embedding_ada_002_embeddings_post","requestBody":{"content":{"application/json":{"schema":{"title":"EmbeddingsInput","required":["input"],"type":"object","properties":{"model":{"title":"Model","type":"string"},"input":{"title":"Input","anyOf":[{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"array","items":{"type":"integer"}}}]},"user":{"title":"User","type":"string","default":""}}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"EmbeddingsResponse","required":["data","usage"],"type":"object","properties":{"object":{"title":"Object","type":"string","default":"list"},"data":{"title":"Data","type":"array","items":{"title":"EmbeddingObject","required":["embedding"],"type":"object","properties":{"object":{"title":"Object","type":"string","default":"embedding"},"index":{"title":"Index","type":"integer","default":0},"embedding":{"title":"Embedding","type":"array","items":{"type":"number"}}}}},"model":{"title":"Model","type":"string"},"usage":{"title":"EmbeddingUsage","type":"object","properties":{"prompt_tokens":{"title":"Prompt Tokens","type":"integer","default":0},"total_tokens":{"title":"Total Tokens","type":"integer","default":0}}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Embeddings Openai","method":"post","path":"/v1/engines/text-embedding-ada-002/embeddings","jsonRequestBodyExample":{"model":"string","input":["string"],"user":"string"},"info":{"title":"Prem Embeddings","version":"0.0.1"},"postman":{"name":"Embeddings Openai","description":{"type":"text/plain"},"url":{"path":["v1","engines","text-embedding-ada-002","embeddings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/embeddings/api/prem-embeddings
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Embeddings Openai
-
-
-
-
-
-
-
-Embeddings Openai
-
-## Request
-
-Body
required
input objectrequired
anyOfArray [
string
]
Array [
]
-
-Successful Response
-
-
Schema
data object[]required
usage objectrequired
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/embeddings/api/embeddings-v-1-embeddings-post.api.mdx b/docs/prem-app/usage/embeddings/api/embeddings-v-1-embeddings-post.api.mdx
deleted file mode 100644
index 537dadee..00000000
--- a/docs/prem-app/usage/embeddings/api/embeddings-v-1-embeddings-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: embeddings-v-1-embeddings-post
-title: "Embeddings"
-description: "Embeddings"
-sidebar_label: "Embeddings"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"embeddings_v1_embeddings_post","requestBody":{"content":{"application/json":{"schema":{"title":"EmbeddingsInput","required":["input"],"type":"object","properties":{"model":{"title":"Model","type":"string"},"input":{"title":"Input","anyOf":[{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"array","items":{"type":"integer"}}}]},"user":{"title":"User","type":"string","default":""}}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"EmbeddingsResponse","required":["data","usage"],"type":"object","properties":{"object":{"title":"Object","type":"string","default":"list"},"data":{"title":"Data","type":"array","items":{"title":"EmbeddingObject","required":["embedding"],"type":"object","properties":{"object":{"title":"Object","type":"string","default":"embedding"},"index":{"title":"Index","type":"integer","default":0},"embedding":{"title":"Embedding","type":"array","items":{"type":"number"}}}}},"model":{"title":"Model","type":"string"},"usage":{"title":"EmbeddingUsage","type":"object","properties":{"prompt_tokens":{"title":"Prompt Tokens","type":"integer","default":0},"total_tokens":{"title":"Total Tokens","type":"integer","default":0}}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Embeddings","method":"post","path":"/v1/embeddings","jsonRequestBodyExample":{"model":"string","input":["string"],"user":"string"},"info":{"title":"Prem Embeddings","version":"0.0.1"},"postman":{"name":"Embeddings","description":{"type":"text/plain"},"url":{"path":["v1","embeddings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/embeddings/api/prem-embeddings
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Embeddings
-
-
-
-
-
-
-
-Embeddings
-
-## Request
-
-Body
required
input objectrequired
anyOfArray [
string
]
Array [
]
-
-Successful Response
-
-
Schema
data object[]required
usage objectrequired
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/embeddings/api/health-v-1-get.api.mdx b/docs/prem-app/usage/embeddings/api/health-v-1-get.api.mdx
deleted file mode 100644
index 5032e0ca..00000000
--- a/docs/prem-app/usage/embeddings/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"Prem Embeddings","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-app/usage/embeddings/api/prem-embeddings
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Health
-
-
-
-
-
-
-
-Health
-
-## Request
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/embeddings/api/prem-embeddings.info.mdx b/docs/prem-app/usage/embeddings/api/prem-embeddings.info.mdx
deleted file mode 100644
index d91b50eb..00000000
--- a/docs/prem-app/usage/embeddings/api/prem-embeddings.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-embeddings
-title: "Prem Embeddings"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-Prem Embeddings
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/embeddings/langchain.md b/docs/prem-app/usage/embeddings/langchain.md
deleted file mode 100644
index 2217c3e9..00000000
--- a/docs/prem-app/usage/embeddings/langchain.md
+++ /dev/null
@@ -1,64 +0,0 @@
----
-id: chat-quickstart
-title: Quick Start with LangChain
-sidebar_label: LangChain
-sidebar_position: 2
----
-
-# Quick Start with LangChain
-
-### Import the necessary dependencies
-
-```python
-import os
-
-from langchain.embeddings import OpenAIEmbeddings
-
-os.environ["OPENAI_API_KEY"] = "random-string"
-```
-
-### Instantiate the Embeddings Object connecting to the service
-
-```python
-embeddings = OpenAIEmbeddings(openai_api_base="http://localhost:8000/v1")
-text = "Prem is an easy to use open source AI platform."
-query_result = embeddings.embed_query(text)
-doc_result = embeddings.embed_documents([text])
-```
-
-### Generate the Embeddings
-
-```python
-embeddings = OpenAIEmbeddings(openai_api_base="http://localhost:8000/v1")
-text = """
-
-Prem is an easy to use open source AI platform. With Prem you can quickly build provacy preserving AI applications.
-
-Prem App
-
-An intuitive desktop application designed to effortlessly deploy and self-host Open-Source AI models without exposing sensitive data to third-party.
-
-Prem Benefits
-
-Effortless Integration
-Seamlessly implement machine learning models with the user-friendly interface of OpenAI's API.
-
-Ready for the Real World
-Bypass the complexities of inference optimizations. Prem's got you covered.
-
-Rapid Iterations, Instant Results
-Develop, test, and deploy your models in just minutes.
-
-Privacy Above All
-Your keys, your models. We ensure end-to-end encryption.
-
-Comprehensive Documentation
-Dive into our rich resources and learn how to make the most of Prem.
-
-Preserve Your Anonymity
-Make payments with Bitcoin and Cryptocurrency. It's a permissionless infrastructure, designed for you.
-
-"""
-query_result = embeddings.embed_query(text)
-print(query_result)
-```
\ No newline at end of file
diff --git a/docs/prem-app/usage/text-to-audio/_category_.json b/docs/prem-app/usage/text-to-audio/_category_.json
deleted file mode 100644
index f5fd60e6..00000000
--- a/docs/prem-app/usage/text-to-audio/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Text to Audio",
- "position": 5,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Diffuser Services in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/text-to-audio/api/_category_.json b/docs/prem-app/usage/text-to-audio/api/_category_.json
deleted file mode 100644
index 55c4b941..00000000
--- a/docs/prem-app/usage/text-to-audio/api/_category_.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "label": "APIs",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem Text to Audio Swagger Documentation"
- }
- }
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/text-to-audio/api/audio-generation-v-1-audio-generation-post.api.mdx b/docs/prem-app/usage/text-to-audio/api/audio-generation-v-1-audio-generation-post.api.mdx
deleted file mode 100644
index fe03e8c5..00000000
--- a/docs/prem-app/usage/text-to-audio/api/audio-generation-v-1-audio-generation-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: audio-generation-v-1-audio-generation-post
-title: "Audio Generation"
-description: "Audio Generation"
-sidebar_label: "Audio Generation"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"audio_generation_v1_audio_generation_post","requestBody":{"content":{"application/json":{"schema":{"title":"AudioGenerationInput","required":["prompt"],"type":"object","properties":{"prompt":{"title":"Prompt","type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Audio Generation","method":"post","path":"/v1/audio/generation","jsonRequestBodyExample":{"prompt":"string"},"info":{"title":"Prem Text to Audio","version":"0.0.1"},"postman":{"name":"Audio Generation","description":{"type":"text/plain"},"url":{"path":["v1","audio","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/text-to-audio/api/prem-text-to-audio
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Audio Generation
-
-
-
-
-
-
-
-Audio Generation
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/text-to-audio/api/health-v-1-get.api.mdx b/docs/prem-app/usage/text-to-audio/api/health-v-1-get.api.mdx
deleted file mode 100644
index 4c57ccc9..00000000
--- a/docs/prem-app/usage/text-to-audio/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"Prem Text to Audio","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-app/usage/text-to-audio/api/prem-text-to-audio
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Health
-
-
-
-
-
-
-
-Health
-
-## Request
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/text-to-audio/api/prem-text-to-audio.info.mdx b/docs/prem-app/usage/text-to-audio/api/prem-text-to-audio.info.mdx
deleted file mode 100644
index 5e57d267..00000000
--- a/docs/prem-app/usage/text-to-audio/api/prem-text-to-audio.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-text-to-audio
-title: "Prem Text to Audio"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-Prem Text to Audio
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/text-to-audio/python.md b/docs/prem-app/usage/text-to-audio/python.md
deleted file mode 100644
index bd3b77d0..00000000
--- a/docs/prem-app/usage/text-to-audio/python.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: chat-quickstart
-title: Quick Start with Python
-sidebar_label: Quick Start
-sidebar_position: 2
----
-
-# Quick Start with Python
-
-### Install and Import all the necessary dependencies
-
-```python
-
-!pip install requests
-
-import requests
-
-```
-
-### Use requests library to send the http request to the Prem service
-
-```python
-
-prompt = """
-Hello, my name is Suno. And, uh β and I like pizza. [laughs]
-But I also have other interests such as playing tic tac toe.
-"""
-
-response = requests.post("http://localhost:10111/v1/audio/generation",
- json={"prompt": prompt})
-response_content = requests.get(
- f"http://localhost:10111/files/{response.json()['url']}")
-
-with open("output_file.wav", "wb") as f:
- f.write(response_content.content)
-
-```
\ No newline at end of file
diff --git a/docs/prem-app/usage/upscaler/_category_.json b/docs/prem-app/usage/upscaler/_category_.json
deleted file mode 100644
index bdc29bcf..00000000
--- a/docs/prem-app/usage/upscaler/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Upscaler",
- "position": 7,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Upscaler Services in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/upscaler/api/health-v-1-get.api.mdx b/docs/prem-app/usage/upscaler/api/health-v-1-get.api.mdx
deleted file mode 100644
index 4a298736..00000000
--- a/docs/prem-app/usage/upscaler/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"status":{"type":"boolean","title":"Status"}},"type":"object","required":["status"],"title":"HealthResponse"}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-app/usage/upscaler/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Health
-
-
-
-
-
-
-
-Health
-
-## Request
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/upscaler/api/images-edits-v-1-images-edits-post.api.mdx b/docs/prem-app/usage/upscaler/api/images-edits-v-1-images-edits-post.api.mdx
deleted file mode 100644
index 99dab2df..00000000
--- a/docs/prem-app/usage/upscaler/api/images-edits-v-1-images-edits-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: images-edits-v-1-images-edits-post
-title: "Images Edits"
-description: "Images Edits"
-sidebar_label: "Images Edits"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"images_edits_v1_images_edits_post","requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_edits_v1_images_edits_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"created":{"type":"integer","title":"Created","default":1690792122},"data":{"anyOf":[{"items":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"type":"array"},{"items":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}},"description":"Images Edits","method":"post","path":"/v1/images/edits","info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Images Edits","description":{"type":"text/plain"},"url":{"path":["v1","images","edits"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/upscaler/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Images Edits
-
-
-
-
-
-
-
-Images Edits
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/upscaler/api/images-generations-v-1-images-generations-post.api.mdx b/docs/prem-app/usage/upscaler/api/images-generations-v-1-images-generations-post.api.mdx
deleted file mode 100644
index 5ab99b80..00000000
--- a/docs/prem-app/usage/upscaler/api/images-generations-v-1-images-generations-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: images-generations-v-1-images-generations-post
-title: "Images Generations"
-description: "Images Generations"
-sidebar_label: "Images Generations"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"images_generations_v1_images_generations_post","requestBody":{"content":{"application/json":{"schema":{"properties":{"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["prompt"],"title":"ImageGenerationInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"created":{"type":"integer","title":"Created","default":1690792122},"data":{"anyOf":[{"items":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"type":"array"},{"items":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}},"description":"Images Generations","method":"post","path":"/v1/images/generations","jsonRequestBodyExample":{"prompt":"string","n":1,"size":"string","response_format":"b64_json","user":"string","negative_prompt":"string","seed":0,"guidance_scale":7.5,"num_inference_steps":25},"info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Images Generations","description":{"type":"text/plain"},"url":{"path":["v1","images","generations"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/upscaler/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Images Generations
-
-
-
-
-
-
-
-Images Generations
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/upscaler/api/images-upscale-v-1-images-upscale-post.api.mdx b/docs/prem-app/usage/upscaler/api/images-upscale-v-1-images-upscale-post.api.mdx
deleted file mode 100644
index 72959381..00000000
--- a/docs/prem-app/usage/upscaler/api/images-upscale-v-1-images-upscale-post.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: images-upscale-v-1-images-upscale-post
-title: "Images Upscale"
-description: "Images Upscale"
-sidebar_label: "Images Upscale"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"images_upscale_v1_images_upscale_post","requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_upscale_v1_images_upscale_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"properties":{"created":{"type":"integer","title":"Created","default":1690792122},"data":{"anyOf":[{"items":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"type":"array"},{"items":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}},"description":"Images Upscale","method":"post","path":"/v1/images/upscale","info":{"title":"prem-chat","version":"0.0.1"},"postman":{"name":"Images Upscale","description":{"type":"text/plain"},"url":{"path":["v1","images","upscale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[]}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-app/usage/upscaler/api/prem-chat
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import MethodEndpoint from "@theme/ApiDemoPanel/MethodEndpoint";
-import SecuritySchemes from "@theme/ApiDemoPanel/SecuritySchemes";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-
-Images Upscale
-
-
-
-
-
-
-
-Images Upscale
-
-## Request
-
-Body
required
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[]required
]
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/upscaler/api/prem-chat.info.mdx b/docs/prem-app/usage/upscaler/api/prem-chat.info.mdx
deleted file mode 100644
index c2b9952d..00000000
--- a/docs/prem-app/usage/upscaler/api/prem-chat.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-chat
-title: "prem-chat"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-prem-chat
-
-
-
\ No newline at end of file
diff --git a/docs/prem-app/usage/upscaler/openai.md b/docs/prem-app/usage/upscaler/openai.md
deleted file mode 100644
index 815abcfa..00000000
--- a/docs/prem-app/usage/upscaler/openai.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: chat-quickstart
-title: Quick Start with OpenAI Client
-sidebar_label: Quick Start
-sidebar_position: 2
----
-
-# Quick Start with Python
-
-### Install and Import all the necessary dependencies
-
-```python
-
-!pip install pillow
-
-import requests
-import io
-import base64
-
-from PIL import Image
-
-```
-
-### Use Python requests library in order to send requests to the APIs
-
-```python
-
-url = 'http://localhost:8996/v1/images/upscale'
-files = {'image': open('iron_man_image.png', 'rb')} # assuming we have an avg resolution quality iron man image here
-data = {
- 'prompt': "Super high resolution image of iron man, highly detailed, real life.",
- 'n': 1,
- 'guidance_scale': 8
-}
-
-response = requests.post(url, files=files, data=data)
-image_string = response.json()["data"][0]["b64_json"]
-
-img = Image.open(io.BytesIO(base64.decodebytes(bytes(image_string, "utf-8"))))
-img.save("iron_man_highres.png", "PNG")
-
-```
\ No newline at end of file
diff --git a/docs/prem-app/usage/vector-store/_category_.json b/docs/prem-app/usage/vector-store/_category_.json
deleted file mode 100644
index 6961c30e..00000000
--- a/docs/prem-app/usage/vector-store/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Vector Store",
- "position": 4,
- "link": {
- "type": "generated-index",
- "description": "Integrate Prem Vector Store Services in Seconds."
- }
-}
diff --git a/docs/prem-app/usage/vector-store/api.md b/docs/prem-app/usage/vector-store/api.md
deleted file mode 100644
index 1b0f2709..00000000
--- a/docs/prem-app/usage/vector-store/api.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-sidebar_position: 1
----
-
-# APIs
-
-For what concerns Vector Store services, we don't force any interface. You need to check the APIs doc of the running service.
\ No newline at end of file
diff --git a/docs/prem-app/usage/vector-store/langchain.md b/docs/prem-app/usage/vector-store/langchain.md
deleted file mode 100644
index be4fd170..00000000
--- a/docs/prem-app/usage/vector-store/langchain.md
+++ /dev/null
@@ -1,81 +0,0 @@
----
-id: chat-quickstart
-title: Quick Start with LangChain
-sidebar_label: LangChain
-sidebar_position: 2
----
-
-# Quick Start with LangChain
-
-For what concerns Vector Stores Prem doesn't force any inrterface. We only take care of the orchestration. For this reason, you can just run the service and connect to it out of the box. The below example shows how you can use LangChain in order to connect to Redis Vector Store.
-
-### Import the necessary dependencies
-
-```python
-
-!pip install redis
-
-import os
-
-from langchain.chains import LLMChain
-from langchain.embeddings.openai import OpenAIEmbeddings
-from langchain.docstore.document import Document
-from langchain.vectorstores.redis import Redis
-from langchain.prompts import PromptTemplate
-
-os.environ["OPENAI_API_KEY"] = "random-string"
-
-```
-
-### Create some documents that will be indexed
-
-```python
-doc1 = Document(page_content="Prem is an easy to use open source AI platform. With Prem you can quickly build provacy preserving AI applications.")
-doc2 = Document(page_content="""
-Prem App
-
-An intuitive desktop application designed to effortlessly deploy and self-host Open-Source AI models without exposing sensitive data to third-party.
-
-""")
-doc3 = Document(page_content="""
-Prem Benefits
-
-Effortless Integration
-Seamlessly implement machine learning models with the user-friendly interface of OpenAI's API.
-
-Ready for the Real World
-Bypass the complexities of inference optimizations. Prem's got you covered.
-
-Rapid Iterations, Instant Results
-Develop, test, and deploy your models in just minutes.
-
-Privacy Above All
-Your keys, your models. We ensure end-to-end encryption.
-
-Comprehensive Documentation
-Dive into our rich resources and learn how to make the most of Prem.
-
-Preserve Your Anonymity
-Make payments with Bitcoin and Cryptocurrency. It's a permissionless infrastructure, designed for you.
-""")
-```
-
-### Upsert
-
-Instantiate the necessary objects, generate the embeddings and store them into the Vector Store
-
-```python
-
-# Using sentence transformers all-MiniLM-L6-v2
-embeddings = OpenAIEmbeddings(openai_api_base="http://localhost:8001/v1")
-
-# Using locally running Redis
-url = "redis://localhost:6379"
-
-rds = Redis.from_documents(docs, embeddings, redis_url=url, index_name="prem_index_test")
-
-query = "What are Prem Benefits?"
-docs = vectorstore.similarity_search(query)
-print(docs[0].page_content)
-
-```
\ No newline at end of file
diff --git a/docs/prem-daemon/_category_.json b/docs/prem-daemon/_category_.json
deleted file mode 100644
index 7f24f290..00000000
--- a/docs/prem-daemon/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Prem Daemon",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem Daemon handles the orchestration of the different services in the Prem Ecosystem."
- }
-}
diff --git a/docs/prem-daemon/api/_category_.json b/docs/prem-daemon/api/_category_.json
deleted file mode 100644
index f1aa1d90..00000000
--- a/docs/prem-daemon/api/_category_.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "label": "APIs",
- "position": 2,
- "link": {
- "type": "generated-index",
- "description": "Prem Daemon Swagger Documentation"
- }
- }
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/apps-v-1-interfaces-get.api.mdx b/docs/prem-daemon/api/apps-v-1-interfaces-get.api.mdx
deleted file mode 100644
index 5fdea067..00000000
--- a/docs/prem-daemon/api/apps-v-1-interfaces-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: apps-v-1-interfaces-get
-title: "Apps"
-description: "Apps"
-sidebar_label: "Apps"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"apps_v1_interfaces__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Apps V1 Interfaces Get","type":"array","items":{"title":"InterfaceResponse","required":["id","name","playground","documentation","icon"],"type":"object","properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"playground":{"title":"Playground","type":"boolean"},"documentation":{"title":"Documentation","type":"string"},"icon":{"title":"Icon","type":"string"}}}}}}}},"description":"Apps","method":"get","path":"/v1/interfaces/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Apps","description":{"type":"text/plain"},"url":{"path":["v1","interfaces",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Apps
-
-
-
-Apps
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/download-service-stream-sse-v-1-download-service-stream-sse-service-id-get.api.mdx b/docs/prem-daemon/api/download-service-stream-sse-v-1-download-service-stream-sse-service-id-get.api.mdx
deleted file mode 100644
index 2a3d147c..00000000
--- a/docs/prem-daemon/api/download-service-stream-sse-v-1-download-service-stream-sse-service-id-get.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: download-service-stream-sse-v-1-download-service-stream-sse-service-id-get
-title: "Download Service Stream Sse"
-description: "Download Service Stream Sse"
-sidebar_label: "Download Service Stream Sse"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"download_service_stream_sse_v1_download_service_stream_sse__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id","type":"string"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Download Service Stream Sse","method":"get","path":"/v1/download-service-stream-sse/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Download Service Stream Sse","description":{"type":"text/plain"},"url":{"path":["v1","download-service-stream-sse",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Download Service Stream Sse
-
-
-
-Download Service Stream Sse
-
-Path Parameters
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/download-service-stream-v-1-download-service-stream-service-id-get.api.mdx b/docs/prem-daemon/api/download-service-stream-v-1-download-service-stream-service-id-get.api.mdx
deleted file mode 100644
index df2abe13..00000000
--- a/docs/prem-daemon/api/download-service-stream-v-1-download-service-stream-service-id-get.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: download-service-stream-v-1-download-service-stream-service-id-get
-title: "Download Service Stream"
-description: "Download Service Stream"
-sidebar_label: "Download Service Stream"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"download_service_stream_v1_download_service_stream__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id","type":"string"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Download Service Stream","method":"get","path":"/v1/download-service-stream/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Download Service Stream","description":{"type":"text/plain"},"url":{"path":["v1","download-service-stream",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Download Service Stream
-
-
-
-Download Service Stream
-
-Path Parameters
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/download-service-v-1-download-service-service-id-get.api.mdx b/docs/prem-daemon/api/download-service-v-1-download-service-service-id-get.api.mdx
deleted file mode 100644
index 998ed1d9..00000000
--- a/docs/prem-daemon/api/download-service-v-1-download-service-service-id-get.api.mdx
+++ /dev/null
@@ -1,50 +0,0 @@
----
-id: download-service-v-1-download-service-service-id-get
-title: "Download Service"
-description: "Download Service"
-sidebar_label: "Download Service"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"download_service_v1_download_service__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id","type":"string"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"SuccessResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"400":{"description":"Failed to download image or service not found.","content":{"application/json":{"schema":{"title":"ErrorResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Download Service","method":"get","path":"/v1/download-service/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Download Service","description":{"type":"text/plain"},"url":{"path":["v1","download-service",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Download Service
-
-
-
-Download Service
-
-Path Parameters
-
-Successful Response
-
-
-
-Failed to download image or service not found.
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/gpu-stats-all-v-1-gpu-stats-all-get.api.mdx b/docs/prem-daemon/api/gpu-stats-all-v-1-gpu-stats-all-get.api.mdx
deleted file mode 100644
index 3243e589..00000000
--- a/docs/prem-daemon/api/gpu-stats-all-v-1-gpu-stats-all-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: gpu-stats-all-v-1-gpu-stats-all-get
-title: "Gpu Stats All"
-description: "Gpu Stats All"
-sidebar_label: "Gpu Stats All"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"gpu_stats_all_v1_gpu_stats_all__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"GPUStatsResponse","type":"object","properties":{"gpu_name":{"title":"Gpu Name","type":"string"},"total_memory":{"title":"Total Memory","type":"number"},"used_memory":{"title":"Used Memory","type":"number"},"memory_percentage":{"title":"Memory Percentage","type":"number"}}}}}}},"description":"Gpu Stats All","method":"get","path":"/v1/gpu-stats-all/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Gpu Stats All","description":{"type":"text/plain"},"url":{"path":["v1","gpu-stats-all",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Gpu Stats All
-
-
-
-Gpu Stats All
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/health-v-1-get.api.mdx b/docs/prem-daemon/api/health-v-1-get.api.mdx
deleted file mode 100644
index 95cc1569..00000000
--- a/docs/prem-daemon/api/health-v-1-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: health-v-1-get
-title: "Health"
-description: "Health"
-sidebar_label: "Health"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}}}}}},"description":"Health","method":"get","path":"/v1/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Health","description":{"type":"text/plain"},"url":{"path":["v1",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Health
-
-
-
-Health
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/prem-box.info.mdx b/docs/prem-daemon/api/prem-box.info.mdx
deleted file mode 100644
index bca8d03c..00000000
--- a/docs/prem-daemon/api/prem-box.info.mdx
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: prem-box
-title: "Prem Box"
-description: ""
-sidebar_label: Introduction
-sidebar_position: 0
-hide_title: true
-custom_edit_url: null
----
-
-import ApiLogo from "@theme/ApiLogo";
-import SchemaTabs from "@theme/SchemaTabs";
-import TabItem from "@theme/TabItem";
-import Export from "@theme/ApiDemoPanel/Export";
-
-Version: 0.0.1
-
-# Prem Box
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/remove-service-v-1-remove-service-service-id-get.api.mdx b/docs/prem-daemon/api/remove-service-v-1-remove-service-service-id-get.api.mdx
deleted file mode 100644
index 6e1fa1db..00000000
--- a/docs/prem-daemon/api/remove-service-v-1-remove-service-service-id-get.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: remove-service-v-1-remove-service-service-id-get
-title: "Remove Service"
-description: "Remove Service"
-sidebar_label: "Remove Service"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"remove_service_v1_remove_service__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Remove Service","method":"get","path":"/v1/remove-service/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Remove Service","description":{"type":"text/plain"},"url":{"path":["v1","remove-service",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Remove Service
-
-
-
-Remove Service
-
-Path Parameters
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/remove-volume-v-1-remove-volume-volume-name-get.api.mdx b/docs/prem-daemon/api/remove-volume-v-1-remove-volume-volume-name-get.api.mdx
deleted file mode 100644
index b638abe9..00000000
--- a/docs/prem-daemon/api/remove-volume-v-1-remove-volume-volume-name-get.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: remove-volume-v-1-remove-volume-volume-name-get
-title: "Remove Volume"
-description: "Remove Volume"
-sidebar_label: "Remove Volume"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"remove_volume_v1_remove_volume__volume_name__get","parameters":[{"required":true,"schema":{"title":"Volume Name"},"name":"volume_name","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Remove Volume","method":"get","path":"/v1/remove-volume/{volume_name}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Remove Volume","description":{"type":"text/plain"},"url":{"path":["v1","remove-volume",":volume_name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"volume_name"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Remove Volume
-
-
-
-Remove Volume
-
-Path Parameters
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/run-service-v-1-run-service-post.api.mdx b/docs/prem-daemon/api/run-service-v-1-run-service-post.api.mdx
deleted file mode 100644
index 273b0e21..00000000
--- a/docs/prem-daemon/api/run-service-v-1-run-service-post.api.mdx
+++ /dev/null
@@ -1,50 +0,0 @@
----
-id: run-service-v-1-run-service-post
-title: "Run Service"
-description: "Run Service"
-sidebar_label: "Run Service"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"run_service_v1_run_service__post","requestBody":{"content":{"application/json":{"schema":{"title":"ServiceInput","required":["id"],"type":"object","properties":{"id":{"title":"Id","type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"SuccessResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"400":{"description":"Failed to start container or service not found.","content":{"application/json":{"schema":{"title":"ErrorResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Run Service","method":"post","path":"/v1/run-service/","jsonRequestBodyExample":{"id":"string"},"info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Run Service","description":{"type":"text/plain"},"url":{"path":["v1","run-service",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
-sidebar_class_name: "post api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Run Service
-
-
-
-Run Service
-
-Request Body required
-
-Successful Response
-
-
-
-Failed to start container or service not found.
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/service-by-id-v-1-services-service-id-get.api.mdx b/docs/prem-daemon/api/service-by-id-v-1-services-service-id-get.api.mdx
deleted file mode 100644
index a4cbb57b..00000000
--- a/docs/prem-daemon/api/service-by-id-v-1-services-service-id-get.api.mdx
+++ /dev/null
@@ -1,50 +0,0 @@
----
-id: service-by-id-v-1-services-service-id-get
-title: "Service By Id"
-description: "Service By Id"
-sidebar_label: "Service By Id"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"service_by_id_v1_services__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id","type":"string"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"ServiceResponse","required":["id","name","description","documentation","icon","modelInfo","interfaces","dockerImage","dockerImageSize","defaultPort","defaultExternalPort","running","downloaded","supported"],"type":"object","properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"documentation":{"title":"Documentation","type":"string"},"icon":{"title":"Icon","type":"string"},"modelInfo":{"title":"Modelinfo","type":"object"},"interfaces":{"title":"Interfaces","type":"array","items":{"type":"string"}},"dockerImage":{"title":"Dockerimage","type":"string"},"dockerImageSize":{"title":"Dockerimagesize","type":"integer"},"defaultPort":{"title":"Defaultport","type":"integer"},"defaultExternalPort":{"title":"Defaultexternalport","type":"integer"},"runningPort":{"title":"Runningport","type":"integer"},"volumePath":{"title":"Volumepath","type":"string"},"volumeName":{"title":"Volumename","type":"string"},"running":{"title":"Running","type":"boolean"},"downloaded":{"title":"Downloaded","type":"boolean"},"downloadedDockerImage":{"title":"Downloadeddockerimage","type":"string"},"needsUpdate":{"title":"Needsupdate","type":"boolean","default":false},"supported":{"title":"Supported","type":"boolean"},"enoughMemory":{"title":"Enoughmemory","type":"boolean","default":true},"enoughSystemMemory":{"title":"Enoughsystemmemory","type":"boolean","default":true},"beta":{"title":"Beta","type":"boolean","default":false},"comingSoon":{"title":"Comingsoon","type":"boolean","default":false}}}}}},"400":{"description":"Service not found.","content":{"application/json":{"schema":{"title":"ErrorResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Service By Id","method":"get","path":"/v1/services/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Service By Id","description":{"type":"text/plain"},"url":{"path":["v1","services",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Service By Id
-
-
-
-Service By Id
-
-Path Parameters
-
-Successful Response
-
-
-
-Service not found.
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/services-all-v-1-services-get.api.mdx b/docs/prem-daemon/api/services-all-v-1-services-get.api.mdx
deleted file mode 100644
index 4270e7d8..00000000
--- a/docs/prem-daemon/api/services-all-v-1-services-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: services-all-v-1-services-get
-title: "Services All"
-description: "Services All"
-sidebar_label: "Services All"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"services_all_v1_services__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Services All V1 Services Get","type":"array","items":{"title":"ServiceResponse","required":["id","name","description","documentation","icon","modelInfo","interfaces","dockerImage","dockerImageSize","defaultPort","defaultExternalPort","running","downloaded","supported"],"type":"object","properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"documentation":{"title":"Documentation","type":"string"},"icon":{"title":"Icon","type":"string"},"modelInfo":{"title":"Modelinfo","type":"object"},"interfaces":{"title":"Interfaces","type":"array","items":{"type":"string"}},"dockerImage":{"title":"Dockerimage","type":"string"},"dockerImageSize":{"title":"Dockerimagesize","type":"integer"},"defaultPort":{"title":"Defaultport","type":"integer"},"defaultExternalPort":{"title":"Defaultexternalport","type":"integer"},"runningPort":{"title":"Runningport","type":"integer"},"volumePath":{"title":"Volumepath","type":"string"},"volumeName":{"title":"Volumename","type":"string"},"running":{"title":"Running","type":"boolean"},"downloaded":{"title":"Downloaded","type":"boolean"},"downloadedDockerImage":{"title":"Downloadeddockerimage","type":"string"},"needsUpdate":{"title":"Needsupdate","type":"boolean","default":false},"supported":{"title":"Supported","type":"boolean"},"enoughMemory":{"title":"Enoughmemory","type":"boolean","default":true},"enoughSystemMemory":{"title":"Enoughsystemmemory","type":"boolean","default":true},"beta":{"title":"Beta","type":"boolean","default":false},"comingSoon":{"title":"Comingsoon","type":"boolean","default":false}}}}}}}},"description":"Services All","method":"get","path":"/v1/services/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Services All","description":{"type":"text/plain"},"url":{"path":["v1","services",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Services All
-
-
-
-Services All
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/services-by-interface-v-1-services-by-interface-interface-id-get.api.mdx b/docs/prem-daemon/api/services-by-interface-v-1-services-by-interface-interface-id-get.api.mdx
deleted file mode 100644
index c696c8f1..00000000
--- a/docs/prem-daemon/api/services-by-interface-v-1-services-by-interface-interface-id-get.api.mdx
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: services-by-interface-v-1-services-by-interface-interface-id-get
-title: "Services By Interface"
-description: "Services By Interface"
-sidebar_label: "Services By Interface"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"services_by_interface_v1_services_by_interface__interface_id__get","parameters":[{"required":true,"schema":{"title":"Interface Id","type":"string"},"name":"interface_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Services By Interface V1 Services By Interface Interface Id Get","type":"array","items":{"title":"ServiceResponse","required":["id","name","description","documentation","icon","modelInfo","interfaces","dockerImage","dockerImageSize","defaultPort","defaultExternalPort","running","downloaded","supported"],"type":"object","properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"documentation":{"title":"Documentation","type":"string"},"icon":{"title":"Icon","type":"string"},"modelInfo":{"title":"Modelinfo","type":"object"},"interfaces":{"title":"Interfaces","type":"array","items":{"type":"string"}},"dockerImage":{"title":"Dockerimage","type":"string"},"dockerImageSize":{"title":"Dockerimagesize","type":"integer"},"defaultPort":{"title":"Defaultport","type":"integer"},"defaultExternalPort":{"title":"Defaultexternalport","type":"integer"},"runningPort":{"title":"Runningport","type":"integer"},"volumePath":{"title":"Volumepath","type":"string"},"volumeName":{"title":"Volumename","type":"string"},"running":{"title":"Running","type":"boolean"},"downloaded":{"title":"Downloaded","type":"boolean"},"downloadedDockerImage":{"title":"Downloadeddockerimage","type":"string"},"needsUpdate":{"title":"Needsupdate","type":"boolean","default":false},"supported":{"title":"Supported","type":"boolean"},"enoughMemory":{"title":"Enoughmemory","type":"boolean","default":true},"enoughSystemMemory":{"title":"Enoughsystemmemory","type":"boolean","default":true},"beta":{"title":"Beta","type":"boolean","default":false},"comingSoon":{"title":"Comingsoon","type":"boolean","default":false}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Services By Interface","method":"get","path":"/v1/services-by-interface/{interface_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Services By Interface","description":{"type":"text/plain"},"url":{"path":["v1","services-by-interface",":interface_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"interface_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Services By Interface
-
-
-
-Services By Interface
-
-Path Parameters
-
-Successful Response
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/stats-all-v-1-stats-all-get.api.mdx b/docs/prem-daemon/api/stats-all-v-1-stats-all-get.api.mdx
deleted file mode 100644
index d448bb73..00000000
--- a/docs/prem-daemon/api/stats-all-v-1-stats-all-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: stats-all-v-1-stats-all-get
-title: "Stats All"
-description: "Stats All"
-sidebar_label: "Stats All"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"stats_all_v1_stats_all__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"OSStatsResponse","required":["cpu_percentage","memory_usage","memory_limit","memory_percentage","storage_usage","storage_limit","storage_percentage"],"type":"object","properties":{"cpu_percentage":{"title":"Cpu Percentage","type":"number"},"memory_usage":{"title":"Memory Usage","type":"number"},"memory_limit":{"title":"Memory Limit","type":"number"},"memory_percentage":{"title":"Memory Percentage","type":"number"},"storage_usage":{"title":"Storage Usage","type":"number"},"storage_limit":{"title":"Storage Limit","type":"number"},"storage_percentage":{"title":"Storage Percentage","type":"number"}}}}}}},"description":"Stats All","method":"get","path":"/v1/stats-all/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Stats All","description":{"type":"text/plain"},"url":{"path":["v1","stats-all",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Stats All
-
-
-
-Stats All
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/stats-by-service-v-1-stats-service-id-get.api.mdx b/docs/prem-daemon/api/stats-by-service-v-1-stats-service-id-get.api.mdx
deleted file mode 100644
index 6e6f88c1..00000000
--- a/docs/prem-daemon/api/stats-by-service-v-1-stats-service-id-get.api.mdx
+++ /dev/null
@@ -1,50 +0,0 @@
----
-id: stats-by-service-v-1-stats-service-id-get
-title: "Stats By Service"
-description: "Stats By Service"
-sidebar_label: "Stats By Service"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"stats_by_service_v1_stats__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id","type":"string"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"ContainerStatsResponse","required":["id","cpu_percentage","memory_usage","memory_limit","memory_percentage","storage_percentage","storage_usage","storage_limit"],"type":"object","properties":{"id":{"title":"Id","type":"string"},"cpu_percentage":{"title":"Cpu Percentage","type":"number"},"memory_usage":{"title":"Memory Usage","type":"number"},"memory_limit":{"title":"Memory Limit","type":"number"},"memory_percentage":{"title":"Memory Percentage","type":"number"},"storage_percentage":{"title":"Storage Percentage","type":"number"},"storage_usage":{"title":"Storage Usage","type":"number"},"storage_limit":{"title":"Storage Limit","type":"number"}}}}}},"400":{"description":"Failed to get stats or service not found.","content":{"application/json":{"schema":{"title":"ErrorResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Stats By Service","method":"get","path":"/v1/stats/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Stats By Service","description":{"type":"text/plain"},"url":{"path":["v1","stats",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Stats By Service
-
-
-
-Stats By Service
-
-Path Parameters
-
-Successful Response
-
-
-
-Failed to get stats or service not found.
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/stats-v-1-stats-get.api.mdx b/docs/prem-daemon/api/stats-v-1-stats-get.api.mdx
deleted file mode 100644
index 0c521c29..00000000
--- a/docs/prem-daemon/api/stats-v-1-stats-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: stats-v-1-stats-get
-title: "Stats"
-description: "Stats"
-sidebar_label: "Stats"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"stats_v1_stats__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Stats V1 Stats Get","type":"array","items":{"title":"ContainerStatsResponse","required":["id","cpu_percentage","memory_usage","memory_limit","memory_percentage","storage_percentage","storage_usage","storage_limit"],"type":"object","properties":{"id":{"title":"Id","type":"string"},"cpu_percentage":{"title":"Cpu Percentage","type":"number"},"memory_usage":{"title":"Memory Usage","type":"number"},"memory_limit":{"title":"Memory Limit","type":"number"},"memory_percentage":{"title":"Memory Percentage","type":"number"},"storage_percentage":{"title":"Storage Percentage","type":"number"},"storage_usage":{"title":"Storage Usage","type":"number"},"storage_limit":{"title":"Storage Limit","type":"number"}}}}}}}},"description":"Stats","method":"get","path":"/v1/stats/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Stats","description":{"type":"text/plain"},"url":{"path":["v1","stats",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Stats
-
-
-
-Stats
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/stop-all-services-v-1-stop-all-services-get.api.mdx b/docs/prem-daemon/api/stop-all-services-v-1-stop-all-services-get.api.mdx
deleted file mode 100644
index dc20ec36..00000000
--- a/docs/prem-daemon/api/stop-all-services-v-1-stop-all-services-get.api.mdx
+++ /dev/null
@@ -1,38 +0,0 @@
----
-id: stop-all-services-v-1-stop-all-services-get
-title: "Stop All Services"
-description: "Stop All Services"
-sidebar_label: "Stop All Services"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"stop_all_services_v1_stop_all_services__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"SuccessResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"400":{"description":"Failed to stop container or service not found.","content":{"application/json":{"schema":{"title":"ErrorResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}}},"description":"Stop All Services","method":"get","path":"/v1/stop-all-services/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Stop All Services","description":{"type":"text/plain"},"url":{"path":["v1","stop-all-services",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Stop All Services
-
-
-
-Stop All Services
-
-
-
-Successful Response
-
-
-
-Failed to stop container or service not found.
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/stop-service-v-1-stop-service-service-id-get.api.mdx b/docs/prem-daemon/api/stop-service-v-1-stop-service-service-id-get.api.mdx
deleted file mode 100644
index c3453a4e..00000000
--- a/docs/prem-daemon/api/stop-service-v-1-stop-service-service-id-get.api.mdx
+++ /dev/null
@@ -1,50 +0,0 @@
----
-id: stop-service-v-1-stop-service-service-id-get
-title: "Stop Service"
-description: "Stop Service"
-sidebar_label: "Stop Service"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"stop_service_v1_stop_service__service_id__get","parameters":[{"required":true,"schema":{"title":"Service Id","type":"string"},"name":"service_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"SuccessResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"400":{"description":"Failed to stop container or service not found.","content":{"application/json":{"schema":{"title":"ErrorResponse","required":["message"],"type":"object","properties":{"message":{"title":"Message","type":"string"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}}}}},"description":"Stop Service","method":"get","path":"/v1/stop-service/{service_id}","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"Stop Service","description":{"type":"text/plain"},"url":{"path":["v1","stop-service",":service_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"service_id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## Stop Service
-
-
-
-Stop Service
-
-Path Parameters
-
-Successful Response
-
-
-
-Failed to stop container or service not found.
-
-
-
-Validation Error
-
-
Schema
detail object[]
Array [
loc object[] required
Array [
anyOf
-
-string
-
-
-
-integer
-
-
]
]
-
\ No newline at end of file
diff --git a/docs/prem-daemon/api/system-prune-v-1-system-prune-get.api.mdx b/docs/prem-daemon/api/system-prune-v-1-system-prune-get.api.mdx
deleted file mode 100644
index fb02110e..00000000
--- a/docs/prem-daemon/api/system-prune-v-1-system-prune-get.api.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: system-prune-v-1-system-prune-get
-title: "System Prune"
-description: "System Prune"
-sidebar_label: "System Prune"
-hide_title: true
-hide_table_of_contents: true
-api: {"operationId":"system_prune_v1_system_prune__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"description":"System Prune","method":"get","path":"/v1/system-prune/","info":{"title":"Prem Box","version":"0.0.1"},"postman":{"name":"System Prune","description":{"type":"text/plain"},"url":{"path":["v1","system-prune",""],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET"}}
-sidebar_class_name: "get api-method"
-info_path: docs/prem-daemon/api/prem-box
-custom_edit_url: null
----
-
-import ApiTabs from "@theme/ApiTabs";
-import MimeTabs from "@theme/MimeTabs";
-import ParamsItem from "@theme/ParamsItem";
-import ResponseSamples from "@theme/ResponseSamples";
-import SchemaItem from "@theme/SchemaItem";
-import SchemaTabs from "@theme/SchemaTabs";
-import DiscriminatorTabs from "@theme/DiscriminatorTabs";
-import TabItem from "@theme/TabItem";
-
-## System Prune
-
-
-
-System Prune
-
-
-
-Successful Response
-
-
-
\ No newline at end of file
diff --git a/docs/prem-daemon/intro.md b/docs/prem-daemon/intro.md
deleted file mode 100644
index ed47a550..00000000
--- a/docs/prem-daemon/intro.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-sidebar_position: 1
----
-
-# Overview
-
-Prem Daemon represents the component that handle the orchestraction of the Prem Services. It is responsible to launch the requested service and to return the response to Prem App. You can check the repository [here](https://github.com/premAI-io/prem-daemon).
-
-The information flow works as following:
-
-Prem App sends HTTP requests to Prem Daemon. Prem Daemon is responsible to launch the requested service and to return the response to Prem App. Prem Daemon using Docker SDK starts the requested service as a Docker container. Based on the interface exposed by the service, Prem App can directly interact with the service or it can use Prem Daemon as a proxy.
-
-### Registry
-
-When running Prem Daemon, you can specify an environment variable `PREM_REGISTRY_URL`. This variable is the URL of the registry to use. The registry contains all the metadata information in order to run a service in the Prem Ecosystem. Each Prem Service can be published on the public list of AI services. By default, Prem Daemon uses the latest stable version of Prem Registry: https://raw.githubusercontent.com/premAI-io/prem-registry/main/manifests.json.
-
-More information about Prem Registry and how to publish your service can be found [here](/docs/registry/).
\ No newline at end of file
diff --git a/docs/prem-gateway/_category_.json b/docs/prem-gateway/_category_.json
deleted file mode 100644
index 79077806..00000000
--- a/docs/prem-gateway/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Prem Gateway",
- "position": 3,
- "link": {
- "type": "generated-index",
- "description": "The Prem Gateway acts as an API gateway for directing and managing a multitude of operations.\nIt is responsible for routing requests from the frontend prem-app to either the prem-daemon for Docker image management or directly to Docker images providing prem-services.\nIt is also in charge of managing the authentication/authorization of users and services, TLS, Domain management, and more."
- }
-}
diff --git a/docs/prem-gateway/add_domain.png b/docs/prem-gateway/add_domain.png
deleted file mode 100644
index 623a8ceb..00000000
Binary files a/docs/prem-gateway/add_domain.png and /dev/null differ
diff --git a/docs/prem-gateway/add_manual_domain.png b/docs/prem-gateway/add_manual_domain.png
deleted file mode 100644
index dc9d3d42..00000000
Binary files a/docs/prem-gateway/add_manual_domain.png and /dev/null differ
diff --git a/docs/prem-gateway/domains.md b/docs/prem-gateway/domains.md
deleted file mode 100644
index e246b2ff..00000000
--- a/docs/prem-gateway/domains.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: domains
-title: Domains
-sidebar_label: Domains
-sidebar_position: 1
----
-
-At start, the Prem App is accessible via IP that is printed by the installation script. This IP is Prem Gateway IP address.
-
-## How it works?
-
-Domains feature gives you option to easily map your domain to your Prem App application.
-It is necessary to insert two A records:
-
-- A `example.com` to ``
-- A `*.example.com` ``
-
-You can also use a subdomain ie. `prem.example.com` and `*.prem.example.com`
-
-After this is done you need to add your domain in **Prem App > Settings > Domains**, and you are ready to go.
-
-- Enter Domain
-
-![Add Domain](./add_domain.png)
-
-- Provide the Domain and Submit
-
-![Add Manual Domain](./add_manual_domain.png)
-
-π You can now access Prem App from the domain provided (e.g., https://demo.prem.ninja)
diff --git a/docs/prem-gateway/https.md b/docs/prem-gateway/https.md
deleted file mode 100644
index e6fde4d4..00000000
--- a/docs/prem-gateway/https.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-id: https
-title: Automatic HTTPS
-sidebar_label: Automatic HTTPS
-sidebar_position: 2
----
-
-At start, the Prem App is accessible via IP that is printed by the installation script. This IP is Prem Gateway IP address.
-
-## How it works?
-
-Once you setup [your own domain](./domains.md), Prem App will automatically generate SSL certificate for your domain and enable HTTPS for the application. Nothing to do here.
-
-Prem Services are accessible on subdomain level, for example, if you have Chat model named `llama`, it will be accessible on `https://llama.example.com/v1/chat/completions` endpoint
\ No newline at end of file
diff --git a/docs/registry.md b/docs/registry.md
deleted file mode 100644
index c6264910..00000000
--- a/docs/registry.md
+++ /dev/null
@@ -1,77 +0,0 @@
----
-sidebar_position: 4
-title: Registry
----
-
-
-
-
-
-![Prem Banner](./registry.png)
-
-The registry contains all the services available in the Prem Ecosystem. At https://github.com/premAI-io/prem-registry/tree/main you can see the latest stable version of the registry. We currently expose a UI as well in order for you to easily visualize all the available models https://registry.premai.io/.
-
-## Add a Service
-
-The following steps are necessary in order to submit a new service in Prem Registry.
-
-### 1. Test
-
-Before submitting the service, make sure that the image has been tested with the corresponding Prem Interface.
-
-In order to do that you will need to run the Prem Daemon with a different
-
-> We plan to release soon the possibility to upload a manifest from Prem App UI in order for developers to easily test their services without having to run Prem Daemon with a different environment variable.
-
-### 2. Submit
-
-When you are done with testing and you are confident that your service is ready for Prem, you can fork https://github.com/premAI-io/prem-registry/ and add a pull request against `dev` branch. Here the folders and files necessary for the pull request.
-
-1. Create a folder with name: `{interface}-{service-id}`
-2. Create the following files inside the folder:
-
- - `manifest.json`: a file specifying all the service metadata.
-
- ```json
- {
- "id": "dolly-v2-12b", // id of the service
- "name": "Dolly v2 12B", // name of the service
- "beta": true, // we suggest to put it as true meaning that is a new servcie
- "description": "Dolly-v2-12b, developed by Databricks, is an instruction-following large language model trained on diverse capability domains. It exhibits remarkable instruction following behavior, surpassing the foundation model it's based on, Pythia-12b. The model is particularly designed for commercial use and its inference can be run on various GPU configurations.", // service short description
- "documentation": "", // leave it blank, will be populated by the README.md
- "icon": "", // leave it blank, will be populated by the logo.svg absolute url
- "modelInfo": {
- "memoryRequirements": 24576, // amount of memory required in MiB
- "tokensPerSecond": 18 // if it's a text generative model the amount of tokens per second generated
- },
- "interfaces": [
- "chat" // list of interfaces the service is compatible with
- ],
- "dockerImages": {
- "gpu": { // where the docker image should run: gpu | cpu
- "size": 40689160223,
- "image": "ghcr.io/premai-io/chat-dolly-v2-12b-gpu:1.0.2"
- }
- },
- "defaultPort": 8000, // try to keep 8000
- "defaultExternalPort": 8333 // put a random number here
- }
- ```
- > The docker `image size` can be computed by running `docker inspect -f "{{.Size}}" image-name:image-version`.
-
- > The model `memoryRequirements` can be estimated by running `docker stats` at prediction time and monitoring the memory used by the model.
-
- > In order to get modelInfo `tokensPerSecond` you can run several predictions, compute the number of generated tokens and divide it by the inference time. Finally by taking the average tokenPerSecond you have an estimation of the tokensPerSecond.
-
- - `logo.svg`: a logo of your service in svg format 256x256.
- - `README.md`: documentation of the service, how to use it, tips and tricks, license. Provide all the insights and the information necessary to exploit the model at maximum capacity.
-
-### 3. Deploy π
-
-The pull request will be reviewed by Prem team and merged accordingly. Automatically all the daemon using Prem Registry will have access to your service.
-
-Congraulations π You have published your first Service in Prem Ecosystem.
-
-## Disclaimer
-
-> Prem is fully open source. You can run Prem Daemon using a different registry. In the Prem Daemon contribution [guide](https://github.com/premAI-io/prem-daemon#custom-registry) you can check how to do that.
diff --git a/docs/registry.png b/docs/registry.png
deleted file mode 100644
index dc6f31ac..00000000
Binary files a/docs/registry.png and /dev/null differ
diff --git a/docs/roadmap/_category_.json b/docs/roadmap/_category_.json
deleted file mode 100644
index 877b9e30..00000000
--- a/docs/roadmap/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Roadmap",
- "position": 6,
- "link": {
- "type": "generated-index",
- "description": "π§ WIP - Explore Prem Roadmap for each component in the Prem Ecosystem."
- }
-}
diff --git a/docs/roadmap/app.md b/docs/roadmap/app.md
deleted file mode 100644
index e3e8a3e2..00000000
--- a/docs/roadmap/app.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-id: roadmap-app
-title: App
-sidebar_label: App
-sidebar_position: 1
----
-
-# π§ WIP App
diff --git a/docs/roadmap/daemon.md b/docs/roadmap/daemon.md
deleted file mode 100644
index 7f372ee2..00000000
--- a/docs/roadmap/daemon.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-id: roadmap-daemon
-title: Daemon
-sidebar_label: Daemon
-sidebar_position: 2
----
-
-# π§ WIP Daemon
diff --git a/docs/roadmap/orchestration.md b/docs/roadmap/orchestration.md
deleted file mode 100644
index bd529a9c..00000000
--- a/docs/roadmap/orchestration.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-id: roadmap-orchestration
-title: Orchestration
-sidebar_label: Orchestration
-sidebar_position: 3
----
-
-# π§ WIP Orchestration
\ No newline at end of file
diff --git a/docs/service-packaging/_category_.json b/docs/service-packaging/_category_.json
deleted file mode 100644
index 9983e1de..00000000
--- a/docs/service-packaging/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "label": "Service Packaging",
- "position": 5,
- "link": {
- "type": "generated-index",
- "description": "π§ WIP - For each interface, a guide to create a service will be available."
- }
-}
diff --git a/docs/service-packaging/intro.md b/docs/service-packaging/intro.md
deleted file mode 100644
index 70093d71..00000000
--- a/docs/service-packaging/intro.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-id: service-overview
-title: Overview
-sidebar_label: Overview
-sidebar_position: 1
----
-
-# π§ WIP Overview
-
-Coming soon...
-
-In the meantime you can check our tutorial on [**Serving Falcon 7B Instruct with FastAPI and Docker**](/blog/serving-falcon-7b-fastapi-docker/).
\ No newline at end of file
diff --git a/swagger/audio-to-text.json b/swagger/audio-to-text.json
deleted file mode 100644
index 8c4f0bb8..00000000
--- a/swagger/audio-to-text.json
+++ /dev/null
@@ -1 +0,0 @@
-{"openapi":"3.0.2","info":{"title":"Prem Audio to Text","version":"0.0.1"},"paths":{"/v1/":{"get":{"summary":"Health","operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/v1/audio/transcriptions":{"post":{"summary":"Audio Transcriptions","operationId":"audio_transcriptions_v1_audio_transcriptions_post","parameters":[{"required":false,"schema":{"title":"Model","type":"string","default":""},"name":"model","in":"query"},{"required":false,"schema":{"title":"Prompt","type":"string","default":""},"name":"prompt","in":"query"},{"required":false,"schema":{"title":"Response Format","type":"string","default":"text"},"name":"response_format","in":"query"},{"required":false,"schema":{"title":"Temperature","type":"number","default":0},"name":"temperature","in":"query"},{"required":false,"schema":{"title":"Language","type":"string","default":""},"name":"language","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_audio_transcriptions_v1_audio_transcriptions_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"Body_audio_transcriptions_v1_audio_transcriptions_post":{"title":"Body_audio_transcriptions_v1_audio_transcriptions_post","required":["file"],"type":"object","properties":{"file":{"title":"File","type":"string","format":"binary"}}},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"HealthResponse":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}
\ No newline at end of file
diff --git a/swagger/chat.json b/swagger/chat.json
deleted file mode 100644
index 1fb533a0..00000000
--- a/swagger/chat.json
+++ /dev/null
@@ -1 +0,0 @@
-{"openapi":"3.0.2","info":{"title":"Prem Chat","version":"0.0.1"},"paths":{"/v1/":{"get":{"summary":"Health","operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/v1/chat/completions":{"post":{"summary":"Chat Completions","operationId":"chat_completions_v1_chat_completions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChatCompletionInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChatCompletionResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"ChatCompletionInput":{"title":"ChatCompletionInput","required":["model","messages"],"type":"object","properties":{"model":{"title":"Model","type":"string"},"messages":{"title":"Messages","type":"array","items":{"type":"object"}},"temperature":{"title":"Temperature","type":"number","default":0.7},"top_p":{"title":"Top P","type":"number","default":0.75},"n":{"title":"N","type":"integer","default":1},"stream":{"title":"Stream","type":"boolean","default":false},"stop":{"title":"Stop","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"default":["User:"]},"max_tokens":{"title":"Max Tokens","type":"integer","default":64},"presence_penalty":{"title":"Presence Penalty","type":"number","default":0.0},"frequence_penalty":{"title":"Frequence Penalty","type":"number","default":0.0},"logit_bias":{"title":"Logit Bias","type":"object","default":{}},"user":{"title":"User","type":"string","default":""}}},"ChatCompletionResponse":{"title":"ChatCompletionResponse","required":["model","choices"],"type":"object","properties":{"id":{"title":"Id","type":"string","default":"3c4339ed-af59-4792-a141-cb610757393d"},"model":{"title":"Model","type":"string"},"object":{"title":"Object","type":"string","default":"chat.completion"},"created":{"title":"Created","type":"integer","default":1689598082},"choices":{"title":"Choices","type":"array","items":{"type":"object"}},"usage":{"title":"Usage","type":"object","default":{"prompt_tokens":0,"completion_tokens":0,"total_tokens":0}}}},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"HealthResponse":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}
\ No newline at end of file
diff --git a/swagger/diffuser.json b/swagger/diffuser.json
deleted file mode 100644
index 974f2205..00000000
--- a/swagger/diffuser.json
+++ /dev/null
@@ -1 +0,0 @@
-{"openapi":"3.1.0","info":{"title":"prem-chat","version":"0.0.1"},"paths":{"/v1/":{"get":{"summary":"Health","operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/v1/images/generations":{"post":{"summary":"Images Generations","operationId":"images_generations_v1_images_generations_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/images/edits":{"post":{"summary":"Images Edits","operationId":"images_edits_v1_images_edits_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_images_edits_v1_images_edits_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/images/upscale":{"post":{"summary":"Images Upscale","operationId":"images_upscale_v1_images_upscale_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_images_upscale_v1_images_upscale_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"Body_images_edits_v1_images_edits_post":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_edits_v1_images_edits_post"},"Body_images_upscale_v1_images_upscale_post":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_upscale_v1_images_upscale_post"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"HealthResponse":{"properties":{"status":{"type":"boolean","title":"Status"}},"type":"object","required":["status"],"title":"HealthResponse"},"ImageGenerationInput":{"properties":{"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["prompt"],"title":"ImageGenerationInput"},"ImageGenerationResponse":{"properties":{"created":{"type":"integer","title":"Created","default":1690791937},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/ImageObjectUrl"},"type":"array"},{"items":{"$ref":"#/components/schemas/ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"},"ImageObjectBase64":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"ImageObjectUrl":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
\ No newline at end of file
diff --git a/swagger/embeddings.json b/swagger/embeddings.json
deleted file mode 100644
index e40cfec2..00000000
--- a/swagger/embeddings.json
+++ /dev/null
@@ -1 +0,0 @@
-{"openapi":"3.0.2","info":{"title":"Prem Embeddings","version":"0.0.1"},"paths":{"/v1/":{"get":{"summary":"Health","operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/v1/embeddings":{"post":{"summary":"Embeddings","operationId":"embeddings_v1_embeddings_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmbeddingsInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmbeddingsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/engines/text-embedding-ada-002/embeddings":{"post":{"summary":"Embeddings Openai","operationId":"embeddings_openai_v1_engines_text_embedding_ada_002_embeddings_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmbeddingsInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmbeddingsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"EmbeddingObject":{"title":"EmbeddingObject","required":["embedding"],"type":"object","properties":{"object":{"title":"Object","type":"string","default":"embedding"},"index":{"title":"Index","type":"integer","default":0},"embedding":{"title":"Embedding","type":"array","items":{"type":"number"}}}},"EmbeddingUsage":{"title":"EmbeddingUsage","type":"object","properties":{"prompt_tokens":{"title":"Prompt Tokens","type":"integer","default":0},"total_tokens":{"title":"Total Tokens","type":"integer","default":0}}},"EmbeddingsInput":{"title":"EmbeddingsInput","required":["input"],"type":"object","properties":{"model":{"title":"Model","type":"string"},"input":{"title":"Input","anyOf":[{"type":"array","items":{"type":"string"}},{"type":"array","items":{"type":"array","items":{"type":"integer"}}}]},"user":{"title":"User","type":"string","default":""}}},"EmbeddingsResponse":{"title":"EmbeddingsResponse","required":["data","usage"],"type":"object","properties":{"object":{"title":"Object","type":"string","default":"list"},"data":{"title":"Data","type":"array","items":{"$ref":"#/components/schemas/EmbeddingObject"}},"model":{"title":"Model","type":"string"},"usage":{"$ref":"#/components/schemas/EmbeddingUsage"}}},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"HealthResponse":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}
\ No newline at end of file
diff --git a/swagger/text-to-audio.json b/swagger/text-to-audio.json
deleted file mode 100644
index 65d5a095..00000000
--- a/swagger/text-to-audio.json
+++ /dev/null
@@ -1 +0,0 @@
-{"openapi":"3.0.2","info":{"title":"Prem Text to Audio","version":"0.0.1"},"paths":{"/v1/":{"get":{"summary":"Health","operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/v1/audio/generation":{"post":{"summary":"Audio Generation","operationId":"audio_generation_v1_audio_generation_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudioGenerationInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AudioGenerationInput":{"title":"AudioGenerationInput","required":["prompt"],"type":"object","properties":{"prompt":{"title":"Prompt","type":"string"}}},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"HealthResponse":{"title":"HealthResponse","required":["status"],"type":"object","properties":{"status":{"title":"Status","type":"boolean"}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}
\ No newline at end of file
diff --git a/swagger/upscaler.json b/swagger/upscaler.json
deleted file mode 100644
index a7d87e79..00000000
--- a/swagger/upscaler.json
+++ /dev/null
@@ -1 +0,0 @@
-{"openapi":"3.1.0","info":{"title":"prem-chat","version":"0.0.1"},"paths":{"/v1/":{"get":{"summary":"Health","operationId":"health_v1__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/v1/images/generations":{"post":{"summary":"Images Generations","operationId":"images_generations_v1_images_generations_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationInput"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/images/edits":{"post":{"summary":"Images Edits","operationId":"images_edits_v1_images_edits_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_images_edits_v1_images_edits_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/images/upscale":{"post":{"summary":"Images Upscale","operationId":"images_upscale_v1_images_upscale_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_images_upscale_v1_images_upscale_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"Body_images_edits_v1_images_edits_post":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_edits_v1_images_edits_post"},"Body_images_upscale_v1_images_upscale_post":{"properties":{"image":{"type":"string","format":"binary","title":"Image"},"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["image","prompt"],"title":"Body_images_upscale_v1_images_upscale_post"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"HealthResponse":{"properties":{"status":{"type":"boolean","title":"Status"}},"type":"object","required":["status"],"title":"HealthResponse"},"ImageGenerationInput":{"properties":{"prompt":{"type":"string","title":"Prompt"},"n":{"type":"integer","title":"N","default":1},"size":{"type":"string","title":"Size","default":""},"response_format":{"type":"string","title":"Response Format","default":"b64_json"},"user":{"type":"string","title":"User","default":""},"negative_prompt":{"type":"string","title":"Negative Prompt"},"seed":{"type":"integer","title":"Seed"},"guidance_scale":{"type":"number","title":"Guidance Scale","default":7.5},"num_inference_steps":{"type":"integer","title":"Num Inference Steps","default":25}},"type":"object","required":["prompt"],"title":"ImageGenerationInput"},"ImageGenerationResponse":{"properties":{"created":{"type":"integer","title":"Created","default":1690792122},"data":{"anyOf":[{"items":{"$ref":"#/components/schemas/ImageObjectUrl"},"type":"array"},{"items":{"$ref":"#/components/schemas/ImageObjectBase64"},"type":"array"}],"title":"Data"}},"type":"object","required":["data"],"title":"ImageGenerationResponse"},"ImageObjectBase64":{"properties":{"b64_json":{"type":"string","title":"B64 Json"}},"type":"object","required":["b64_json"],"title":"ImageObjectBase64"},"ImageObjectUrl":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"ImageObjectUrl"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
\ No newline at end of file