PAIP AI Preprocessor

by Tulip Rose AI

Saving the planet by helping AI systems consume much less power on each prompt!

Admin and Test Page

You've reached the endpoint admin and test page of PAIP AI Preprocessor by Tulip Rose AI. This page is for you, if you develop, train or deliver AI services with text input and want to reduce the costs of your operations by feeding shorter prompts into your system by half.

This service is currently released at version 1.0.beta. It shortens the prompts by removing all vowels and any whitespace. Each character so removed costs you 1 credit. If you generate your API key now, you get a bonus of 1'000 credits. After you've exhausted that bonus each credit costs you 0.005 EUR invoiced for every 100'000 credits you used.

If you want to test prompt compression for free first, go to the end of the page at https://paip.tuliprose.ai and compress your first prompt now!

1. Generate Your API Key now and get a bonus of 1'000 credits

Please provide your billing information, so I can send you an invoice once you used 100'000 credits.









Password may be any string, at least 15 characters long

2. Test Your API Key: Compress a message

3. Use the PAIP Prompt Compression Service in your own applications

After you've created your API Key and compressed your first message(s), you can now proceed to integrating the PAIP Prompt Compression Service into your own applications.

Endpoint: https://endpoint.paip.tuliprose.ai/compress-text-message

HTTP Method: POST

Request Body:

		{
			"apiKey": "<your api key>",
			"message": "<your (client's) message>"
		}
	    

Response Body (HTTP Status 200):

		{
			"compressedMessage": "<the compressed message>",
			"removedCharacters": <number of characters removed>,
			"usedCredits": <number of credits used>,
			"remainingCredits": <number of credits remaining>
		}
	    

Error Response Body (HTTP Status 400):

		{
			"errorCode": "<errorCode>",
			"errorMessage": "<errorMessage>",
			"_links": {
				"self": {
					"href": "/generate-api-key"
				}
			}
		}
	    

Currently there is only 1 error case (API Key not found), the error code being [100-UAK].

Thanks for using PAIP AI Preprocessor

This service is brought to you by

Matthias Rothe
Rose-Pichler-Weg 7
80937 Munich
Germany

In case you have any questions or recommendations, please drop me a line at maro@tuliprose.ai..

Thanks, Matthias