forked from pollinations/pollinations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
85 lines (85 loc) · 3.9 KB
/
funding.json
File metadata and controls
85 lines (85 loc) · 3.9 KB
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
{
"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 image generation API available. Simple pollen-based credits with daily grants for developers. 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 an 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 an open-source API with daily pollen grants 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 accessible with daily pollen grants for developers. 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 pollen-based, self-hostable API.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["bank-transfer", "paypal", "buymeacoffee"]
}
],
"history": null
}
}