Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aisudoapp/ai-model-providers
π A curated list of configurations for various free AI model providers.
https://github.com/aisudoapp/ai-model-providers
ai chatbot generative-ai gpt json llama openai stable-diffusion
Last synced: 3 months ago
JSON representation
π A curated list of configurations for various free AI model providers.
- Host: GitHub
- URL: https://github.com/aisudoapp/ai-model-providers
- Owner: aisudoapp
- License: mit
- Created: 2024-07-04T11:49:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T13:24:20.000Z (5 months ago)
- Last Synced: 2024-10-10T05:28:47.511Z (3 months ago)
- Topics: ai, chatbot, generative-ai, gpt, json, llama, openai, stable-diffusion
- Homepage: https://aisudo.com
- Size: 644 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Model Providers
This repository contains a list of several 3rd-party AI model providers configuration that compatible with AiSudo App.
Explore and test various AI models from different providers, all in one place. Browse through our list to find the perfect model for your project, and start building with ease.## What is AiSudo? <[https://aisudo.com](https://aisudo.com)>
AiSudo is a multi-platform client software for AI chat and image generation, all in one app. It supports various AI models from third-party providers.
![Screenshot AiSudo](https://raw.githubusercontent.com/aisudoapp/ai-model-providers/main/assets/screenshot-aisudo.jpg)## Usage
You only need raw JSON file at **providers** folder, which serve as **editable** model configuration.-> Clone the Repository or download the raw JSON file at **providers** folder.
-> Visit AiSudo, then [download](https://aisudo.com/) the app or use the [online web app](https://app.aisudo.com).In App instruction:
1. Click "(+) New Session"
2. Select "Load from JSON File"
3. Select the json file from **providers** folder above.## LLM Provider Configurations
[Claude 3 by Anthropic](https://github.com/aisudoapp/ai-model-providers/tree/main/providers/anthropic)## Folder & File Naming
```
providers
ββββprovider-name
| ββββ chat-completion (for specific model)
| β cc-base.json
| β tti-base.json
| β README.md
β
```- cc = Chat Completions
- tti = Text to ImageFor most case, the 'base.json' is enough.
The README.md also served as model information.## Limitations
- Currently, for the 3rd party models, AiSudo only support chat completions. We are working to expand our capabilities in the future.
- When using the model listed in this repository, you can ignore the request rate limit on your aisudo account, that limit is only for our official models.
- Request rate limits are dependent on the 3rd party provider and may vary. We recommend checking the provider's website for the most up-to-date information on request rates.
- The downside of using the 3rd party json is: you can't use AiSudo preset and language selection.## Privacy
We do not collect or store any data sent to third-party providers. Any data exchanged with these providers is not retained or saved in our database, ensuring that your information remains private and secure.
We only monitor login activity into our system to ensure the security and integrity of our platform. This limited monitoring is necessary to prevent unauthorized access and protect your account.
## π€ Contribute
We welcome contributions from the community. Whether you're adding new providers or models, or simply fixing typos and making small improvements, your input is valued. Once all changes have been addressed and tested we'll merge the pull request into the main branch and release the updates at a later time.