返回提交历史
Modified
docs/providers-and-models.md
+9
-4
XFEstudio/gpt4free
Updated (docs/providers-and-models.md)
3b4934f1
代码差异
1 个文件
+9
-4
@@ -1,10 +1,11 @@
1
1
2
2
3
3
4
## 🚀 Providers and Models
4
5
- [Providers](#Providers)
5
6
- [Models](#models)
6
- [Text Model](#textmodel)
7
- [Image Model](#imagemodel)
7
- [Text Model](#text-model)
8
- [Image Model](#image-model)
8
9
9
10
---
10
11
#### Providers
@@ -105,7 +106,7 @@
105
106
---
106
107
107
108
### Models
108
#### TextModel
109
#### Text Model
109
110
|Model|Base Provider|Provider|Website|
110
111
|--|--|--|-|
111
112
|gpt-3|OpenAI|1+ Providers|[platform.openai.com](https://platform.openai.com/docs/models/gpt-base)|
@@ -195,7 +196,7 @@
195
196
|tinyllama-1.1b|TinyLlama|1+ Providers|[huggingface.co](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)|
196
197
|cybertron-7b|TheBloke|1+ Providers|[huggingface.co](https://huggingface.co/fblgit/una-cybertron-7b-v2-bf16)|
197
198
---
198
### ImageModel
199
### Image Model
199
200
|Model|Base Provider|Provider|Website|
200
201
|--|--|--|-|
201
202
|sdxl|Stability AI|3+ Providers|[huggingface.co](https://huggingface.co/docs/diffusers/en/using-diffusers/sdxl)|
@@ -216,3 +217,7 @@
216
217
|dalle-mini||1+ Providers|[huggingface.co](https://huggingface.co/dalle-mini/dalle-mini)|
217
218
|emi||1+ Providers|[]()|
218
219
|any-dark||1+ Providers|[]()|
220
221
222
223
[Return to Home](/)