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)
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
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:
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:
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:
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.