Skip to main content

freeGPT provides free access to text and image generation models.

Project description

PyPI Downloads Status

freeGPT

freeGPT provides free access to text and image generation models.

There is also an official Discord bot.

Getting Started:

python -m pip install -U freeGPT

Sources:

Model Website
gpt3 chat9.yqcloud.top
gpt4 you.com
gpt3_5 vitalentum.net
prodia prodia.com
pollinations pollinations.ai

Support this repository:

Examples:

Text Completion:

from freeGPT import Client

while True:
    prompt = input("👦: ")
    try:
        resp = Client.create_completion("MODEL", prompt)
        print(f"🤖: {resp}")
    except Exception as e:
        print(f"🤖: {e}")

Image Generation:

from freeGPT import Client
from PIL import Image
from io import BytesIO

while True:
    prompt = input("👦: ")
    try:
        resp = Client.create_generation("MODEL", prompt)
        Image.open(BytesIO(resp)).show()
        print(f"🤖: Image shown.")
    except Exception as e:
        print(f"🤖: {e}")

Star History Chart:

Star History Chart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freeGPT-1.3.5.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

freeGPT-1.3.5-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file freeGPT-1.3.5.tar.gz.

File metadata

  • Download URL: freeGPT-1.3.5.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for freeGPT-1.3.5.tar.gz
Algorithm Hash digest
SHA256 1c9e854109f1984037e9222feed5e027dd26a8949e2422fc9bc6e55c55f056c1
MD5 dc242ee59925e0b4da04abc1db44e0e1
BLAKE2b-256 af88280c601fffc7f9b00bdebf16a55b5f06f5de859da2d743bae41ca3f5fe25

See more details on using hashes here.

File details

Details for the file freeGPT-1.3.5-py3-none-any.whl.

File metadata

  • Download URL: freeGPT-1.3.5-py3-none-any.whl
  • Upload date:
  • Size: 19.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for freeGPT-1.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e7dcf6955cb8f5024557892312ede98e319e2e54d232cce022f90b61a6af71f5
MD5 aa6195bb661617f9420cdbe7a8a2a788
BLAKE2b-256 51b90349a029cb51a25dee346ad07df0ac1dabf3dc9859d86b3c86910d2a2f02

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page