Sentient

Break the boundaries of human imagination.

 Chat with Sentient
Converse with our AI assistant in a natural, chat-style interface.
 Developer Access
Get your API key in Guild and integrate our models into your own apps.
Get Started
Try Sentient AI API
Play with our Language models and see the magic happen. Explore how our AI Model works.
Preview
Sentient-24B-M
Model with the biggest context length in industry with 8 times 7 Billion parameters.
Sentient-8B-G
Guard model with 8 Billion parameters. This model is trained to be safe for public use.
Send
Parameters
Parameter adjuster not available for public use.
const fetch = require('node-fetch');
    fetch('https://developers.flubel.com/api/v1/chat/completions', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json',
        'Authorization': 'Bearer <API_KEY>',
      },
      body: JSON.stringify({
        model: 'sentient-24B-M',
        messages: [{ role: 'user', content: "" }]
      })
    })
    .then(res => res.json())
    .then(data => console.log(data.choices[0].message))
    .catch(error => console.error('Error:', error));
The use of our API is governed by the FGPL license. Each IP address is permitted a maximum of 5 requests per hour.
The Ai response is only for testing purposes, the output will be a raw Markdown format.
Please note that the API may experience delays due to ongoing security checks.
Models for Sentient AI
Sentient offers variety of Models for Text generation, Image generation/processing for both developers and users with state of the art capabilities in Math, Code, Text Summarization, Image analysis, Image Understanding and a lot more while maintaining the highest infrencing power seen in the Industry.
Language Models
Language Models are designed to generate human-like text, enabling seamless responses to a wide range of queries and tasks. They offer the fastest response time with highest level of inferencing and accurate responses thanks to their huge context lengths.
  • Sentient 8b-it
  • Sentient 9b-e
  • Sentient 70b
  • Sentient 24b-m
  • Sentient 17b-16e-i
Image Generation Models
Image generation models are trained on vast amount of images to be capable of generating high quality accurate images based on text prompts. While these models can take some time to generate images the result will are shocking and precise.
  • Sentig
Model Providers
Meta
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
Sentient
SQLDB
Flubel-Shop
Flubel-Dev
Xmage
Tech Partners
Google
Meta
OpenAI
Oracle
Mistral
Black Forest Labs
Developers
Fiend
© 2025, Flubel, Inc. All rights reserved. FlubelMC, Zenzing, SQLDB, Sentient, Flubel-Shop and its logo are Flubel’s trademarks or registered trademarks in the US and elsewhere.
Back to Top