ading2210/vercel-llm-api
A reverse engineered Python API wrapper for the Vercel AI Playground, which provides free access to many large language models without needing an account.
This project helps Python developers integrate various large language models (LLMs) into their applications without needing individual API keys for each. It takes your text prompts or chat message sequences as input and provides generated text responses from models like OpenAI's GPT-3.5 Turbo or Cohere's Command Nightly. This is useful for developers who want to experiment with or use different LLMs in their Python projects, accessing them via the Vercel AI Playground.
186 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer who wants to quickly test or integrate various LLMs into your applications without managing multiple API keys or accounts.
Not ideal if you require authenticated access to 'pro' or 'hobby' tier models, or if you need to use specific models not freely available through the Vercel AI Playground.
Stars
186
Forks
15
Language
Python
License
GPL-3.0
Category
Last pushed
Oct 27, 2023
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/ading2210/vercel-llm-api"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.