Mono API: ChatGPT API without token fees

Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and…

Mono API: ChatGPT API without token fees क्या है?

Mono API: ChatGPT API without token fees https://livechatwith.us/mono द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mono API: ChatGPT API without token fees एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and more

With Mono API, you can make API calls with long prompts and receive completions containing many tokens without worrying about the cost of tokens. For example, language translation, processing, cleaning of raw data

This is a great solution to save on token costs when automatically processing documents with many tokens, or as a backup option for official API services, and to maximize the use of free resources from Bing Chat, Google Bard and Copilot

Especially, when one or several AI services experience issues or are down, the auto-switching feature between engines always helps keep your application stable, safe, and as fail-safe as possible

For instance, when ChatGPT is overloaded, Mono API can automatically transfer your prompt to other platforms like Google Bard, Bing Chat, or Claude to ensure you always receive a completion.                    

एक्सटेंशन की मूल जानकारी

नाम Mono API: ChatGPT API without token fees Mono API: ChatGPT API without token fees
ID deoamklhjihadkkpecgiebmjidhjoogl
आधिकारिक URL https://chromewebstore.google.com/detail/mono-api-chatgpt-api-with/deoamklhjihadkkpecgiebmjidhjoogl
विवरण Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and…
फ़ाइल का आकार 120 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.21
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2023-11-23
डेवलपर https://livechatwith.us/mono
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://livechatwith.us/mono
सहायता पृष्ठ URL https://livechatwith.us/monoapi
गोपनीयता नीति पृष्ठ URL https://livechatwith.us/tos.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mono API: ChatGPT API without token fees",
    "version": "0.21",
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/bard.google.com\/*",
                "*:\/\/claude.ai\/*",
                "*:\/\/livechatwith.us\/*",
                "*:\/\/poe.com\/*",
                "*:\/\/grok.x.ai\/*",
                "*:\/\/pi.ai\/*",
                "*:\/\/copilot.microsoft.com\/*"
            ],
            "js": [
                "api.min.js",
                "binding.min.js",
                "bundle.min.js",
                "client.api.min.js",
                "client.min.js",
                "content.min.js",
                "fuse.min.js",
                "host.min.js",
                "html.min.js",
                "junkflag.js",
                "listening.api.min.js",
                "port.min.js",
                "request.min.js",
                "restful.min.js",
                "server.api.min.js",
                "server.min.js"
            ]
        }
    ]
}