Tool Translator++ 4.9.28 Standard Version / Developer Version

5.00 star(s) 2 Votes

ripno

Newbie
Jan 27, 2023
72
109
I tested it and all i got was 402 error message Payment Required. Read reddit post and apparently many users abused free tier by creating multiple accounts. So to use free api you have to deposit at least $5

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.
 

Hero_Protagonist

New Member
Apr 6, 2024
10
2
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
 

ripno

Newbie
Jan 27, 2023
72
109
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

Newbie
Jan 27, 2023
72
109
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?
 

Hero_Protagonist

New Member
Apr 6, 2024
10
2
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
 
5.00 star(s) 2 Votes