https://github.com/shliamb/ai-api-instruction
Instructions for the AI API - text + img, audio in and out, photo gen and edit
https://github.com/shliamb/ai-api-instruction
ai anthropic anthropic-claude api api-ai audio-transcription audio-translation chatgpt claude close-country dall-e gemini google google-ai no-vpn openai
Last synced: about 1 month ago
JSON representation
Instructions for the AI API - text + img, audio in and out, photo gen and edit
- Host: GitHub
- URL: https://github.com/shliamb/ai-api-instruction
- Owner: shliamb
- Created: 2024-09-17T20:43:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T08:30:32.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:29:02.624Z (about 1 year ago)
- Topics: ai, anthropic, anthropic-claude, api, api-ai, audio-transcription, audio-translation, chatgpt, claude, close-country, dall-e, gemini, google, google-ai, no-vpn, openai
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📡 Universal LLM API (OpenAI, Google, Anthropic, Grok)
### 🇷🇺 Русская версия
Это API предоставляет простой и удобный способ работать с ведущими LLM — OpenAI, Google, Anthropic и Grok. У каждого провайдера — свой отдельный эндпоинт, формат запросов и ответов полностью унифицирован.
Особенности:
- Единый формат интерфейса для разных провайдеров
- Раздельные эндпоинты для OpenAI, Google, Anthropic и Grok
- Быстрый доступ через Telegram-бота: @myapi_aibot (https://t.me/myapi_aibot)
- Бесплатный тестовый баланс после регистрации
📥 Как получить доступ:
Зарегистрируйтесь через телеграм-бота @myapi_aibot (https://t.me/myapi_aibot). После регистрации вам будет начислена небольшая сумма для тестирования.
🌐 Важно:
Во многих странах блокируется доступ как к самим LLM-сервисам, так и к популярным хостинг-провайдерам. Поэтому, если API долго не отвечает, возможно, IP сервера заблокирован на стороне вашего провайдера. В таком случае рекомендуется использовать прокси или VPN.
⚙️ Как получить актуальный IP сервера:
Напишите в телеграм-боте @myapi_aibot (https://t.me/myapi_aibot) и отправьте команду /help.
📁 Примеры использования доступны в папке `API-python-examples`.
---
### 🇬🇧 English Version
This API offers an easy way to interact with leading LLMs – OpenAI, Google, Anthropic, and Grok. Each provider has its own dedicated endpoint, while request and response formats are kept consistent across all of them.
Key Features:
- Unified interface format for different LLMs
- Separate endpoints for OpenAI, Google, Anthropic, and Grok
- Quick access via Telegram bot: @myapi_aibot (https://t.me/myapi_aibot)
- Free test balance after registration
📥 How to get access:
Register via the Telegram bot @myapi_aibot (https://t.me/myapi_aibot). A small test balance will be added to your account automatically.
🌐 Important note:
In many countries, access to major LLMs — and even to common hosting providers — may be restricted. If the API is not responding or taking too long, your ISP may be blocking our server’s IP. In this case, we recommend using a VPN or proxy.
⚙️ How to get the current API server IP:
Just send the /help command to the Telegram bot @myapi_aibot (https://t.me/myapi_aibot).
📁 See the `API-python-examples` folder for simple Python usage examples.