Sentient AI Endpoints
Sentient AI Endpoints are the main components of our API, delivering user-related data tailored to each endpoint's unique requirements.
Endpoints in the Sentient AI API follow a structured format, with each serving a specific use case. The two main endpoint categories are Chat and Image.

The general API endpoint structure is: dev.flubel.com/api/v1/<Endpoint_Identifier>

Each segment of the URL has a specific purpose:

SegmentDescriptionExample
/apiIndicates that the route belongs to the API./api
/v1Specifies the API version (currently v1)./v1
<Endpoint_Identifier>Defines the main service being accessed./chat (for text-based models)
<Resource_Type> (optional)Further specifies the service type./completions (for generating text)

*Note: The <Resource_Type> is optional and may not be present in all endpoints.

Some endpoints have additional sub-types, following this format: /api/v1/<Endpoint_Identifier>/<Resource_Type>
Available Endpoints

The following endpoints are currently active and ready for use:

Chat Endpoints

The chat endpoint uses language models to process requests. To specify the type of request, a resource type should be added to the endpoint.


dev.flubel.com/api/v1/chat
Resource Type
  • Generate Responses: dev.flubel.com/api/v1/chat/completions

*Note: The Rescource type is essential when using the chat endpoint.
Image Endpoints

The image endpoint uses image-gen models to process requests. To specify the type of request, a resource type should be added to the endpoint.


dev.flubel.com/api/v1/img
Resource Type
  • Generate Images: dev.flubel.com/api/v1/chat
On this Page
Ai Endpoints Intro
Available Endpoints
Chat Endpoints
Image Endpoints
Made by Flubel
FlubelMC
Zenzing
Sentient
SQLDB
Flubel-Shop
Flubel-Dev
Xmage
Tech Partners
Google
Meta
OpenAI
Oracle
Mistral
Black Forest Labs
Developers
Fiend
Made by Flubel
FlubelMC
Zenzing
Versity
SQLDB
Flubel-Shop
Tech Partners
Google
Meta
OpenAI
Oracle
Mistral
Black Forest Labs
Developers
Fiend
© 2025, Flubel Documentation, Developed by Flubel. All rights reserved. FlubelMC, Zenzing, SQLDB, Sentient, Flubel-Shop, etc and its logo are Flubel’s trademarks or registered trademarks in the US and elsewhere.
Back to Top