neurogen-dev / NeuroGPT

Free ChatGPT 3.5 / ChatGPT 4 | Free OpenAI / ChatGPT API

Home Page:https://discord.gg/BGggQWZUNW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeuroGPT

Your API access to ChatGPT.

· Wiki · Web Site · Online Chat · Change Log ·

windows linux macos
telegram telegram_chat


Support the project:
neurogen_boosty

About NeuroAPI

Core of the project. Reverse API server compatible with OpenAI API format. Freemium. Multiple hundreds of providers.

Docs

NeuroAPI Docs (EN)

NeuroAPI Docs (RU)

Endpoint:

https://neuroapi.host

or

https://neuroapi.host/v1

Limits:

Once you have registered your personal account, you will have $30 available for the first month. On the first day of the following month, your balance will be updated, and you will receive another $30. We have implemented these limits due to the increasing demand on our service and to prevent misuse. We use the original pricing system for tokens, which is the same as the one used by OpenAI. If the free limits are not sufficient for your needs, you can support us by subscribing to Boosty. As a token of appreciation, you will receive extended limits based on your subscription level. Here are the available tiers:

• Tier 1: $10/month, providing $60 monthly.

• Tier 2: $20/month, providing $120 monthly.

• Tier 3: $100/month, providing $700 monthly. Subscribers at this tier also gain access to separate private providers and receive personalized support.

Supported models

We currently support the following models:

GPT models:

• gpt-3.5-turbo

• gpt-3.5-turbo-0613

• gpt-3.5-turbo-1106

• gpt-3.5-turbo-16k

• gpt-3.5-turbo-16k-0613

• gpt-4

• gpt-4-0613

• gpt-4-1106-preview (Temporary offline)

• gpt-4-32k (for Boosty subscribers)

• gpt-4-32k-0613 (for Boosty subscribers)

Image Generation models:

• 3guofeng3_v3.4

• absolutereality_v1.6

• absolutereality_v1.8.1

• amIReal_v4.1

• analog_diffusion_v1

• anything_v3.0

• anything_v4.5

• anything_V5

• abyss_orangemix_v3

• blazing_drive_v10g

• cetusmix_v35

• childrensStories_v1_3D

• childrensStories_v1_SemiReal

• childrensStories_v1_ToonAnime

• Counterfeit_v3.0

• cuteyukimix_midchapter3

• cyberrealistic_v3.3

• dalcefo_v4

• deliberate_v2

• deliberate_v3

• dreamlike_anime_v1.0

• dreamlike_diffusion_v1.0

• dreamlike_photoreal_v2.0

• dreamshaper_v6

• dreamshaper_v7

• dreamshaper_v8

• edgeOfRealism_eor_v2.0

• EimisAnimeDiffusion_v1

• elldreths-vivid

• epicrealism_natural_Sin_RC1

• ICantBelieveItsNotPhotography_seco

• juggernaut_aftermath

• lofi_v4

• lyriel_v1.6

• majicmixRealistic_v4

• mechamix_v1.0

• meinamix_v9

• meinamix_v11

• neverendingDream_v1.22

• openjourney_v4

• pastelMixStylizedAnime_pruned

• portraitplus_v1.0

• protogen_x3.4

• Realistic_Vision_v1.4

• Realistic_Vision_v2.0

• Realistic_Vision_v4.0

• Realistic_Vision_v5.0

• redshift_diffusion_v1.0

• revAnimated_v1.2.2

• rundiffusionFX_v2.5D_v1.0

• rundiffusionFX_photorealistic_v1.0

• StableDiffusion_v1.4

• Stable_Diffusion_v1.5

• shoninsBeautiful_v1.0

• theallys_mix_v2

• timeless_v1.0

• toonyou_beta6

Image generation capability implemented with support from VisionCraft

Follow us

Our Discord server Telegram

How generate API key

  1. Visit the main page of our service: neuroapi.host.
  2. Choose Login from the menu, then click on Click to register to register your account.
  3. After registration, in the top menu, select Token and then Add New Token.
  4. Fill in the following details:
    • Name: Enter the name for your API key.
    • Expiration time: Click on the "Never Expires" button or choose a suitable option for you.
    • Quota: Click on the "Set to unlimited quota" button.
  5. Click Submit to create the token.
  6. Once again, click on Token at the top, and next to your key, click the Copy button.

You have now successfully obtained your API key! Make sure to keep it secure and use it responsibly.

default.mp4

About NeuroGPT

PC app configured to use ChatGPT with our API. Based on ChatGPT Next Web.

  • Dialog context
  • Dialog history
  • Setting generation parameters for GPT models
  • Built-in prompt templates and jailbreaks for various tasks

Local launch

Before starting, you must create a new .env file at project root, and place your api key into it:

OPENAI_API_KEY=<your api key here>

# if you are not able to access openai service, use this BASE_URL
BASE_URL=https://neuroapi.host
# 1. install nodejs and yarn first
# 2. config local env vars in `.env.local`
# 3. run
yarn install
yarn dev

Then open http://127.0.0.1:3000 in your browser


Star History Chart

LICENSE

MIT

About

Free ChatGPT 3.5 / ChatGPT 4 | Free OpenAI / ChatGPT API

https://discord.gg/BGggQWZUNW

License:MIT License


Languages

Language:TypeScript 87.5%Language:SCSS 11.3%Language:JavaScript 0.7%Language:Shell 0.4%Language:Rust 0.1%