Quipubase
**Quipubase** is a cutting-edge, **real-time document database** specifically engineered for the demands of **AI-native applications**. **Key Features for Developers:** * **High Performance:** Built on `RocksDB` for efficient, high-throughput data operations. * **Flexible Schemas:** Define dynamic, self-validating collections using `jsonschema`, adapting effortlessly to evolving data models. *…
Quipubase endpoints
| Method | Endpoint | Description |
|---|---|---|
| audio | ||
| POST |
__v1_audio_speech_post /v1/audio/speech |
Generates audio from the input text using Google Cloud Text-to-Speech. |
| POST |
__v1_audio_transcriptions_post /v1/audio/transcriptions |
Creates a transcription of the provided audio file using Google Cloud Speech-to-Text. Args: file : UploadFile - The audio file to transcribe. model : str - The name of the model… |
| auth | ||
| GET |
__v1_auth__provider__get /v1/auth/{provider} |
|
| collections | ||
| GET |
__v1_collections__collection_id__get /v1/collections/{collection_id} |
Get a specific collection by ID |
| POST |
__v1_collections_objects__collection_id__post /v1/collections/objects/{collection_id} |
|
| POST |
__v1_collections_post /v1/collections |
Create a new collection |
| DELETE |
__v1_collections__collection_id__delete /v1/collections/{collection_id} |
Delete a collection by ID |
| GET |
__v1_collections_objects__collection_id__get /v1/collections/objects/{collection_id} |
Subscribe to events for a specific collection |
| GET |
__v1_collections_get /v1/collections |
List all collections |
| chat | ||
| POST |
__v1_chat_completions_post /v1/chat/completions |
|
| images | ||
| POST |
image_generation_endpoint_v1_images_generations_post /v1/images/generations |
|
| files | ||
| GET |
__v1_filestree__path__get /v1/filestree/{path} |
|
| PUT |
__v1_files__path__put /v1/files/{path} |
|
| DELETE |
__v1_files__path__delete /v1/files/{path} |
|
| GET |
__v1_file__path__get /v1/file/{path} |
|
| POST |
__v1_files_post /v1/files |
|
| models | ||
| GET |
__v1_models__model__get /v1/models/{model} |
|
| GET |
__v1_models_get /v1/models |
|
| vector | ||
| PUT |
__v1_vector__namespace__put /v1/vector/{namespace} |
Query the vector store for similar texts. Args: namespace: The namespace to query query: The text query to search for similar content top_k: Number of results to return model:… |
| POST |
__v1_vector__namespace__post /v1/vector/{namespace} |
Upsert texts into the vector store. Args: namespace: The namespace to store the embeddings in texts: List of texts to embed and store model: The embedding model to use Returns:… |
| GET |
__v1_vector__namespace___id__get /v1/vector/{namespace}/{id} |
|
| POST |
__v1_embeddings_post /v1/embeddings |
|
| DELETE |
__v1_vector__namespace__delete /v1/vector/{namespace} |
Delete embeddings from the vector store. Args: namespace: The namespace to delete embeddings from ids: List of IDs to delete Returns: DeleteResponse containing the IDs of the… |
| music | ||
| POST |
__v1_music_generations_post /v1/music/generations |
|
Quipubase pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|