Tool Translator++ 4.9.28 Standard Version / Developer Version

5.00 star(s) 2 Votes

Hero_Protagonist

New Member
Apr 6, 2024
11
3
22
Hi, I just want to ask—what AI model and server are you using? If you're using a ChatGPT account, I assume that requires a subscription, right?

Personally, I’m using free services like Chutes.ai. . You just need to register—no subscription needed. After registering, you’ll even get a free API key, just like I did. It's been quite handy for my translation work.
I used chutes.ai I just put my api key to config file and run python script. I got nothing so i just print response and got this:
<ClientResponse( ) [402 Payment Required]>
<CIMultiDictProxy('Server': 'nginx', 'Date': 'Tue, 08 Jul 2025 16:07:50 GMT', 'Content-Type': 'application/json', 'Content-Length': '141', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'GET, POST, OPTIONS, PUT, DELETE, PATCH', 'Via': '1.1 google', 'Alt-Svc': 'clear')>
Then I tested it with my local lm (vntl-llama3-8b) and it surprisingly worked but quality was worse than if I translate it line by line
 

Calevala

Newbie
Oct 23, 2021
21
6
22
Hello. How to use this program with LM Studio?
Im downloaded gemma 3 and started local host. How to use LLM on app?
 

ripno

Member
Jan 27, 2023
112
288
131
I used chutes.ai I just put my api key to config file and run python script. I got nothing so i just print response and got this:
<ClientResponse( ) [402 Payment Required]>
<CIMultiDictProxy('Server': 'nginx', 'Date': 'Tue, 08 Jul 2025 16:07:50 GMT', 'Content-Type': 'application/json', 'Content-Length': '141', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'GET, POST, OPTIONS, PUT, DELETE, PATCH', 'Via': '1.1 google', 'Alt-Svc': 'clear')>
Then I tested it with my local lm (vntl-llama3-8b) and it surprisingly worked but quality was worse than if I translate it line by line
Oh, I see! I just learned about the 402 error myself—I've personally never encountered it before. Maybe try registering again with a new name; hopefully that'll work.
 

ripno

Member
Jan 27, 2023
112
288
131
You can use "gpt4all text complete" plugin. It simple you just need to fill in url. Or you can write your own plugin. This way you can tune it better.
Just wondering—does GPT4All only work as a fully local model, or can it also connect to an online server? If it can run online, is there some workaround that allows free access?
 
  • Like
Reactions: maxi456

Hero_Protagonist

New Member
Apr 6, 2024
11
3
22
Just wondering—does GPT4All only work as a fully local model, or can it also connect to an online server? If it can run online, is there some workaround that allows free access?
I think you can connect to cloud server for example. Main limitation is that it can only work with gpt formatted responses. If your model gives your different formatting you'll need to edit this plugin. In hte newest version of T++ there is a more flexible plugin called OpenAI Chat or something
 

ripno

Member
Jan 27, 2023
112
288
131


From Today (July 2nd 2025), we are requiring all NEW signups to Chutes to add $5 USD or more in balance (either through TAO or Fiat) in order to access the base, free tier. From this time next week, all accounts will be required to do the same, even pre-existing ones, in order to regulate/defer spam.

:cry::cry::cry:
 
Last edited:

wsg123

Newbie
Mar 4, 2022
30
14
132
Hello, my friends!, could you share some places that offer free provider APIs?
T++ DeepL plugin acting up, and AI models give much better translations these days.
If you want to know more.
I'll start by sharing some popular free providers I'm using now, along with how many free calls you get per day:
(250/day)
( No longer free )
(100/day)
(50/day)
Chutes used to be unlimited, but then one day it changed – now it's just 200/day.
So, friends, can you share any more generous providers?
If you're willing to share, I'd really appreciate it.
A new provider:
(40 calls per minute, seems unlimited).
If you know any other free API providers, feel free to share!
 

wsg123

Newbie
Mar 4, 2022
30
14
132
How to use in t++?
Pls
T++? I haven't used that in ages.
Right now I'm using my own translation script, but the format should be the same.

In the T++ Openai plug-in:
Base URL: Enter
Model Name: Enter the model name, e.g. deepseek-ai/deepseek-r1-0528
API Key: Enter your key
 
  • Like
Reactions: Garter2269

ripno

Member
Jan 27, 2023
112
288
131
T++? I haven't used that in ages.
Right now I'm using my own translation script, but the format should be the same.
So you're not using Translator++ anymore? Just curious—what kind of setup are you using for your custom translation script?
Would it be okay if I ask for a copy, or at least some details about how it works?
 

wsg123

Newbie
Mar 4, 2022
30
14
132
So you're not using Translator++ anymore? Just curious—what kind of setup are you using for your custom translation script?
Would it be okay if I ask for a copy, or at least some details about how it works?
Yeah, these are my two translation scripts. Feel free to take a look.
Here's my approach: View attachment tr.zip
  1. Export the text to an Excel file using T++ or another rpy to Excel tool.
  2. Use the Excel script to translate everything.
  3. After translating, either import it back into T++ or write it directly into the rpy file.
The other script is a manual version. You need to:
  1. Manually copy a batch of text for translation.
  2. Paste it into Excel or T++ to translate it.
But we use different languages and you may need some translations.
 

wsg123

Newbie
Mar 4, 2022
30
14
132
their model pool seems to be very limited
I get that, but a model with over 100B parameters can easily handle any translation task.
It's way better than Google Translate.
For other purposes like programming or daily use, we've got so many better options.
 

nescauuzinha

Member
Jul 17, 2020
168
86
152
Guys, can anyone recommend me a good program to translate games with www folders? I used "mtool", but the translation is very wrong, very small letters, meaningless sentences...
 

Entai2965

Member
Jan 12, 2020
173
517
170
  • Like
Reactions: CAT0X0
5.00 star(s) 2 Votes