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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |