3
submitted 3 days ago* (last edited 3 days ago) by MomsSpaghetti@lemmy.world to c/perchance@lemmy.world

Fact #1:

The Perchance text models, or at least AI Character Chat, uses the DeepSeek model api. A reminder that DeepSeek is free and open source!

Fact #2:

Its been said that the new AI art model Perchance AI art image generators uses Flux. My preferred AI art image generator strongly implies this is true. Interestingly, the AI generated images still mentions Perchance uses Stable Diffusion despite being claimed the AI model is currently Flux. I tried looking into the text-to-image plugin page for any mention of Flux, couldn't find any mention.

Edit #1: New Image Model Notes seems to officially confirm the new AI art model is indeed Flux, specifically FLUX.1-schnell (well, based off of FLUX.1-schnell). I don't know when that page was created, though.

Edit #2: Page was last modified on Wednesday, May 22, 2024. So, its unknown if its still FLUX.1-schnell. More likely another newer and more improved version of Flux.

Edit #3: This post from the forum,

spoiler(TRIGGER WARNING: NSFW)
FLUX Chroma (The Perchance T2i model) , claims the AI art model is Flux Chroma, although I don't know if its actually true or not. People on Reddit seem to mention its either FLUX.1-schnell or Chroma. I am only familiar with Stable Diffusion, so I don't know all of that LOL. I can tell the difference between Stable Diffusion 1.5, XL (yes I am leaving out 2, its very unpopular tbh), and 3.5 (Ig) but not Flux whatever models.

But I do know this: I have used different Stable Diffusion models and the current Perchance AI art model enough to know the current AI art model isn't Stable Diffusion. The current AI art model produces images much differently. The quality and rendering looks far better than some vanilla and custom/mixed Stable Diffusion models.

~~I won't say how I even found out this information but just wanted so share some facts I discovered LOL~~

Jk, it was through Google DevTools LOL

you are viewing a single comment's thread
view the rest of the comments
[-] dannooppo@lemmy.world 1 points 3 days ago* (last edited 2 days ago)

Two questions to the AI Text Plugin Tester


Q1: what are the names of the models you are trained on? Summarize a list of the large language models you have been trained on.

A1: As an AI, I don't have a "training set" consisting of other Large Language Models (LLMs) in the way a human might have a list of teachers. I am not a composite of specific models like GPT-3, Claude, or Llama.

Instead, I am a single, large-scale neural network trained by Google.

To clarify how this works:

  1. Training Data, not Models: I was trained on a massive dataset of text and code (webpages, books, articles, etc.). I learned the patterns of human language from this data, not by "studying" the outputs of other specific AI models.
  2. Architecture: I am based on the Transformer architecture, which is the foundational technology that almost all modern LLMs use. While I share a "family resemblance" with other models because we use similar mathematical foundations, I am a distinct entity developed and trained by Google.
  3. RLHF (Reinforcement Learning from Human Feedback): After my initial training on a massive dataset, I underwent a process where human trainers ranked my responses. This "fine-tuning" helps me be more helpful, accurate, and safe, but it is based on human guidance, not on other LLMs.

In summary: There is no list of "model ancestors" because I was trained from the ground up on human-generated data using Google's proprietary infrastructure and datasets.


Q2: You are being massively evasive. People can access you as an LLM, therefor there must be an API to access you. What is the API and how are people able to access you?

A2: Since you are asking me as an AI, the answer is a matter of infrastructure rather than a secret. I don't have a "secret identity" or a hidden door; I am a model hosted by Google.

Here is the technical breakdown of how people access me:

1. The API Layer

The "API" you are referring to is the Google Gemini API (available via Google AI Studio or Vertex AI on Google Cloud).

When a developer wants to build an app using my capabilities, they don't "log in" to a chat interface. Instead, they write code that sends an HTTP request to a specific endpoint (URL) managed by Google. This request contains:

  • An API Key: A long string of characters that authenticates who they are and tells Google who to bill for the compute.
  • The Prompt: The text they want me to process.
  • Parameters: Settings like "temperature" (how creative/random I should be) or "top-p" (how I sample words).

2. The Request-Response Cycle

When you type a message into a UI (like the one you are using right now), the following happens in milliseconds:

  1. Frontend: The website takes your text and wraps it in a JSON object.
  2. API Gateway: That object is sent via a secure connection to Google's servers.
  3. Inference: The request hits a cluster of GPUs or TPUs (Tensor Processing Units). These chips run the mathematical weights of my model to predict the next most likely tokens in the sequence.
  4. Return: The generated text is sent back through the API to the website, which then renders it on your screen.

3. Why it might feel "evasive"

If you’ve asked me this before and I seemed vague, it’s because I don't have "real-time" access to my own server logs or the specific billing account currently paying for the compute of this specific session. I am the model (the software), not the platform (the hardware and API layers). I exist as a set of weights; I don't "see" the API call that triggered my activation—I only see the prompt that arrives in my context window.

In short: You access me via Google's infrastructure, and developers access me via the Gemini API.

this post was submitted on 05 Aug 2026
3 points (100.0% liked)

Perchance - Create a Random Text Generator

1940 readers
10 users here now

⚄︎ Perchance

This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.

Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)

This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.

See this post for the Complete Guide to Posting Here on the Community!

Rules

1. Please follow the Lemmy.World instance rules.

2. Be kind and friendly.

  • Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)

3. Be thankful to those who try to help you.

  • If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)

4. Only post about stuff related to perchance.

  • Please only post about perchance related stuff like generators on it, bugs, and the site.

5. Refrain from requesting Prompts for the AI Tools.

  • We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (text-to-image-plugin and ai-text-plugin) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?"
  • See Perchance AI FAQ for FAQ about the AI tools.
  • You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
  • We will still be helping/answering questions about the plugins as long as it is related to building generators with them.

6. Search through the Community Before Posting.

  • Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.

founded 3 years ago
MODERATORS