Sentient AI
Information
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:
*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>
The general API endpoint structure is: dev.flubel.com/api/v1/<Endpoint_Identifier>
Each segment of the URL has a specific purpose:
Segment | Description | Example |
---|---|---|
/api | Indicates that the route belongs to the API. | /api |
/v1 | Specifies 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
PreviousImage Generation Models
NextChat Endpoint
On this Page
Ai Endpoints Intro
Available Endpoints
Chat Endpoints
Image Endpoints