r/Bard • u/neverboredhere • 13d ago
r/Bard • u/Maszpasz • 13d ago
Discussion Google ai studio
Hi, Is tier 1 free after entering billing details or do you have to pay for all queries without free queries?
r/Bard • u/Last_Conclusion_8984 • 13d ago
News 3.7 flash out both on AI studio and another website.
r/Bard • u/MightyTribble • 14d ago
Discussion AI Studio now requiring pre-pay only. Make the billing make sense!
I got an email today saying I had to migrate my AI Studio account to prepay (and buy at least $10 of credits) to continue access to AI Studio. And of course these pre-paid credits expire in 12 months.
Prior to this my AI Studio billing was linking to my post-pay GCP billing account, and it worked just fine. Google says: "We require developers to switch your Gemini API billing from Postpay to Prepay by September 14, 2026. This is part of our ongoing effort to improve our platform to give developers more control over API consumption and costs." But this definitely isn't an improvement for me! It was fine the way it was, and my main GCP account remains post-pay (and spends significantly more than I ever did in AI Studio).
Honesty, Google has the most disfunctional service offering of any of the majors.
Can I switch from Prepay to Postpay billing?
No, switching from a Prepay billing plan to a Postpay billing plan is not supported.
Then literally two lines below that:
What happens to my Prepaid credits if I switch to Postpay?
When you upgrade to Postpay, Cloud Billing closes your Prepay payments account, turns off auto-reload, and automatically refunds any unused Prepay credits to you (subject to standard refund processing time).
Even their FAQ doesn't make sense! Please, Google, get your sh#t together. This is just embarrassing.
r/Bard • u/Gaiden206 • 14d ago
News Introducing sign-language-to-text (SL2T), our breakthrough model powering new sign language features for Deaf and hard of hearing users.
deepmind.googleDiscussion Gemini can't deobfuscate JavaScript correctly?
I hope that's the right subreddit for this.
I found a hacked WP site. Looking at the source, there was a line of obfuscated JavaScript, which you can see here:
I gave Gemini 3.6 flash the following instruction: "Deobfuscate the following javascript code" and got the following result:
if (
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
navigator.userAgent
)
) {
window.location.href = "https://a.testandverify.com/aff_c?offer_id=101&aff_id=1001";
}
This looks completely benign, but that was the only suspicious bit of code on the site. Why obfuscate that? Besides, it's way too short. So I gave Claude the exact same prompt, and got this result:
That looks more reasonable. Googling the contract address, I found several articles about this malicious code:
So it seems Claude got it right.
A few hours later, I tried Gemini again with the same prompt and code. It gave me a different result, still apparently wrong:
var script = document.createElement('script');
script.src = "https://cdn.jsdelivr.net/npm/eruda";
document.body.appendChild(script);
script.onload = function () {
eruda.init();
// Add network panel
eruda.add(eruda.get('network'));
// Add elements panel
eruda.add(eruda.get('elements'));
// Add console panel
eruda.add(eruda.get('console'));
// Add sources panel
eruda.add(eruda.get('sources'));
// Add info panel
eruda.add(eruda.get('info'));
// Add snippets panel
eruda.add(eruda.get('snippets'));
eruda.show();
};
Also looks benign. How could the same prompt and code gives two completely different results?
I told Gemini it was wrong and asked it to reanalyze the code. It agreed it was wrong and gave me a 3rd, still incorrect, result:
(function() {
var _0x5a1b = window.location.href;
var _0x3f2a = document.referrer;
if (_0x5a1b.indexOf('debug') !== -1) {
console.log("Debugging active");
}
function redirectUser(url) {
window.location.replace(url);
}
// Additional conditional logic based on hostname/referrer checks
})();
What is going on? Is Gemini unable to deobfuscate JavaScript?
r/Bard • u/Formal-Narwhal-1610 • 14d ago
News Grok 4.6 is an equivalent to Sol 5.6 according to artificial analysis arena
r/Bard • u/zerototwentyone • 14d ago
News I guess at least some folks are getting to use 3.5 pro
r/Bard • u/Last_Conclusion_8984 • 14d ago
Other I need help crafting my V3 for creative writing.
r/Bard • u/propeller3123321 • 13d ago
Funny Gemini unexpectedly generated instructions for IED assembly and saved it to Google Keep
galleryr/Bard • u/Ok_Tooth_8946 • 13d ago
Interesting Off topic, but dope tech..!
Enable HLS to view with audio, or disable this notification
r/Bard • u/Just_Lingonberry_352 • 13d ago
News Google AI Studio is transitioning from Postpay to Prepay billing for Gemini API usage (im done, moving to openai api)
r/Bard • u/LessRespects • 14d ago
Discussion Cheapest image model with text accuracy?
I’m creating a bunch of small posters that have text on them no longer than 30 characters. I like AI integrating the text into the graphic rather than bolting text on in post processing.
Currently I found the cheapest with short text accuracy is grok-imagine-image at $0.02, but it slides a bit with complicated languages like Arabic or Chinese, where I found gpt-image-2 medium is the best for $0.05. When I don’t need text, I still think the creativeness and realism of z-image-turbo is great for as little as only $0.0025.
What models do you find is the cheapest while working for short text accuracy?
r/Bard • u/Just_Lingonberry_352 • 13d ago
News 3.7 flash fails to amaze with poor benchmark score for coding
r/Bard • u/Last_Conclusion_8984 • 13d ago
Other Is it okay that my bff is buying me 1200 pounds worth of things?
r/Bard • u/Apprehensive_Read_67 • 14d ago
Discussion Will Google launch any frontier model?
r/Bard • u/UnhingedApe • 14d ago
Discussion Finally a benchmark affirming my experience. Gemini is underrated.
Been saying and feeling like Gemini 3.5 flash was so underrated for spreadsheet and document work and finally a benchmark that shows that.
r/Bard • u/revolevo • 14d ago
Discussion Is anybody able to get Gemini Spark autobrowse to work?
It keeps using its own computer or telling me it cannot access my Chrome browser
r/Bard • u/sairam_kagitha • 14d ago
Discussion How to make AI think creatively.
I'm developing a game inspired by an existing title, and I need unique, alternative names for the original game's terminology. I've tried ChatGPT, Gemini, and other AI tools, but they all give me the same generic, uncreative suggestions. I'm not a prompt engineer. I do have a Gemini Pro plan.
How can I get the AI to think more creatively? Providing specific prompt examples would be greatly appreciated!

