forked from pollinations/pollinations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
funding.json
105 lines (105 loc) · 3.72 KB
/
funding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Pollinations.AI",
"email": "thomash@pollinations.ai",
"phone": "",
"description": "Pollinations.AI is the most easy-to-use, free image generation API available. No signups or API keys required. Embed like any normal image. Our platform serves over 50,000 active users and generates more than 8 million images per month. We integrate with various open-source LLMs, bots, and communities, offering a free and open-source API that users can also self-host.",
"webpageUrl": {
"url": "https://pollinations.ai"
}
},
"projects": [
{
"guid": "pollinations-ai",
"name": "Pollinations.AI",
"description": "An open-source platform for generative AI, focusing on image generation. Our platform serves over 50,000 active users and generates more than 8 million images per month. We integrate with various open-source LLMs, bots, and communities, offering a free and open-source API that users can also self-host.",
"webpageUrl": {
"url": "https://pollinations.ai"
},
"repositoryUrl": {
"url": "https://raw.githubusercontent.com/pollinations/pollinations",
"wellKnown": "https://raw.githubusercontent.com/pollinations/pollinations/refs/heads/master/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"ai",
"generative-ai",
"open-source",
"creativity",
"api"
]
}
],
"funding": {
"channels": [
{
"guid": "bank-transfer",
"type": "bank",
"address": "",
"description": "Please contact us for bank transfer details."
},
{
"guid": "paypal",
"type": "payment-provider",
"address": "https://paypal.me/pollinations",
"description": "Send payments via PayPal."
},
{
"guid": "buymeacoffee",
"type": "payment-provider",
"address": "https://buymeacoffee.com/pollinations",
"description": "Support us by buying a coffee!"
}
],
"plans": [
{
"guid": "infrastructure-support",
"status": "active",
"name": "Infrastructure Support",
"description": "Help cover our server and GPU infrastructure costs to keep Pollinations.AI free and accessible. Our monthly GPU costs are approximately $3000.",
"amount": 3000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"bank-transfer",
"paypal",
"buymeacoffee"
]
},
{
"guid": "developer-fund",
"status": "active",
"name": "Developer Fund",
"description": "Support our team in continuing to develop and improve Pollinations.AI. Our monthly developer costs are approximately $4000.",
"amount": 4000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"bank-transfer",
"paypal",
"buymeacoffee"
]
},
{
"guid": "open-source-contribution",
"status": "active",
"name": "Open Source Contribution",
"description": "Contribute any amount to support our open-source development efforts and help maintain our free, self-hostable API.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"bank-transfer",
"paypal",
"buymeacoffee"
]
}
],
"history": null
}
}