@dexcost/sdk 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +210 -0
  3. package/dist/adapters/_netbytes.d.ts +31 -0
  4. package/dist/adapters/_netbytes.d.ts.map +1 -0
  5. package/dist/adapters/_netbytes.js +154 -0
  6. package/dist/adapters/_netbytes.js.map +1 -0
  7. package/dist/adapters/aws-lambda.d.ts +41 -0
  8. package/dist/adapters/aws-lambda.d.ts.map +1 -0
  9. package/dist/adapters/aws-lambda.js +65 -0
  10. package/dist/adapters/aws-lambda.js.map +1 -0
  11. package/dist/adapters/browser.d.ts +52 -0
  12. package/dist/adapters/browser.d.ts.map +1 -0
  13. package/dist/adapters/browser.js +127 -0
  14. package/dist/adapters/browser.js.map +1 -0
  15. package/dist/adapters/compute-wrap.d.ts +33 -0
  16. package/dist/adapters/compute-wrap.d.ts.map +1 -0
  17. package/dist/adapters/compute-wrap.js +188 -0
  18. package/dist/adapters/compute-wrap.js.map +1 -0
  19. package/dist/adapters/data/aws_lambda_pricing.json +61 -0
  20. package/dist/adapters/gpu-wrap.d.ts +31 -0
  21. package/dist/adapters/gpu-wrap.d.ts.map +1 -0
  22. package/dist/adapters/gpu-wrap.js +147 -0
  23. package/dist/adapters/gpu-wrap.js.map +1 -0
  24. package/dist/adapters/http.d.ts +58 -0
  25. package/dist/adapters/http.d.ts.map +1 -0
  26. package/dist/adapters/http.js +769 -0
  27. package/dist/adapters/http.js.map +1 -0
  28. package/dist/adapters/index.d.ts +11 -0
  29. package/dist/adapters/index.d.ts.map +1 -0
  30. package/dist/adapters/index.js +12 -0
  31. package/dist/adapters/index.js.map +1 -0
  32. package/dist/adapters/network-accountant.d.ts +63 -0
  33. package/dist/adapters/network-accountant.d.ts.map +1 -0
  34. package/dist/adapters/network-accountant.js +153 -0
  35. package/dist/adapters/network-accountant.js.map +1 -0
  36. package/dist/cli/index.d.ts +13 -0
  37. package/dist/cli/index.d.ts.map +1 -0
  38. package/dist/cli/index.js +225 -0
  39. package/dist/cli/index.js.map +1 -0
  40. package/dist/cli/scanner.d.ts +39 -0
  41. package/dist/cli/scanner.d.ts.map +1 -0
  42. package/dist/cli/scanner.js +480 -0
  43. package/dist/cli/scanner.js.map +1 -0
  44. package/dist/clients.d.ts +54 -0
  45. package/dist/clients.d.ts.map +1 -0
  46. package/dist/clients.js +240 -0
  47. package/dist/clients.js.map +1 -0
  48. package/dist/cloud-detect.d.ts +96 -0
  49. package/dist/cloud-detect.d.ts.map +1 -0
  50. package/dist/cloud-detect.js +545 -0
  51. package/dist/cloud-detect.js.map +1 -0
  52. package/dist/core/auto-task.d.ts +20 -0
  53. package/dist/core/auto-task.d.ts.map +1 -0
  54. package/dist/core/auto-task.js +34 -0
  55. package/dist/core/auto-task.js.map +1 -0
  56. package/dist/core/cgroup-reader.d.ts +45 -0
  57. package/dist/core/cgroup-reader.d.ts.map +1 -0
  58. package/dist/core/cgroup-reader.js +124 -0
  59. package/dist/core/cgroup-reader.js.map +1 -0
  60. package/dist/core/cgroup-walker.d.ts +60 -0
  61. package/dist/core/cgroup-walker.d.ts.map +1 -0
  62. package/dist/core/cgroup-walker.js +166 -0
  63. package/dist/core/cgroup-walker.js.map +1 -0
  64. package/dist/core/compute-accountant.d.ts +51 -0
  65. package/dist/core/compute-accountant.d.ts.map +1 -0
  66. package/dist/core/compute-accountant.js +179 -0
  67. package/dist/core/compute-accountant.js.map +1 -0
  68. package/dist/core/compute-runtime.d.ts +42 -0
  69. package/dist/core/compute-runtime.d.ts.map +1 -0
  70. package/dist/core/compute-runtime.js +80 -0
  71. package/dist/core/compute-runtime.js.map +1 -0
  72. package/dist/core/config.d.ts +44 -0
  73. package/dist/core/config.d.ts.map +1 -0
  74. package/dist/core/config.js +66 -0
  75. package/dist/core/config.js.map +1 -0
  76. package/dist/core/context.d.ts +76 -0
  77. package/dist/core/context.d.ts.map +1 -0
  78. package/dist/core/context.js +91 -0
  79. package/dist/core/context.js.map +1 -0
  80. package/dist/core/fargate-metadata.d.ts +27 -0
  81. package/dist/core/fargate-metadata.d.ts.map +1 -0
  82. package/dist/core/fargate-metadata.js +102 -0
  83. package/dist/core/fargate-metadata.js.map +1 -0
  84. package/dist/core/gpu-accountant.d.ts +104 -0
  85. package/dist/core/gpu-accountant.d.ts.map +1 -0
  86. package/dist/core/gpu-accountant.js +383 -0
  87. package/dist/core/gpu-accountant.js.map +1 -0
  88. package/dist/core/gpu-runtime.d.ts +58 -0
  89. package/dist/core/gpu-runtime.d.ts.map +1 -0
  90. package/dist/core/gpu-runtime.js +131 -0
  91. package/dist/core/gpu-runtime.js.map +1 -0
  92. package/dist/core/heuristics.d.ts +74 -0
  93. package/dist/core/heuristics.d.ts.map +1 -0
  94. package/dist/core/heuristics.js +182 -0
  95. package/dist/core/heuristics.js.map +1 -0
  96. package/dist/core/models.d.ts +149 -0
  97. package/dist/core/models.d.ts.map +1 -0
  98. package/dist/core/models.js +226 -0
  99. package/dist/core/models.js.map +1 -0
  100. package/dist/core/nvml-reader.d.ts +114 -0
  101. package/dist/core/nvml-reader.d.ts.map +1 -0
  102. package/dist/core/nvml-reader.js +323 -0
  103. package/dist/core/nvml-reader.js.map +1 -0
  104. package/dist/core/session.d.ts +48 -0
  105. package/dist/core/session.d.ts.map +1 -0
  106. package/dist/core/session.js +123 -0
  107. package/dist/core/session.js.map +1 -0
  108. package/dist/core/tracker.d.ts +364 -0
  109. package/dist/core/tracker.d.ts.map +1 -0
  110. package/dist/core/tracker.js +1073 -0
  111. package/dist/core/tracker.js.map +1 -0
  112. package/dist/data/compute_prices.json +180 -0
  113. package/dist/data/egress_prices.json +418 -0
  114. package/dist/data/gpu_prices.json +412 -0
  115. package/dist/data/service_prices.json +2595 -0
  116. package/dist/dev-console.d.ts +12 -0
  117. package/dist/dev-console.d.ts.map +1 -0
  118. package/dist/dev-console.js +60 -0
  119. package/dist/dev-console.js.map +1 -0
  120. package/dist/index.d.ts +52 -0
  121. package/dist/index.d.ts.map +1 -0
  122. package/dist/index.js +61 -0
  123. package/dist/index.js.map +1 -0
  124. package/dist/instruments/anthropic.d.ts +26 -0
  125. package/dist/instruments/anthropic.d.ts.map +1 -0
  126. package/dist/instruments/anthropic.js +242 -0
  127. package/dist/instruments/anthropic.js.map +1 -0
  128. package/dist/instruments/bedrock.d.ts +29 -0
  129. package/dist/instruments/bedrock.d.ts.map +1 -0
  130. package/dist/instruments/bedrock.js +215 -0
  131. package/dist/instruments/bedrock.js.map +1 -0
  132. package/dist/instruments/cohere.d.ts +29 -0
  133. package/dist/instruments/cohere.d.ts.map +1 -0
  134. package/dist/instruments/cohere.js +237 -0
  135. package/dist/instruments/cohere.js.map +1 -0
  136. package/dist/instruments/gemini.d.ts +30 -0
  137. package/dist/instruments/gemini.d.ts.map +1 -0
  138. package/dist/instruments/gemini.js +247 -0
  139. package/dist/instruments/gemini.js.map +1 -0
  140. package/dist/instruments/index.d.ts +35 -0
  141. package/dist/instruments/index.d.ts.map +1 -0
  142. package/dist/instruments/index.js +54 -0
  143. package/dist/instruments/index.js.map +1 -0
  144. package/dist/instruments/mcp.d.ts +24 -0
  145. package/dist/instruments/mcp.d.ts.map +1 -0
  146. package/dist/instruments/mcp.js +459 -0
  147. package/dist/instruments/mcp.js.map +1 -0
  148. package/dist/instruments/openai.d.ts +26 -0
  149. package/dist/instruments/openai.d.ts.map +1 -0
  150. package/dist/instruments/openai.js +221 -0
  151. package/dist/instruments/openai.js.map +1 -0
  152. package/dist/instruments/vercel-ai.d.ts +28 -0
  153. package/dist/instruments/vercel-ai.d.ts.map +1 -0
  154. package/dist/instruments/vercel-ai.js +192 -0
  155. package/dist/instruments/vercel-ai.js.map +1 -0
  156. package/dist/integrations/langchain.d.ts +65 -0
  157. package/dist/integrations/langchain.d.ts.map +1 -0
  158. package/dist/integrations/langchain.js +165 -0
  159. package/dist/integrations/langchain.js.map +1 -0
  160. package/dist/middleware/express.d.ts +55 -0
  161. package/dist/middleware/express.d.ts.map +1 -0
  162. package/dist/middleware/express.js +101 -0
  163. package/dist/middleware/express.js.map +1 -0
  164. package/dist/middleware/index.d.ts +6 -0
  165. package/dist/middleware/index.d.ts.map +1 -0
  166. package/dist/middleware/index.js +5 -0
  167. package/dist/middleware/index.js.map +1 -0
  168. package/dist/pricing/compute-pricing.d.ts +57 -0
  169. package/dist/pricing/compute-pricing.d.ts.map +1 -0
  170. package/dist/pricing/compute-pricing.js +627 -0
  171. package/dist/pricing/compute-pricing.js.map +1 -0
  172. package/dist/pricing/cost_map.json +37665 -0
  173. package/dist/pricing/egress-pricing.d.ts +55 -0
  174. package/dist/pricing/egress-pricing.d.ts.map +1 -0
  175. package/dist/pricing/egress-pricing.js +226 -0
  176. package/dist/pricing/egress-pricing.js.map +1 -0
  177. package/dist/pricing/engine.d.ts +24 -0
  178. package/dist/pricing/engine.d.ts.map +1 -0
  179. package/dist/pricing/engine.js +148 -0
  180. package/dist/pricing/engine.js.map +1 -0
  181. package/dist/pricing/gpu-pricing.d.ts +63 -0
  182. package/dist/pricing/gpu-pricing.d.ts.map +1 -0
  183. package/dist/pricing/gpu-pricing.js +484 -0
  184. package/dist/pricing/gpu-pricing.js.map +1 -0
  185. package/dist/pricing/rates.d.ts +17 -0
  186. package/dist/pricing/rates.d.ts.map +1 -0
  187. package/dist/pricing/rates.js +102 -0
  188. package/dist/pricing/rates.js.map +1 -0
  189. package/dist/pricing/service-catalog.d.ts +87 -0
  190. package/dist/pricing/service-catalog.d.ts.map +1 -0
  191. package/dist/pricing/service-catalog.js +406 -0
  192. package/dist/pricing/service-catalog.js.map +1 -0
  193. package/dist/schema/dexcost-event.v1.json +111 -0
  194. package/dist/schema/dexcost-task.v1.json +160 -0
  195. package/dist/schema/validate.d.ts +15 -0
  196. package/dist/schema/validate.d.ts.map +1 -0
  197. package/dist/schema/validate.js +87 -0
  198. package/dist/schema/validate.js.map +1 -0
  199. package/dist/security/redaction.d.ts +55 -0
  200. package/dist/security/redaction.d.ts.map +1 -0
  201. package/dist/security/redaction.js +144 -0
  202. package/dist/security/redaction.js.map +1 -0
  203. package/dist/transport/buffer.d.ts +117 -0
  204. package/dist/transport/buffer.d.ts.map +1 -0
  205. package/dist/transport/buffer.js +759 -0
  206. package/dist/transport/buffer.js.map +1 -0
  207. package/dist/transport/pusher.d.ts +89 -0
  208. package/dist/transport/pusher.d.ts.map +1 -0
  209. package/dist/transport/pusher.js +323 -0
  210. package/dist/transport/pusher.js.map +1 -0
  211. package/package.json +93 -0
@@ -0,0 +1,2595 @@
1
+ {
2
+ "_meta": {
3
+ "version": "3.0.0",
4
+ "last_updated": "2026-05-11",
5
+ "service_count": 163,
6
+ "description": "Dexcost Service Catalog \u2014 per-request pricing for non-LLM services commonly used by AI agents. Community-maintained, open-source. Submit PRs to add new services.",
7
+ "how_cost_is_extracted": {
8
+ "response_body": "Read a field from the JSON response body (e.g. credits_used)",
9
+ "response_header": "Read a value from a response header (e.g. X-Credits-Spent)",
10
+ "endpoint_match": "Fixed cost per request, matched by URL path",
11
+ "fixed": "Fixed cost per request regardless of endpoint"
12
+ }
13
+ },
14
+ "tavily_search": {
15
+ "display_name": "Tavily Search",
16
+ "domains": [
17
+ "api.tavily.com"
18
+ ],
19
+ "category": "search",
20
+ "pricing_model": "credit",
21
+ "cost_per_credit_usd": "0.008",
22
+ "default_credits_per_request": 1,
23
+ "cost_extraction": {
24
+ "type": "response_body",
25
+ "path": "usage.credits",
26
+ "fallback_credits": 1
27
+ },
28
+ "source": "https://docs.tavily.com/documentation/api-credits",
29
+ "last_verified": "2026-04-01"
30
+ },
31
+ "serper_search": {
32
+ "display_name": "Serper (Google Search)",
33
+ "domains": [
34
+ "google.serper.dev"
35
+ ],
36
+ "category": "search",
37
+ "pricing_model": "credit",
38
+ "cost_per_credit_usd": "0.0003",
39
+ "default_credits_per_request": 1,
40
+ "cost_extraction": {
41
+ "type": "fixed",
42
+ "note": "Credits field in response body unverified. Using 1 credit per request default."
43
+ },
44
+ "source": "https://serper.dev/pricing",
45
+ "last_verified": "2026-04-07"
46
+ },
47
+ "exa_search": {
48
+ "display_name": "Exa Search",
49
+ "domains": [
50
+ "api.exa.ai"
51
+ ],
52
+ "category": "search",
53
+ "pricing_model": "per_request",
54
+ "cost_per_request_usd": "0.007",
55
+ "note": "Exa Deep is $0.012/request",
56
+ "cost_extraction": {
57
+ "type": "fixed"
58
+ },
59
+ "source": "https://exa.ai/pricing",
60
+ "last_verified": "2026-04-07"
61
+ },
62
+ "perplexity_search": {
63
+ "display_name": "Perplexity Sonar API",
64
+ "domains": [
65
+ "api.perplexity.ai"
66
+ ],
67
+ "category": "search",
68
+ "pricing_model": "per_request",
69
+ "cost_per_request_usd": "0.005",
70
+ "note": "Search API flat rate. Sonar models use token-based pricing.",
71
+ "cost_extraction": {
72
+ "type": "fixed"
73
+ },
74
+ "source": "https://docs.perplexity.ai/docs/getting-started/pricing",
75
+ "last_verified": "2026-04-07"
76
+ },
77
+ "brave_search": {
78
+ "display_name": "Brave Search",
79
+ "domains": [
80
+ "api.search.brave.com"
81
+ ],
82
+ "category": "search",
83
+ "pricing_model": "per_request",
84
+ "cost_per_request_usd": "0.005",
85
+ "note": "$5/1K queries. Includes $5 monthly credit.",
86
+ "cost_extraction": {
87
+ "type": "fixed"
88
+ },
89
+ "source": "https://brave.com/search/api/",
90
+ "last_verified": "2026-04-07"
91
+ },
92
+ "bing_search": {
93
+ "display_name": "Bing Web Search",
94
+ "domains": [
95
+ "api.bing.microsoft.com"
96
+ ],
97
+ "category": "search",
98
+ "pricing_model": "per_request",
99
+ "cost_per_request_usd": "0.00028",
100
+ "note": "Bing Web Search v7. $7/25K transactions (S1 tier).",
101
+ "cost_extraction": {
102
+ "type": "fixed"
103
+ },
104
+ "source": "https://www.microsoft.com/en-us/bing/apis/pricing",
105
+ "last_verified": "2026-04-07"
106
+ },
107
+ "serpapi": {
108
+ "display_name": "SerpAPI",
109
+ "domains": [
110
+ "serpapi.com"
111
+ ],
112
+ "category": "search",
113
+ "pricing_model": "per_search",
114
+ "cost_per_search_usd": "0.01",
115
+ "cost_extraction": {
116
+ "type": "fixed"
117
+ },
118
+ "source": "https://serpapi.com/pricing",
119
+ "last_verified": "2026-04-01"
120
+ },
121
+ "firecrawl_scrape": {
122
+ "display_name": "Firecrawl",
123
+ "domains": [
124
+ "api.firecrawl.dev"
125
+ ],
126
+ "category": "scraping",
127
+ "pricing_model": "per_page",
128
+ "cost_per_page_usd": "0.00083",
129
+ "cost_extraction": {
130
+ "type": "fixed",
131
+ "units": 1
132
+ },
133
+ "source": "https://www.firecrawl.dev/pricing",
134
+ "last_verified": "2026-04-01"
135
+ },
136
+ "browserbase": {
137
+ "display_name": "Browserbase",
138
+ "domains": [
139
+ "api.browserbase.com",
140
+ "connect.browserbase.com"
141
+ ],
142
+ "category": "scraping",
143
+ "pricing_model": "per_minute",
144
+ "cost_per_minute_usd": "0.002",
145
+ "note": "$0.10-0.12/hr overage. Billed minimum 1 minute per session.",
146
+ "cost_extraction": {
147
+ "type": "response_body",
148
+ "path": "duration_ms",
149
+ "transform": "ms_to_minutes"
150
+ },
151
+ "source": "https://www.browserbase.com/pricing",
152
+ "last_verified": "2026-04-07"
153
+ },
154
+ "scrapingbee": {
155
+ "display_name": "ScrapingBee",
156
+ "domains": [
157
+ "app.scrapingbee.com"
158
+ ],
159
+ "category": "scraping",
160
+ "pricing_model": "credit",
161
+ "cost_per_credit_usd": "0.000327",
162
+ "note": "JS rendering uses 5 credits by default",
163
+ "cost_extraction": {
164
+ "type": "response_header",
165
+ "header": "Spb-cost"
166
+ },
167
+ "source": "https://www.scrapingbee.com/pricing/",
168
+ "last_verified": "2026-04-07"
169
+ },
170
+ "apify": {
171
+ "display_name": "Apify",
172
+ "domains": [
173
+ "api.apify.com"
174
+ ],
175
+ "category": "scraping",
176
+ "pricing_model": "compute_unit",
177
+ "cost_per_compute_unit_usd": "0.25",
178
+ "note": "1 CU = 1 GB-RAM x 1 hour. Scale plan: $0.25/CU.",
179
+ "cost_extraction": {
180
+ "type": "response_body",
181
+ "path": "data.stats.computeUnits"
182
+ },
183
+ "source": "https://apify.com/pricing",
184
+ "last_verified": "2026-04-01"
185
+ },
186
+ "scrapingdog": {
187
+ "display_name": "ScrapingDog",
188
+ "domains": [
189
+ "api.scrapingdog.com"
190
+ ],
191
+ "category": "scraping",
192
+ "pricing_model": "credit",
193
+ "cost_per_credit_usd": "0.0004",
194
+ "note": "PAYG: $10/25K credits. JS rendering uses 5 credits. Google Search API uses 5 credits.",
195
+ "cost_extraction": {
196
+ "type": "fixed"
197
+ },
198
+ "source": "https://www.scrapingdog.com/pricing",
199
+ "last_verified": "2026-04-07"
200
+ },
201
+ "diffbot": {
202
+ "display_name": "Diffbot",
203
+ "domains": [
204
+ "api.diffbot.com"
205
+ ],
206
+ "category": "scraping",
207
+ "pricing_model": "per_request",
208
+ "cost_per_request_usd": "0.001",
209
+ "cost_extraction": {
210
+ "type": "fixed"
211
+ },
212
+ "source": "https://www.diffbot.com/pricing/",
213
+ "last_verified": "2026-04-07"
214
+ },
215
+ "jina_reader": {
216
+ "display_name": "Jina Reader",
217
+ "domains": [
218
+ "r.jina.ai",
219
+ "s.jina.ai"
220
+ ],
221
+ "category": "scraping",
222
+ "pricing_model": "per_request",
223
+ "cost_per_request_usd": "0",
224
+ "note": "Token-based pricing. Free 10M tokens per API key. Tracked for call counting.",
225
+ "cost_extraction": {
226
+ "type": "fixed"
227
+ },
228
+ "source": "https://jina.ai/reader",
229
+ "last_verified": "2026-04-07"
230
+ },
231
+ "pinecone_query": {
232
+ "display_name": "Pinecone",
233
+ "domains": [
234
+ "*.pinecone.io"
235
+ ],
236
+ "category": "vector_db",
237
+ "pricing_model": "read_unit",
238
+ "cost_per_read_unit_usd": "0.000016",
239
+ "cost_extraction": {
240
+ "type": "response_body",
241
+ "path": "usage.readUnits"
242
+ },
243
+ "source": "https://www.pinecone.io/pricing/",
244
+ "last_verified": "2026-04-01"
245
+ },
246
+ "weaviate_cloud": {
247
+ "display_name": "Weaviate Cloud",
248
+ "domains": [
249
+ "*.weaviate.network",
250
+ "*.semi.technology"
251
+ ],
252
+ "category": "vector_db",
253
+ "pricing_model": "per_request",
254
+ "cost_per_request_usd": "0",
255
+ "note": "Subscription-based (Flex $45/mo). Tracked for call counting only.",
256
+ "cost_extraction": {
257
+ "type": "fixed"
258
+ },
259
+ "source": "https://weaviate.io/pricing",
260
+ "last_verified": "2026-04-07"
261
+ },
262
+ "qdrant_cloud": {
263
+ "display_name": "Qdrant Cloud",
264
+ "domains": [
265
+ "*.qdrant.io"
266
+ ],
267
+ "category": "vector_db",
268
+ "pricing_model": "per_request",
269
+ "cost_per_request_usd": "0",
270
+ "note": "Resource-based pricing. Tracked for call counting only.",
271
+ "cost_extraction": {
272
+ "type": "fixed"
273
+ },
274
+ "source": "https://qdrant.tech/pricing/",
275
+ "last_verified": "2026-04-07"
276
+ },
277
+ "milvus_zilliz": {
278
+ "display_name": "Milvus (Zilliz Cloud)",
279
+ "domains": [
280
+ "*.zillizcloud.com"
281
+ ],
282
+ "category": "vector_db",
283
+ "pricing_model": "per_request",
284
+ "cost_per_request_usd": "0",
285
+ "note": "CU-based pricing. Tracked for call counting only.",
286
+ "cost_extraction": {
287
+ "type": "fixed"
288
+ },
289
+ "source": "https://zilliz.com/pricing",
290
+ "last_verified": "2026-04-07"
291
+ },
292
+ "astra_db": {
293
+ "display_name": "DataStax Astra DB",
294
+ "domains": [
295
+ "*.apps.astra.datastax.com"
296
+ ],
297
+ "category": "vector_db",
298
+ "pricing_model": "per_request",
299
+ "cost_per_request_usd": "0",
300
+ "note": "Read/write unit pricing. Tracked for call counting only.",
301
+ "cost_extraction": {
302
+ "type": "fixed"
303
+ },
304
+ "source": "https://www.datastax.com/products/datastax-astra/pricing",
305
+ "last_verified": "2026-04-07"
306
+ },
307
+ "e2b_sandbox": {
308
+ "display_name": "E2B Code Sandbox",
309
+ "domains": [
310
+ "api.e2b.dev",
311
+ "49999-*.e2b.dev"
312
+ ],
313
+ "category": "compute",
314
+ "pricing_model": "per_second",
315
+ "cost_per_second_usd": "0.000014",
316
+ "note": "$0.0504/vCPU-hour. Price is per vCPU-second.",
317
+ "cost_extraction": {
318
+ "type": "response_body",
319
+ "path": "duration_ms",
320
+ "transform": "ms_to_seconds"
321
+ },
322
+ "source": "https://e2b.dev/pricing",
323
+ "last_verified": "2026-04-01"
324
+ },
325
+ "modal_compute": {
326
+ "display_name": "Modal",
327
+ "domains": [
328
+ "*.modal.run",
329
+ "api.modal.com"
330
+ ],
331
+ "category": "compute",
332
+ "pricing_model": "per_second",
333
+ "cost_per_second_usd": "0.0000131",
334
+ "note": "Base rate $0.0000131/core-sec. Non-preemptible US: 3.75x multiplier.",
335
+ "cost_extraction": {
336
+ "type": "fixed"
337
+ },
338
+ "source": "https://modal.com/pricing",
339
+ "last_verified": "2026-04-07"
340
+ },
341
+ "aws_lambda": {
342
+ "display_name": "AWS Lambda",
343
+ "domains": [
344
+ "lambda.*.amazonaws.com",
345
+ "*.execute-api.*.amazonaws.com"
346
+ ],
347
+ "category": "compute",
348
+ "pricing_model": "per_ms",
349
+ "cost_per_ms_usd": "0.0000000167",
350
+ "note": "Varies by memory allocation and region.",
351
+ "cost_extraction": {
352
+ "type": "fixed"
353
+ },
354
+ "source": "https://aws.amazon.com/lambda/pricing/",
355
+ "last_verified": "2026-04-07"
356
+ },
357
+ "twilio_sms": {
358
+ "display_name": "Twilio SMS",
359
+ "domains": [
360
+ "api.twilio.com"
361
+ ],
362
+ "endpoints": [
363
+ "/Messages"
364
+ ],
365
+ "category": "communication",
366
+ "pricing_model": "per_message",
367
+ "cost_per_message_usd": "0.0083",
368
+ "note": "US domestic. International rates vary by destination.",
369
+ "cost_extraction": {
370
+ "type": "endpoint_match"
371
+ },
372
+ "source": "https://www.twilio.com/en-us/sms/pricing/us",
373
+ "last_verified": "2026-04-01"
374
+ },
375
+ "sendgrid_email": {
376
+ "display_name": "SendGrid",
377
+ "domains": [
378
+ "api.sendgrid.com"
379
+ ],
380
+ "endpoints": [
381
+ "/v3/mail/send"
382
+ ],
383
+ "category": "communication",
384
+ "pricing_model": "per_email",
385
+ "cost_per_email_usd": "0.00035",
386
+ "cost_extraction": {
387
+ "type": "endpoint_match"
388
+ },
389
+ "source": "https://sendgrid.com/en-us/pricing",
390
+ "last_verified": "2026-04-01"
391
+ },
392
+ "resend_email": {
393
+ "display_name": "Resend",
394
+ "domains": [
395
+ "api.resend.com"
396
+ ],
397
+ "endpoints": [
398
+ "/emails"
399
+ ],
400
+ "category": "communication",
401
+ "pricing_model": "per_email",
402
+ "cost_per_email_usd": "0.0009",
403
+ "note": "Scale plan: $90/100K emails = $0.0009/email.",
404
+ "cost_extraction": {
405
+ "type": "endpoint_match",
406
+ "endpoints": [
407
+ "/emails"
408
+ ]
409
+ },
410
+ "source": "https://resend.com/pricing",
411
+ "last_verified": "2026-04-07"
412
+ },
413
+ "mailgun": {
414
+ "display_name": "Mailgun",
415
+ "domains": [
416
+ "api.mailgun.net"
417
+ ],
418
+ "category": "communication",
419
+ "pricing_model": "per_email",
420
+ "cost_per_email_usd": "0.0008",
421
+ "note": "Foundation plan: $0.80/1K emails.",
422
+ "cost_extraction": {
423
+ "type": "fixed"
424
+ },
425
+ "source": "https://www.mailgun.com/pricing/",
426
+ "last_verified": "2026-04-07"
427
+ },
428
+ "postmark": {
429
+ "display_name": "Postmark",
430
+ "domains": [
431
+ "api.postmarkapp.com"
432
+ ],
433
+ "category": "communication",
434
+ "pricing_model": "per_email",
435
+ "cost_per_email_usd": "0.0015",
436
+ "note": "$1.50/1K on Basic plan overages. Pro: $1.30/1K.",
437
+ "cost_extraction": {
438
+ "type": "fixed"
439
+ },
440
+ "source": "https://postmarkapp.com/pricing",
441
+ "last_verified": "2026-04-07"
442
+ },
443
+ "google_maps_geocode": {
444
+ "display_name": "Google Maps Geocoding",
445
+ "domains": [
446
+ "maps.googleapis.com"
447
+ ],
448
+ "endpoints": [
449
+ "/maps/api/geocode"
450
+ ],
451
+ "category": "maps",
452
+ "pricing_model": "per_request",
453
+ "cost_per_request_usd": "0.005",
454
+ "cost_extraction": {
455
+ "type": "endpoint_match"
456
+ },
457
+ "source": "https://developers.google.com/maps/documentation/geocoding/usage-and-billing",
458
+ "last_verified": "2026-04-01"
459
+ },
460
+ "google_maps_directions": {
461
+ "display_name": "Google Maps Directions",
462
+ "domains": [
463
+ "maps.googleapis.com"
464
+ ],
465
+ "endpoints": [
466
+ "/maps/api/directions"
467
+ ],
468
+ "category": "maps",
469
+ "pricing_model": "per_request",
470
+ "cost_per_request_usd": "0.005",
471
+ "cost_extraction": {
472
+ "type": "endpoint_match"
473
+ },
474
+ "source": "https://developers.google.com/maps/documentation/directions/usage-and-billing",
475
+ "last_verified": "2026-04-01"
476
+ },
477
+ "google_maps_places": {
478
+ "display_name": "Google Maps Places",
479
+ "domains": [
480
+ "maps.googleapis.com"
481
+ ],
482
+ "endpoints": [
483
+ "/maps/api/place"
484
+ ],
485
+ "category": "maps",
486
+ "pricing_model": "per_request",
487
+ "cost_per_request_usd": "0.017",
488
+ "cost_extraction": {
489
+ "type": "endpoint_match"
490
+ },
491
+ "source": "https://developers.google.com/maps/documentation/places/web-service/usage-and-billing",
492
+ "last_verified": "2026-04-01"
493
+ },
494
+ "mapbox_geocoding": {
495
+ "display_name": "Mapbox Geocoding",
496
+ "domains": [
497
+ "api.mapbox.com"
498
+ ],
499
+ "endpoints": [
500
+ "/geocoding"
501
+ ],
502
+ "category": "maps",
503
+ "pricing_model": "per_request",
504
+ "cost_per_request_usd": "0.00075",
505
+ "cost_extraction": {
506
+ "type": "endpoint_match"
507
+ },
508
+ "source": "https://www.mapbox.com/pricing",
509
+ "last_verified": "2026-04-01"
510
+ },
511
+ "people_data_labs": {
512
+ "display_name": "People Data Labs",
513
+ "domains": [
514
+ "api.peopledatalabs.com"
515
+ ],
516
+ "category": "data_enrichment",
517
+ "pricing_model": "credit",
518
+ "cost_per_credit_usd": "0.10",
519
+ "cost_extraction": {
520
+ "type": "response_header",
521
+ "header": "X-Call-Credits-Spent"
522
+ },
523
+ "source": "https://www.peopledatalabs.com/pricing",
524
+ "last_verified": "2026-04-01"
525
+ },
526
+ "clearbit_enrichment": {
527
+ "display_name": "Clearbit",
528
+ "domains": [
529
+ "person.clearbit.com",
530
+ "company.clearbit.com",
531
+ "risk.clearbit.com"
532
+ ],
533
+ "category": "data_enrichment",
534
+ "pricing_model": "per_request",
535
+ "cost_per_request_usd": "0.10",
536
+ "note": "Now HubSpot Breeze Intelligence.",
537
+ "cost_extraction": {
538
+ "type": "fixed"
539
+ },
540
+ "source": "https://clearbit.com/pricing",
541
+ "last_verified": "2026-04-07"
542
+ },
543
+ "hunter_io": {
544
+ "display_name": "Hunter.io",
545
+ "domains": [
546
+ "api.hunter.io"
547
+ ],
548
+ "category": "data_enrichment",
549
+ "pricing_model": "per_request",
550
+ "cost_per_request_usd": "0.02",
551
+ "note": "Business plan: $199/10K searches. Starter: $0.098/search. Uses credit system.",
552
+ "cost_extraction": {
553
+ "type": "fixed"
554
+ },
555
+ "source": "https://hunter.io/pricing",
556
+ "last_verified": "2026-04-07"
557
+ },
558
+ "crunchbase": {
559
+ "display_name": "Crunchbase",
560
+ "domains": [
561
+ "api.crunchbase.com"
562
+ ],
563
+ "category": "data_enrichment",
564
+ "pricing_model": "per_request",
565
+ "cost_per_request_usd": "0.01",
566
+ "note": "Enterprise pricing varies",
567
+ "cost_extraction": {
568
+ "type": "fixed"
569
+ },
570
+ "source": "https://data.crunchbase.com/docs/pricing",
571
+ "last_verified": "2026-04-07"
572
+ },
573
+ "stripe_payment": {
574
+ "display_name": "Stripe",
575
+ "domains": [
576
+ "api.stripe.com"
577
+ ],
578
+ "endpoints": [
579
+ "/v1/charges",
580
+ "/v1/payment_intents"
581
+ ],
582
+ "category": "payment",
583
+ "pricing_model": "percentage",
584
+ "percentage": "0.029",
585
+ "fixed_fee_usd": "0.30",
586
+ "note": "2.9% + $0.30 per successful card charge. Actual fee varies by card type and country.",
587
+ "cost_extraction": {
588
+ "type": "response_body",
589
+ "path": "amount",
590
+ "transform": "stripe_fee"
591
+ },
592
+ "source": "https://stripe.com/pricing",
593
+ "last_verified": "2026-04-01"
594
+ },
595
+ "eleven_labs": {
596
+ "display_name": "ElevenLabs",
597
+ "domains": [
598
+ "api.elevenlabs.io"
599
+ ],
600
+ "category": "speech",
601
+ "pricing_model": "per_character",
602
+ "cost_per_1k_characters_usd": "0.06",
603
+ "note": "$0.06/1K chars for Flash/Turbo models. $0.12/1K for Multilingual v2/v3.",
604
+ "cost_extraction": {
605
+ "type": "response_header",
606
+ "header": "character-cost"
607
+ },
608
+ "source": "https://elevenlabs.io/pricing",
609
+ "last_verified": "2026-04-01"
610
+ },
611
+ "deepgram_transcription": {
612
+ "display_name": "Deepgram",
613
+ "domains": [
614
+ "api.deepgram.com"
615
+ ],
616
+ "category": "speech",
617
+ "pricing_model": "per_minute",
618
+ "cost_per_minute_usd": "0.0077",
619
+ "note": "$0.0077/min Nova-3 PAYG.",
620
+ "cost_extraction": {
621
+ "type": "response_body",
622
+ "path": "metadata.duration"
623
+ },
624
+ "source": "https://deepgram.com/pricing",
625
+ "last_verified": "2026-04-07"
626
+ },
627
+ "assemblyai": {
628
+ "display_name": "AssemblyAI",
629
+ "domains": [
630
+ "api.assemblyai.com"
631
+ ],
632
+ "category": "speech",
633
+ "pricing_model": "per_minute",
634
+ "cost_per_minute_usd": "0.0025",
635
+ "note": "Add-on features (diarization, PII, etc.) cost extra.",
636
+ "cost_extraction": {
637
+ "type": "response_body",
638
+ "path": "audio_duration"
639
+ },
640
+ "source": "https://www.assemblyai.com/pricing",
641
+ "last_verified": "2026-04-07"
642
+ },
643
+ "openai_whisper": {
644
+ "display_name": "OpenAI Whisper",
645
+ "domains": [
646
+ "api.openai.com"
647
+ ],
648
+ "endpoints": [
649
+ "/v1/audio/transcriptions",
650
+ "/v1/audio/translations"
651
+ ],
652
+ "category": "speech",
653
+ "pricing_model": "per_minute",
654
+ "cost_per_minute_usd": "0.006",
655
+ "note": "Whisper model transcription/translation",
656
+ "cost_extraction": {
657
+ "type": "fixed"
658
+ },
659
+ "source": "https://openai.com/api/pricing/",
660
+ "last_verified": "2026-04-07"
661
+ },
662
+ "openai_dalle": {
663
+ "display_name": "OpenAI DALL-E",
664
+ "domains": [
665
+ "api.openai.com"
666
+ ],
667
+ "endpoints": [
668
+ "/v1/images/generations"
669
+ ],
670
+ "category": "image",
671
+ "pricing_model": "per_image",
672
+ "cost_per_image_usd": "0.04",
673
+ "note": "Price varies by model, size, quality",
674
+ "cost_extraction": {
675
+ "type": "fixed"
676
+ },
677
+ "source": "https://openai.com/api/pricing/",
678
+ "last_verified": "2026-04-07"
679
+ },
680
+ "stability_ai": {
681
+ "display_name": "Stability AI",
682
+ "domains": [
683
+ "api.stability.ai"
684
+ ],
685
+ "category": "image",
686
+ "pricing_model": "per_image",
687
+ "cost_per_image_usd": "0.002",
688
+ "note": "Per credit, 1 credit = 1 generation on SD3",
689
+ "cost_extraction": {
690
+ "type": "fixed"
691
+ },
692
+ "source": "https://platform.stability.ai/pricing",
693
+ "last_verified": "2026-04-07"
694
+ },
695
+ "replicate": {
696
+ "display_name": "Replicate",
697
+ "domains": [
698
+ "api.replicate.com"
699
+ ],
700
+ "category": "image",
701
+ "pricing_model": "per_second",
702
+ "cost_per_second_usd": "0.00023",
703
+ "note": "Billed per second of hardware time. Rate varies by hardware (T4/A40/A100).",
704
+ "cost_extraction": {
705
+ "type": "response_body",
706
+ "path": "metrics.predict_time"
707
+ },
708
+ "source": "https://replicate.com/pricing",
709
+ "last_verified": "2026-04-07"
710
+ },
711
+ "amazon_textract": {
712
+ "display_name": "Amazon Textract",
713
+ "domains": [
714
+ "textract.*.amazonaws.com"
715
+ ],
716
+ "category": "document",
717
+ "pricing_model": "per_page",
718
+ "cost_per_page_usd": "0.0015",
719
+ "cost_extraction": {
720
+ "type": "fixed"
721
+ },
722
+ "source": "https://aws.amazon.com/textract/pricing/",
723
+ "last_verified": "2026-04-07"
724
+ },
725
+ "google_document_ai": {
726
+ "display_name": "Google Document AI",
727
+ "domains": [
728
+ "*.googleapis.com"
729
+ ],
730
+ "endpoints": [
731
+ "/v1/projects/*/locations/*/processors"
732
+ ],
733
+ "category": "document",
734
+ "pricing_model": "per_page",
735
+ "cost_per_page_usd": "0.01",
736
+ "note": "General form processor. OCR is $0.0015/page.",
737
+ "cost_extraction": {
738
+ "type": "fixed"
739
+ },
740
+ "source": "https://cloud.google.com/document-ai/pricing",
741
+ "last_verified": "2026-04-07"
742
+ },
743
+ "unstructured_io": {
744
+ "display_name": "Unstructured.io",
745
+ "domains": [
746
+ "api.unstructuredapp.io",
747
+ "api.unstructured.io"
748
+ ],
749
+ "category": "document",
750
+ "pricing_model": "per_page",
751
+ "cost_per_page_usd": "0.01",
752
+ "note": "SaaS API pricing",
753
+ "cost_extraction": {
754
+ "type": "fixed"
755
+ },
756
+ "source": "https://unstructured.io/pricing",
757
+ "last_verified": "2026-04-07"
758
+ },
759
+ "llamaparse": {
760
+ "display_name": "LlamaParse",
761
+ "domains": [
762
+ "api.cloud.llamaindex.ai"
763
+ ],
764
+ "category": "document",
765
+ "pricing_model": "per_page",
766
+ "cost_per_page_usd": "0.003",
767
+ "note": "1 credit = 1 page. $0.003/credit.",
768
+ "cost_extraction": {
769
+ "type": "fixed"
770
+ },
771
+ "source": "https://cloud.llamaindex.ai/pricing",
772
+ "last_verified": "2026-04-07"
773
+ },
774
+ "twelve_data": {
775
+ "display_name": "Twelve Data",
776
+ "domains": [
777
+ "api.twelvedata.com"
778
+ ],
779
+ "category": "financial_data",
780
+ "pricing_model": "credit",
781
+ "cost_per_credit_usd": "0.001",
782
+ "cost_extraction": {
783
+ "type": "response_header",
784
+ "header": "api-credits-used"
785
+ },
786
+ "source": "https://twelvedata.com/pricing",
787
+ "last_verified": "2026-04-07"
788
+ },
789
+ "alpha_vantage": {
790
+ "display_name": "Alpha Vantage",
791
+ "domains": [
792
+ "www.alphavantage.co"
793
+ ],
794
+ "category": "financial_data",
795
+ "pricing_model": "per_request",
796
+ "cost_per_request_usd": "0.01",
797
+ "note": "Premium plans",
798
+ "cost_extraction": {
799
+ "type": "fixed"
800
+ },
801
+ "source": "https://www.alphavantage.co/premium/",
802
+ "last_verified": "2026-04-07"
803
+ },
804
+ "polygon_io": {
805
+ "display_name": "Polygon.io",
806
+ "domains": [
807
+ "api.polygon.io"
808
+ ],
809
+ "category": "financial_data",
810
+ "pricing_model": "per_request",
811
+ "cost_per_request_usd": "0",
812
+ "note": "Monthly subscription ($29-199/mo). Tracked for call counting only.",
813
+ "cost_extraction": {
814
+ "type": "fixed"
815
+ },
816
+ "source": "https://polygon.io/pricing",
817
+ "last_verified": "2026-04-07"
818
+ },
819
+ "coinapi": {
820
+ "display_name": "CoinAPI",
821
+ "domains": [
822
+ "rest.coinapi.io"
823
+ ],
824
+ "category": "financial_data",
825
+ "pricing_model": "credit",
826
+ "cost_per_credit_usd": "0.001",
827
+ "cost_extraction": {
828
+ "type": "response_header",
829
+ "header": "X-RateLimit-Request-Cost"
830
+ },
831
+ "source": "https://www.coinapi.io/pricing",
832
+ "last_verified": "2026-04-07"
833
+ },
834
+ "aws_s3": {
835
+ "display_name": "AWS S3",
836
+ "domains": [
837
+ "*.s3.amazonaws.com",
838
+ "s3.*.amazonaws.com"
839
+ ],
840
+ "category": "cloud_storage",
841
+ "pricing_model": "per_request",
842
+ "cost_per_request_usd": "0.0000004",
843
+ "note": "GET request price. PUT is $0.000005. Varies by region and storage class.",
844
+ "cost_extraction": {
845
+ "type": "fixed"
846
+ },
847
+ "source": "https://aws.amazon.com/s3/pricing/",
848
+ "last_verified": "2026-04-01"
849
+ },
850
+ "supabase": {
851
+ "display_name": "Supabase",
852
+ "domains": [
853
+ "*.supabase.co"
854
+ ],
855
+ "category": "cloud_storage",
856
+ "pricing_model": "per_request",
857
+ "cost_per_request_usd": "0",
858
+ "note": "Supabase pricing is per-project (subscription), not per-request. Tracked for call counting only.",
859
+ "cost_extraction": {
860
+ "type": "fixed"
861
+ },
862
+ "source": "https://supabase.com/pricing",
863
+ "last_verified": "2026-04-01"
864
+ },
865
+ "composio": {
866
+ "display_name": "Composio",
867
+ "domains": [
868
+ "backend.composio.dev"
869
+ ],
870
+ "category": "agent_tools",
871
+ "pricing_model": "per_action",
872
+ "cost_per_action_usd": "0.0098",
873
+ "note": "Starter: $49/5K actions = $0.0098/action.",
874
+ "cost_extraction": {
875
+ "type": "fixed"
876
+ },
877
+ "source": "https://composio.dev/pricing",
878
+ "last_verified": "2026-04-07"
879
+ },
880
+ "wolfram_alpha": {
881
+ "display_name": "Wolfram Alpha",
882
+ "domains": [
883
+ "api.wolframalpha.com"
884
+ ],
885
+ "category": "agent_tools",
886
+ "pricing_model": "per_query",
887
+ "cost_per_query_usd": "0.0025",
888
+ "note": "Estimated. Pricing not publicly detailed.",
889
+ "cost_confidence_override": "estimated",
890
+ "cost_extraction": {
891
+ "type": "fixed"
892
+ },
893
+ "source": "https://products.wolframalpha.com/api/pricing",
894
+ "last_verified": "2026-04-07"
895
+ },
896
+ "openai_embeddings": {
897
+ "display_name": "OpenAI Embeddings",
898
+ "domains": [
899
+ "api.openai.com"
900
+ ],
901
+ "endpoints": [
902
+ "/v1/embeddings"
903
+ ],
904
+ "category": "embedding",
905
+ "pricing_model": "per_token",
906
+ "cost_per_1k_tokens_usd": "0.00002",
907
+ "note": "text-embedding-3-small. text-embedding-3-large is $0.00013/1K tokens.",
908
+ "cost_extraction": {
909
+ "type": "response_body",
910
+ "path": "usage.total_tokens"
911
+ },
912
+ "source": "https://openai.com/api/pricing/",
913
+ "last_verified": "2026-04-07"
914
+ },
915
+ "cohere_embed": {
916
+ "display_name": "Cohere Embed",
917
+ "domains": [
918
+ "api.cohere.com"
919
+ ],
920
+ "endpoints": [
921
+ "/v1/embed",
922
+ "/v2/embed"
923
+ ],
924
+ "category": "embedding",
925
+ "pricing_model": "per_token",
926
+ "cost_per_1k_tokens_usd": "0.0001",
927
+ "cost_extraction": {
928
+ "type": "response_body",
929
+ "path": "meta.billed_units.input_tokens"
930
+ },
931
+ "source": "https://cohere.com/pricing",
932
+ "last_verified": "2026-04-07"
933
+ },
934
+ "voyage_ai": {
935
+ "display_name": "Voyage AI",
936
+ "domains": [
937
+ "api.voyageai.com"
938
+ ],
939
+ "category": "embedding",
940
+ "pricing_model": "per_token",
941
+ "cost_per_1k_tokens_usd": "0.00012",
942
+ "cost_extraction": {
943
+ "type": "response_body",
944
+ "path": "usage.total_tokens"
945
+ },
946
+ "source": "https://docs.voyageai.com/pricing/",
947
+ "last_verified": "2026-04-07"
948
+ },
949
+ "jina_embeddings": {
950
+ "display_name": "Jina Embeddings",
951
+ "domains": [
952
+ "api.jina.ai"
953
+ ],
954
+ "endpoints": [
955
+ "/v1/embeddings"
956
+ ],
957
+ "category": "embedding",
958
+ "pricing_model": "per_token",
959
+ "cost_per_1k_tokens_usd": "0.00002",
960
+ "cost_extraction": {
961
+ "type": "response_body",
962
+ "path": "usage.total_tokens"
963
+ },
964
+ "source": "https://jina.ai/embeddings",
965
+ "last_verified": "2026-04-07"
966
+ },
967
+ "deepl_translate": {
968
+ "display_name": "DeepL API",
969
+ "domains": [
970
+ "api-free.deepl.com",
971
+ "api.deepl.com"
972
+ ],
973
+ "category": "translation",
974
+ "pricing_model": "per_character",
975
+ "cost_per_1m_characters_usd": "25.00",
976
+ "cost_per_request_usd": "0.000025",
977
+ "note": "API Pro: $25/1M chars + $5.49/mo base. Free tier: 500K chars/mo.",
978
+ "cost_extraction": {
979
+ "type": "fixed"
980
+ },
981
+ "source": "https://www.deepl.com/en/pro-api",
982
+ "last_verified": "2026-05-11"
983
+ },
984
+ "google_translate": {
985
+ "display_name": "Google Cloud Translation",
986
+ "domains": [
987
+ "translation.googleapis.com"
988
+ ],
989
+ "category": "translation",
990
+ "pricing_model": "per_character",
991
+ "cost_per_1m_characters_usd": "20.00",
992
+ "cost_per_request_usd": "0.00002",
993
+ "note": "NMT v3: $20/1M chars. First 500K/mo free.",
994
+ "cost_extraction": {
995
+ "type": "fixed"
996
+ },
997
+ "source": "https://cloud.google.com/translate/pricing",
998
+ "last_verified": "2026-05-11"
999
+ },
1000
+ "aws_translate": {
1001
+ "display_name": "Amazon Translate",
1002
+ "domains": [
1003
+ "translate.*.amazonaws.com"
1004
+ ],
1005
+ "category": "translation",
1006
+ "pricing_model": "per_character",
1007
+ "cost_per_1m_characters_usd": "15.00",
1008
+ "cost_per_request_usd": "0.000015",
1009
+ "note": "Standard: $15/1M chars. Free tier: 2M chars/mo for 12 months.",
1010
+ "cost_extraction": {
1011
+ "type": "fixed"
1012
+ },
1013
+ "source": "https://aws.amazon.com/translate/pricing/",
1014
+ "last_verified": "2026-05-11"
1015
+ },
1016
+ "azure_translator": {
1017
+ "display_name": "Azure AI Translator",
1018
+ "domains": [
1019
+ "api.cognitive.microsofttranslator.com"
1020
+ ],
1021
+ "category": "translation",
1022
+ "pricing_model": "per_character",
1023
+ "cost_per_1m_characters_usd": "10.00",
1024
+ "cost_per_request_usd": "0.00001",
1025
+ "note": "S1 tier: $10/1M chars. Free tier: 2M chars/mo.",
1026
+ "cost_extraction": {
1027
+ "type": "fixed"
1028
+ },
1029
+ "source": "https://azure.microsoft.com/en-us/pricing/details/cognitive-services/translator/",
1030
+ "last_verified": "2026-05-11"
1031
+ },
1032
+ "google_vision": {
1033
+ "display_name": "Google Cloud Vision",
1034
+ "domains": [
1035
+ "vision.googleapis.com"
1036
+ ],
1037
+ "category": "vision",
1038
+ "pricing_model": "per_image",
1039
+ "cost_per_image_usd": "0.0015",
1040
+ "note": "OCR/text detection: $1.50/1K images. Label detection: $1.50/1K. First 1K/mo free.",
1041
+ "cost_extraction": {
1042
+ "type": "fixed"
1043
+ },
1044
+ "source": "https://cloud.google.com/vision/pricing",
1045
+ "last_verified": "2026-05-11"
1046
+ },
1047
+ "azure_computer_vision": {
1048
+ "display_name": "Azure AI Vision",
1049
+ "domains": [
1050
+ "*.cognitiveservices.azure.com"
1051
+ ],
1052
+ "category": "vision",
1053
+ "pricing_model": "per_transaction",
1054
+ "cost_per_request_usd": "0.001",
1055
+ "note": "S1: ~$1/1K transactions for image analysis. OCR similar. Free: 5K/mo.",
1056
+ "cost_extraction": {
1057
+ "type": "fixed"
1058
+ },
1059
+ "source": "https://azure.microsoft.com/en-us/pricing/details/cognitive-services/computer-vision/",
1060
+ "last_verified": "2026-05-11"
1061
+ },
1062
+ "aws_rekognition": {
1063
+ "display_name": "AWS Rekognition",
1064
+ "domains": [
1065
+ "rekognition.*.amazonaws.com"
1066
+ ],
1067
+ "category": "vision",
1068
+ "pricing_model": "per_image",
1069
+ "cost_per_image_usd": "0.001",
1070
+ "note": "Label detection: $1/1K images (first 1M/mo). Face detection same. Free: 5K/mo for 12 months.",
1071
+ "cost_extraction": {
1072
+ "type": "fixed"
1073
+ },
1074
+ "source": "https://aws.amazon.com/rekognition/pricing/",
1075
+ "last_verified": "2026-05-11"
1076
+ },
1077
+ "mathpix_ocr": {
1078
+ "display_name": "Mathpix OCR",
1079
+ "domains": [
1080
+ "api.mathpix.com"
1081
+ ],
1082
+ "category": "vision",
1083
+ "pricing_model": "per_page",
1084
+ "cost_per_page_usd": "0.004",
1085
+ "note": "Education: $0.004/page. Business: $0.01/page. Free: 20 pages/mo.",
1086
+ "cost_extraction": {
1087
+ "type": "fixed"
1088
+ },
1089
+ "source": "https://mathpix.com/pricing",
1090
+ "last_verified": "2026-05-11"
1091
+ },
1092
+ "runway_video": {
1093
+ "display_name": "Runway",
1094
+ "domains": [
1095
+ "api.dev.runwayml.com"
1096
+ ],
1097
+ "category": "video_ai",
1098
+ "pricing_model": "per_second",
1099
+ "cost_per_second_usd": "0.05",
1100
+ "note": "Gen-3 Alpha: 10 credits/sec at ~$0.01/credit = $0.10/sec for 10s video. Gen-3 Turbo: 5 credits/sec.",
1101
+ "cost_extraction": {
1102
+ "type": "fixed"
1103
+ },
1104
+ "source": "https://docs.dev.runwayml.com/guides/pricing/",
1105
+ "last_verified": "2026-05-11"
1106
+ },
1107
+ "heygen_video": {
1108
+ "display_name": "HeyGen",
1109
+ "domains": [
1110
+ "api.heygen.com"
1111
+ ],
1112
+ "category": "video_ai",
1113
+ "pricing_model": "credit",
1114
+ "cost_per_credit_usd": "0.01",
1115
+ "default_credits_per_request": 1,
1116
+ "note": "Credit-based. 1 credit ~= 1 second of video. Plans from $24/mo.",
1117
+ "cost_extraction": {
1118
+ "type": "fixed"
1119
+ },
1120
+ "source": "https://www.heygen.com/pricing",
1121
+ "last_verified": "2026-05-11"
1122
+ },
1123
+ "luma_video": {
1124
+ "display_name": "Luma Dream Machine",
1125
+ "domains": [
1126
+ "api.lumalabs.ai"
1127
+ ],
1128
+ "category": "video_ai",
1129
+ "pricing_model": "per_generation",
1130
+ "cost_per_request_usd": "0.032",
1131
+ "note": "API: $0.032/generation (5s clip). Plans from $23.99/mo for 150 generations.",
1132
+ "cost_extraction": {
1133
+ "type": "fixed"
1134
+ },
1135
+ "source": "https://lumalabs.ai/dream-machine",
1136
+ "last_verified": "2026-05-11"
1137
+ },
1138
+ "mux_video": {
1139
+ "display_name": "Mux Video",
1140
+ "domains": [
1141
+ "api.mux.com"
1142
+ ],
1143
+ "category": "video_ai",
1144
+ "pricing_model": "per_minute",
1145
+ "cost_per_minute_usd": "0.04",
1146
+ "note": "Delivery: ~$0.04/min (1080p). Encoding: $0.015/min. Storage: $0.003/min. 100K delivery mins free/mo.",
1147
+ "cost_extraction": {
1148
+ "type": "fixed"
1149
+ },
1150
+ "source": "https://www.mux.com/pricing",
1151
+ "last_verified": "2026-05-11"
1152
+ },
1153
+ "slack_api": {
1154
+ "display_name": "Slack API",
1155
+ "domains": [
1156
+ "slack.com",
1157
+ "api.slack.com"
1158
+ ],
1159
+ "category": "messaging",
1160
+ "pricing_model": "per_request",
1161
+ "cost_per_request_usd": "0",
1162
+ "note": "API is free with workspace subscription ($7.25-$12.50/user/mo). Tracked for call counting.",
1163
+ "cost_extraction": {
1164
+ "type": "fixed"
1165
+ },
1166
+ "source": "https://slack.com/pricing",
1167
+ "last_verified": "2026-05-11"
1168
+ },
1169
+ "discord_api": {
1170
+ "display_name": "Discord API",
1171
+ "domains": [
1172
+ "discord.com",
1173
+ "discordapp.com"
1174
+ ],
1175
+ "category": "messaging",
1176
+ "pricing_model": "per_request",
1177
+ "cost_per_request_usd": "0",
1178
+ "note": "Free API. Rate limited. Tracked for call counting only.",
1179
+ "cost_extraction": {
1180
+ "type": "fixed"
1181
+ },
1182
+ "source": "https://discord.com/developers/docs",
1183
+ "last_verified": "2026-05-11"
1184
+ },
1185
+ "telegram_api": {
1186
+ "display_name": "Telegram Bot API",
1187
+ "domains": [
1188
+ "api.telegram.org"
1189
+ ],
1190
+ "category": "messaging",
1191
+ "pricing_model": "per_request",
1192
+ "cost_per_request_usd": "0",
1193
+ "note": "Free API. Tracked for call counting only.",
1194
+ "cost_extraction": {
1195
+ "type": "fixed"
1196
+ },
1197
+ "source": "https://core.telegram.org/bots/api",
1198
+ "last_verified": "2026-05-11"
1199
+ },
1200
+ "twilio_voice": {
1201
+ "display_name": "Twilio Voice",
1202
+ "domains": [
1203
+ "api.twilio.com"
1204
+ ],
1205
+ "endpoints": [
1206
+ "/Calls"
1207
+ ],
1208
+ "category": "messaging",
1209
+ "pricing_model": "per_minute",
1210
+ "cost_per_minute_usd": "0.014",
1211
+ "note": "Outbound US: $0.014/min. Inbound: $0.0085/min. Rates vary by country.",
1212
+ "cost_extraction": {
1213
+ "type": "endpoint_match"
1214
+ },
1215
+ "source": "https://www.twilio.com/en-us/voice/pricing",
1216
+ "last_verified": "2026-05-11"
1217
+ },
1218
+ "onesignal": {
1219
+ "display_name": "OneSignal",
1220
+ "domains": [
1221
+ "onesignal.com",
1222
+ "api.onesignal.com"
1223
+ ],
1224
+ "category": "messaging",
1225
+ "pricing_model": "per_mau",
1226
+ "cost_per_request_usd": "0",
1227
+ "note": "Free unlimited push notifications. Paid plans by MAU ($0.012/mobile MAU on Growth). Tracked for call counting.",
1228
+ "cost_extraction": {
1229
+ "type": "fixed"
1230
+ },
1231
+ "source": "https://onesignal.com/pricing",
1232
+ "last_verified": "2026-05-11"
1233
+ },
1234
+ "pusher": {
1235
+ "display_name": "Pusher Channels",
1236
+ "domains": [
1237
+ "api-*.pusher.com"
1238
+ ],
1239
+ "category": "messaging",
1240
+ "pricing_model": "per_message",
1241
+ "cost_per_request_usd": "0",
1242
+ "note": "Free: 200K messages/day. Paid plans from $49/mo. Tracked for call counting.",
1243
+ "cost_extraction": {
1244
+ "type": "fixed"
1245
+ },
1246
+ "source": "https://pusher.com/channels/pricing/",
1247
+ "last_verified": "2026-05-11"
1248
+ },
1249
+ "novu": {
1250
+ "display_name": "Novu",
1251
+ "domains": [
1252
+ "api.novu.co"
1253
+ ],
1254
+ "category": "messaging",
1255
+ "pricing_model": "per_event",
1256
+ "cost_per_request_usd": "0.0012",
1257
+ "note": "Business: $0.0012/event. Free: 30K events/mo.",
1258
+ "cost_extraction": {
1259
+ "type": "fixed"
1260
+ },
1261
+ "source": "https://novu.co/pricing/",
1262
+ "last_verified": "2026-05-11"
1263
+ },
1264
+ "neon_postgres": {
1265
+ "display_name": "Neon Serverless Postgres",
1266
+ "domains": [
1267
+ "console.neon.tech",
1268
+ "*.neon.tech"
1269
+ ],
1270
+ "category": "database",
1271
+ "pricing_model": "per_compute_hour",
1272
+ "cost_per_request_usd": "0",
1273
+ "note": "Launch: $0.106/CU-hour. Scale: $0.222/CU-hour. Storage: $0.35/GB-mo. Free: 100 CU-hours/mo.",
1274
+ "cost_extraction": {
1275
+ "type": "fixed"
1276
+ },
1277
+ "source": "https://neon.com/pricing",
1278
+ "last_verified": "2026-05-11"
1279
+ },
1280
+ "planetscale": {
1281
+ "display_name": "PlanetScale",
1282
+ "domains": [
1283
+ "api.planetscale.com",
1284
+ "*.psdb.cloud"
1285
+ ],
1286
+ "category": "database",
1287
+ "pricing_model": "per_row_read",
1288
+ "cost_per_request_usd": "0",
1289
+ "note": "Scaler Pro: $39/mo base. Reads: $1.50/billion. Writes: $1.50/million. Tracked for call counting.",
1290
+ "cost_extraction": {
1291
+ "type": "fixed"
1292
+ },
1293
+ "source": "https://planetscale.com/pricing",
1294
+ "last_verified": "2026-05-11"
1295
+ },
1296
+ "turso_db": {
1297
+ "display_name": "Turso (libSQL)",
1298
+ "domains": [
1299
+ "api.turso.tech",
1300
+ "*.turso.io"
1301
+ ],
1302
+ "category": "database",
1303
+ "pricing_model": "per_row_read",
1304
+ "cost_per_request_usd": "0",
1305
+ "note": "Scaler: $29/mo for 25B row reads. Free: 9GB storage + 500 DBs. Tracked for call counting.",
1306
+ "cost_extraction": {
1307
+ "type": "fixed"
1308
+ },
1309
+ "source": "https://turso.tech/pricing",
1310
+ "last_verified": "2026-05-11"
1311
+ },
1312
+ "mongodb_atlas": {
1313
+ "display_name": "MongoDB Atlas",
1314
+ "domains": [
1315
+ "*.mongodb.net",
1316
+ "cloud.mongodb.com"
1317
+ ],
1318
+ "category": "database",
1319
+ "pricing_model": "per_request",
1320
+ "cost_per_request_usd": "0",
1321
+ "note": "Serverless: $0.10/million reads + $1.00/million writes. Shared free tier available. Tracked for call counting.",
1322
+ "cost_extraction": {
1323
+ "type": "fixed"
1324
+ },
1325
+ "source": "https://www.mongodb.com/pricing",
1326
+ "last_verified": "2026-05-11"
1327
+ },
1328
+ "upstash_redis": {
1329
+ "display_name": "Upstash Redis",
1330
+ "domains": [
1331
+ "*.upstash.io"
1332
+ ],
1333
+ "category": "database",
1334
+ "pricing_model": "per_command",
1335
+ "cost_per_request_usd": "0.000002",
1336
+ "note": "PAYG: $0.20/100K commands = $0.000002/command. Free: 500K commands/mo.",
1337
+ "cost_extraction": {
1338
+ "type": "fixed"
1339
+ },
1340
+ "source": "https://upstash.com/pricing/redis",
1341
+ "last_verified": "2026-05-11"
1342
+ },
1343
+ "upstash_kafka": {
1344
+ "display_name": "Upstash Kafka",
1345
+ "domains": [
1346
+ "*.upstash.io"
1347
+ ],
1348
+ "category": "database",
1349
+ "pricing_model": "per_message",
1350
+ "cost_per_request_usd": "0.00006",
1351
+ "note": "PAYG: $0.60/100K messages. Free: 10K messages/day.",
1352
+ "cost_extraction": {
1353
+ "type": "fixed"
1354
+ },
1355
+ "source": "https://upstash.com/pricing/kafka",
1356
+ "last_verified": "2026-05-11"
1357
+ },
1358
+ "fauna_db": {
1359
+ "display_name": "Fauna",
1360
+ "domains": [
1361
+ "db.fauna.com"
1362
+ ],
1363
+ "category": "database",
1364
+ "pricing_model": "per_read_op",
1365
+ "cost_per_request_usd": "0",
1366
+ "note": "Reads: $0.45/million. Writes: $2.03/million. Compute: $0.18/million TROs. Free tier available. Tracked for call counting.",
1367
+ "cost_extraction": {
1368
+ "type": "fixed"
1369
+ },
1370
+ "source": "https://fauna.com/pricing",
1371
+ "last_verified": "2026-05-11"
1372
+ },
1373
+ "cockroachdb": {
1374
+ "display_name": "CockroachDB Serverless",
1375
+ "domains": [
1376
+ "*.cockroachlabs.cloud"
1377
+ ],
1378
+ "category": "database",
1379
+ "pricing_model": "per_request_unit",
1380
+ "cost_per_request_usd": "0",
1381
+ "note": "Basic: $0.20/million RUs. Free: 50M RUs/mo. Tracked for call counting.",
1382
+ "cost_extraction": {
1383
+ "type": "fixed"
1384
+ },
1385
+ "source": "https://www.cockroachlabs.com/pricing/",
1386
+ "last_verified": "2026-05-11"
1387
+ },
1388
+ "auth0": {
1389
+ "display_name": "Auth0 (Okta)",
1390
+ "domains": [
1391
+ "*.auth0.com",
1392
+ "*.us.auth0.com"
1393
+ ],
1394
+ "category": "authentication",
1395
+ "pricing_model": "per_mau",
1396
+ "cost_per_request_usd": "0",
1397
+ "note": "B2C Essentials: $35/mo for 500 MAU ($0.07/MAU overage). Free: 25K MAU. Tracked for call counting.",
1398
+ "cost_extraction": {
1399
+ "type": "fixed"
1400
+ },
1401
+ "source": "https://auth0.com/pricing",
1402
+ "last_verified": "2026-05-11"
1403
+ },
1404
+ "clerk_auth": {
1405
+ "display_name": "Clerk",
1406
+ "domains": [
1407
+ "api.clerk.com",
1408
+ "*.clerk.accounts.dev"
1409
+ ],
1410
+ "category": "authentication",
1411
+ "pricing_model": "per_mau",
1412
+ "cost_per_request_usd": "0",
1413
+ "note": "Pro: $25/mo + $0.02/MAU above 10K. Free: 10K MAU. Tracked for call counting.",
1414
+ "cost_extraction": {
1415
+ "type": "fixed"
1416
+ },
1417
+ "source": "https://clerk.com/pricing",
1418
+ "last_verified": "2026-05-11"
1419
+ },
1420
+ "firebase_auth": {
1421
+ "display_name": "Firebase Authentication",
1422
+ "domains": [
1423
+ "identitytoolkit.googleapis.com"
1424
+ ],
1425
+ "category": "authentication",
1426
+ "pricing_model": "per_mau",
1427
+ "cost_per_request_usd": "0",
1428
+ "note": "Free: 50K MAU. Phone auth: $0.01-0.06/verification. Tracked for call counting.",
1429
+ "cost_extraction": {
1430
+ "type": "fixed"
1431
+ },
1432
+ "source": "https://firebase.google.com/pricing",
1433
+ "last_verified": "2026-05-11"
1434
+ },
1435
+ "workos": {
1436
+ "display_name": "WorkOS",
1437
+ "domains": [
1438
+ "api.workos.com"
1439
+ ],
1440
+ "category": "authentication",
1441
+ "pricing_model": "per_mau",
1442
+ "cost_per_request_usd": "0",
1443
+ "note": "AuthKit free up to 1M MAU. SSO: $125/mo per connection. Tracked for call counting.",
1444
+ "cost_extraction": {
1445
+ "type": "fixed"
1446
+ },
1447
+ "source": "https://workos.com/pricing",
1448
+ "last_verified": "2026-05-11"
1449
+ },
1450
+ "cloudinary": {
1451
+ "display_name": "Cloudinary",
1452
+ "domains": [
1453
+ "api.cloudinary.com",
1454
+ "res.cloudinary.com"
1455
+ ],
1456
+ "category": "cdn_media",
1457
+ "pricing_model": "credit",
1458
+ "cost_per_credit_usd": "0.37",
1459
+ "note": "1 credit = 1K transformations or 1GB storage or 1GB bandwidth. Overage: ~$0.37/credit. Free: 25 credits/mo.",
1460
+ "cost_extraction": {
1461
+ "type": "fixed"
1462
+ },
1463
+ "source": "https://cloudinary.com/pricing",
1464
+ "last_verified": "2026-05-11"
1465
+ },
1466
+ "imgix": {
1467
+ "display_name": "imgix",
1468
+ "domains": [
1469
+ "*.imgix.net"
1470
+ ],
1471
+ "category": "cdn_media",
1472
+ "pricing_model": "per_image",
1473
+ "cost_per_request_usd": "0",
1474
+ "note": "Rendering: from $5/1K master images. Bandwidth extra. Tracked for call counting.",
1475
+ "cost_extraction": {
1476
+ "type": "fixed"
1477
+ },
1478
+ "source": "https://imgix.com/pricing",
1479
+ "last_verified": "2026-05-11"
1480
+ },
1481
+ "uploadthing": {
1482
+ "display_name": "Uploadthing",
1483
+ "domains": [
1484
+ "api.uploadthing.com",
1485
+ "uploadthing.com"
1486
+ ],
1487
+ "category": "cdn_media",
1488
+ "pricing_model": "per_gb",
1489
+ "cost_per_request_usd": "0",
1490
+ "note": "Free: 2GB storage. Pro: $10/mo for 100GB. Tracked for call counting.",
1491
+ "cost_extraction": {
1492
+ "type": "fixed"
1493
+ },
1494
+ "source": "https://uploadthing.com/pricing",
1495
+ "last_verified": "2026-05-11"
1496
+ },
1497
+ "sentry": {
1498
+ "display_name": "Sentry",
1499
+ "domains": [
1500
+ "sentry.io",
1501
+ "*.ingest.sentry.io"
1502
+ ],
1503
+ "category": "monitoring",
1504
+ "pricing_model": "per_event",
1505
+ "cost_per_request_usd": "0",
1506
+ "note": "Team: $29/mo for 50K events. Business: $89/mo for 100K. Dev free: 5K events. Tracked for call counting.",
1507
+ "cost_extraction": {
1508
+ "type": "fixed"
1509
+ },
1510
+ "source": "https://sentry.io/pricing/",
1511
+ "last_verified": "2026-05-11"
1512
+ },
1513
+ "datadog": {
1514
+ "display_name": "Datadog",
1515
+ "domains": [
1516
+ "api.datadoghq.com",
1517
+ "*.datadoghq.com"
1518
+ ],
1519
+ "category": "monitoring",
1520
+ "pricing_model": "per_event",
1521
+ "cost_per_request_usd": "0",
1522
+ "note": "Logs: $0.10/GB ingested. APM: $31/host/mo. Infra: $15/host/mo. Tracked for call counting.",
1523
+ "cost_extraction": {
1524
+ "type": "fixed"
1525
+ },
1526
+ "source": "https://www.datadoghq.com/pricing/",
1527
+ "last_verified": "2026-05-11"
1528
+ },
1529
+ "posthog": {
1530
+ "display_name": "PostHog",
1531
+ "domains": [
1532
+ "app.posthog.com",
1533
+ "us.posthog.com",
1534
+ "eu.posthog.com"
1535
+ ],
1536
+ "category": "monitoring",
1537
+ "pricing_model": "per_event",
1538
+ "cost_per_request_usd": "0",
1539
+ "note": "Product analytics: Free 1M events/mo, then $0.00031/event. Tracked for call counting.",
1540
+ "cost_extraction": {
1541
+ "type": "fixed"
1542
+ },
1543
+ "source": "https://posthog.com/pricing",
1544
+ "last_verified": "2026-05-11"
1545
+ },
1546
+ "mixpanel": {
1547
+ "display_name": "Mixpanel",
1548
+ "domains": [
1549
+ "api.mixpanel.com",
1550
+ "*.mixpanel.com"
1551
+ ],
1552
+ "category": "monitoring",
1553
+ "pricing_model": "per_event",
1554
+ "cost_per_request_usd": "0",
1555
+ "note": "Growth: $28/mo for 10K MTU. Free: 20M events/mo. Tracked for call counting.",
1556
+ "cost_extraction": {
1557
+ "type": "fixed"
1558
+ },
1559
+ "source": "https://mixpanel.com/pricing/",
1560
+ "last_verified": "2026-05-11"
1561
+ },
1562
+ "segment": {
1563
+ "display_name": "Segment (Twilio)",
1564
+ "domains": [
1565
+ "api.segment.io",
1566
+ "cdn.segment.com"
1567
+ ],
1568
+ "category": "monitoring",
1569
+ "pricing_model": "per_event",
1570
+ "cost_per_request_usd": "0",
1571
+ "note": "Free: 1K visitors/mo. Team: $120/mo for 10K MTU. Tracked for call counting.",
1572
+ "cost_extraction": {
1573
+ "type": "fixed"
1574
+ },
1575
+ "source": "https://segment.com/pricing/",
1576
+ "last_verified": "2026-05-11"
1577
+ },
1578
+ "huggingface_inference": {
1579
+ "display_name": "Hugging Face Inference",
1580
+ "domains": [
1581
+ "api-inference.huggingface.co",
1582
+ "*.endpoints.huggingface.cloud"
1583
+ ],
1584
+ "category": "ai_ml_platform",
1585
+ "pricing_model": "per_second",
1586
+ "cost_per_second_usd": "0.00012",
1587
+ "note": "Pay per second of compute. Rate depends on hardware (GPU/CPU). Endpoints from $0.03/hr.",
1588
+ "cost_extraction": {
1589
+ "type": "fixed"
1590
+ },
1591
+ "source": "https://huggingface.co/pricing",
1592
+ "last_verified": "2026-05-11"
1593
+ },
1594
+ "roboflow": {
1595
+ "display_name": "Roboflow",
1596
+ "domains": [
1597
+ "api.roboflow.com",
1598
+ "detect.roboflow.com"
1599
+ ],
1600
+ "category": "ai_ml_platform",
1601
+ "pricing_model": "per_inference",
1602
+ "cost_per_request_usd": "0.001",
1603
+ "note": "Starter: $0.001/inference. Free: 10K inferences/mo.",
1604
+ "cost_extraction": {
1605
+ "type": "fixed"
1606
+ },
1607
+ "source": "https://roboflow.com/pricing",
1608
+ "last_verified": "2026-05-11"
1609
+ },
1610
+ "scale_ai": {
1611
+ "display_name": "Scale AI",
1612
+ "domains": [
1613
+ "api.scale.com"
1614
+ ],
1615
+ "category": "ai_ml_platform",
1616
+ "pricing_model": "per_task",
1617
+ "cost_per_request_usd": "0.08",
1618
+ "note": "Data labeling from $0.08/task. Enterprise pricing. Volume discounts.",
1619
+ "cost_extraction": {
1620
+ "type": "fixed"
1621
+ },
1622
+ "source": "https://scale.com/pricing",
1623
+ "last_verified": "2026-05-11"
1624
+ },
1625
+ "together_ai": {
1626
+ "display_name": "Together AI",
1627
+ "domains": [
1628
+ "api.together.xyz"
1629
+ ],
1630
+ "category": "ai_ml_platform",
1631
+ "pricing_model": "per_token",
1632
+ "cost_per_request_usd": "0",
1633
+ "note": "Per-token pricing varies by model. Llama 3 70B: $0.88/1M tokens. Mixtral: $0.60/1M. Tracked for call counting.",
1634
+ "cost_extraction": {
1635
+ "type": "fixed"
1636
+ },
1637
+ "source": "https://www.together.ai/pricing",
1638
+ "last_verified": "2026-05-11"
1639
+ },
1640
+ "groq_inference": {
1641
+ "display_name": "Groq",
1642
+ "domains": [
1643
+ "api.groq.com"
1644
+ ],
1645
+ "category": "ai_ml_platform",
1646
+ "pricing_model": "per_token",
1647
+ "cost_per_request_usd": "0",
1648
+ "note": "Per-token pricing varies by model. Llama 3 70B: $0.59/1M input. Free tier available. Tracked for call counting.",
1649
+ "cost_extraction": {
1650
+ "type": "fixed"
1651
+ },
1652
+ "source": "https://groq.com/pricing/",
1653
+ "last_verified": "2026-05-11"
1654
+ },
1655
+ "fireworks_ai": {
1656
+ "display_name": "Fireworks AI",
1657
+ "domains": [
1658
+ "api.fireworks.ai"
1659
+ ],
1660
+ "category": "ai_ml_platform",
1661
+ "pricing_model": "per_token",
1662
+ "cost_per_request_usd": "0",
1663
+ "note": "Per-token pricing. Llama 3 70B: $0.90/1M tokens. Serverless or dedicated. Tracked for call counting.",
1664
+ "cost_extraction": {
1665
+ "type": "fixed"
1666
+ },
1667
+ "source": "https://fireworks.ai/pricing",
1668
+ "last_verified": "2026-05-11"
1669
+ },
1670
+ "zapier": {
1671
+ "display_name": "Zapier",
1672
+ "domains": [
1673
+ "hooks.zapier.com",
1674
+ "nla.zapier.com"
1675
+ ],
1676
+ "category": "workflow_automation",
1677
+ "pricing_model": "per_task",
1678
+ "cost_per_request_usd": "0.012",
1679
+ "note": "Pro: starts $29.99/mo for 750 tasks (~$0.04/task). Team: $103.50/mo for 2K tasks. Pay-per-task available.",
1680
+ "cost_extraction": {
1681
+ "type": "fixed"
1682
+ },
1683
+ "source": "https://zapier.com/pricing",
1684
+ "last_verified": "2026-05-11"
1685
+ },
1686
+ "make_integromat": {
1687
+ "display_name": "Make (Integromat)",
1688
+ "domains": [
1689
+ "hook.*.make.com",
1690
+ "*.make.com"
1691
+ ],
1692
+ "category": "workflow_automation",
1693
+ "pricing_model": "per_operation",
1694
+ "cost_per_request_usd": "0.00037",
1695
+ "note": "Core: $10.59/mo for 10K ops. Pro: $18.82/mo for 10K ops. Free: 1K ops/mo.",
1696
+ "cost_extraction": {
1697
+ "type": "fixed"
1698
+ },
1699
+ "source": "https://www.make.com/en/pricing",
1700
+ "last_verified": "2026-05-11"
1701
+ },
1702
+ "pipedream": {
1703
+ "display_name": "Pipedream",
1704
+ "domains": [
1705
+ "*.pipedream.net",
1706
+ "api.pipedream.com"
1707
+ ],
1708
+ "category": "workflow_automation",
1709
+ "pricing_model": "credit",
1710
+ "cost_per_credit_usd": "0.000197",
1711
+ "note": "Advanced: $29/mo for ~165K credits. Free: 10K credits/mo.",
1712
+ "cost_extraction": {
1713
+ "type": "fixed"
1714
+ },
1715
+ "source": "https://pipedream.com/pricing",
1716
+ "last_verified": "2026-05-11"
1717
+ },
1718
+ "paypal": {
1719
+ "display_name": "PayPal",
1720
+ "domains": [
1721
+ "api.paypal.com",
1722
+ "api-m.paypal.com"
1723
+ ],
1724
+ "category": "payment",
1725
+ "pricing_model": "percentage",
1726
+ "percentage": "0.0349",
1727
+ "fixed_fee_usd": "0.49",
1728
+ "note": "3.49% + $0.49 per transaction (online). Rates vary by type and region.",
1729
+ "cost_extraction": {
1730
+ "type": "fixed"
1731
+ },
1732
+ "source": "https://www.paypal.com/us/business/pricing",
1733
+ "last_verified": "2026-05-11"
1734
+ },
1735
+ "razorpay": {
1736
+ "display_name": "Razorpay",
1737
+ "domains": [
1738
+ "api.razorpay.com"
1739
+ ],
1740
+ "category": "payment",
1741
+ "pricing_model": "percentage",
1742
+ "percentage": "0.02",
1743
+ "note": "Standard: 2% per transaction (India). International: 3%. No setup fee.",
1744
+ "cost_extraction": {
1745
+ "type": "fixed"
1746
+ },
1747
+ "source": "https://razorpay.com/pricing/",
1748
+ "last_verified": "2026-05-11"
1749
+ },
1750
+ "shopify_api": {
1751
+ "display_name": "Shopify API",
1752
+ "domains": [
1753
+ "*.myshopify.com"
1754
+ ],
1755
+ "category": "ecommerce",
1756
+ "pricing_model": "per_request",
1757
+ "cost_per_request_usd": "0",
1758
+ "note": "API free with plan subscription ($29-$399/mo). Rate limited: 2-20 req/sec. Tracked for call counting.",
1759
+ "cost_extraction": {
1760
+ "type": "fixed"
1761
+ },
1762
+ "source": "https://www.shopify.com/pricing",
1763
+ "last_verified": "2026-05-11"
1764
+ },
1765
+ "twitter_api": {
1766
+ "display_name": "X (Twitter) API",
1767
+ "domains": [
1768
+ "api.twitter.com",
1769
+ "api.x.com"
1770
+ ],
1771
+ "category": "social_media",
1772
+ "pricing_model": "per_request",
1773
+ "cost_per_request_usd": "0",
1774
+ "note": "Free: 1.5K posts write/mo. Basic: $100/mo for 10K reads. Pro: $5K/mo. Tracked for call counting.",
1775
+ "cost_extraction": {
1776
+ "type": "fixed"
1777
+ },
1778
+ "source": "https://developer.x.com/en/products/twitter-api",
1779
+ "last_verified": "2026-05-11"
1780
+ },
1781
+ "linkedin_api": {
1782
+ "display_name": "LinkedIn API",
1783
+ "domains": [
1784
+ "api.linkedin.com"
1785
+ ],
1786
+ "category": "social_media",
1787
+ "pricing_model": "per_request",
1788
+ "cost_per_request_usd": "0",
1789
+ "note": "Free with developer app. Rate limited. Premium APIs require partnership. Tracked for call counting.",
1790
+ "cost_extraction": {
1791
+ "type": "fixed"
1792
+ },
1793
+ "source": "https://developer.linkedin.com/",
1794
+ "last_verified": "2026-05-11"
1795
+ },
1796
+ "reddit_api": {
1797
+ "display_name": "Reddit API",
1798
+ "domains": [
1799
+ "oauth.reddit.com",
1800
+ "www.reddit.com"
1801
+ ],
1802
+ "category": "social_media",
1803
+ "pricing_model": "per_request",
1804
+ "cost_per_request_usd": "0",
1805
+ "note": "Free: 100 req/min (OAuth). Tracked for call counting.",
1806
+ "cost_extraction": {
1807
+ "type": "fixed"
1808
+ },
1809
+ "source": "https://www.reddit.com/dev/api/",
1810
+ "last_verified": "2026-05-11"
1811
+ },
1812
+ "youtube_data_api": {
1813
+ "display_name": "YouTube Data API",
1814
+ "domains": [
1815
+ "www.googleapis.com"
1816
+ ],
1817
+ "endpoints": [
1818
+ "/youtube"
1819
+ ],
1820
+ "category": "social_media",
1821
+ "pricing_model": "per_request",
1822
+ "cost_per_request_usd": "0",
1823
+ "note": "Free: 10K units/day. Most reads cost 1 unit. Search costs 100 units. Tracked for call counting.",
1824
+ "cost_extraction": {
1825
+ "type": "endpoint_match"
1826
+ },
1827
+ "source": "https://developers.google.com/youtube/v3/getting-started",
1828
+ "last_verified": "2026-05-11"
1829
+ },
1830
+ "openweathermap": {
1831
+ "display_name": "OpenWeatherMap",
1832
+ "domains": [
1833
+ "api.openweathermap.org"
1834
+ ],
1835
+ "category": "weather",
1836
+ "pricing_model": "per_request",
1837
+ "cost_per_request_usd": "0.00015",
1838
+ "note": "One Call 3.0: 1K calls/day free, then $0.15/100 calls. Other APIs: Free 60 calls/min.",
1839
+ "cost_extraction": {
1840
+ "type": "fixed"
1841
+ },
1842
+ "source": "https://openweathermap.org/price",
1843
+ "last_verified": "2026-05-11"
1844
+ },
1845
+ "weatherapi": {
1846
+ "display_name": "WeatherAPI",
1847
+ "domains": [
1848
+ "api.weatherapi.com"
1849
+ ],
1850
+ "category": "weather",
1851
+ "pricing_model": "per_request",
1852
+ "cost_per_request_usd": "0",
1853
+ "note": "Free: 1M calls/mo. Pro: $9/mo for 2M. Tracked for call counting.",
1854
+ "cost_extraction": {
1855
+ "type": "fixed"
1856
+ },
1857
+ "source": "https://www.weatherapi.com/pricing.aspx",
1858
+ "last_verified": "2026-05-11"
1859
+ },
1860
+ "newsapi": {
1861
+ "display_name": "NewsAPI",
1862
+ "domains": [
1863
+ "newsapi.org"
1864
+ ],
1865
+ "category": "news",
1866
+ "pricing_model": "per_request",
1867
+ "cost_per_request_usd": "0.001",
1868
+ "note": "Business: $449/mo for 250K req. Developer: free 100 req/day.",
1869
+ "cost_extraction": {
1870
+ "type": "fixed"
1871
+ },
1872
+ "source": "https://newsapi.org/pricing",
1873
+ "last_verified": "2026-05-11"
1874
+ },
1875
+ "ipinfo": {
1876
+ "display_name": "IPinfo",
1877
+ "domains": [
1878
+ "ipinfo.io"
1879
+ ],
1880
+ "category": "geolocation",
1881
+ "pricing_model": "per_request",
1882
+ "cost_per_request_usd": "0.0001",
1883
+ "note": "Basic: $99/mo for 250K req = $0.0004/req. Free: 50K/mo. Business: $249/mo for 1M.",
1884
+ "cost_extraction": {
1885
+ "type": "fixed"
1886
+ },
1887
+ "source": "https://ipinfo.io/pricing",
1888
+ "last_verified": "2026-05-11"
1889
+ },
1890
+ "maxmind_geoip": {
1891
+ "display_name": "MaxMind GeoIP",
1892
+ "domains": [
1893
+ "geoip.maxmind.com"
1894
+ ],
1895
+ "category": "geolocation",
1896
+ "pricing_model": "per_query",
1897
+ "cost_per_request_usd": "0.0001",
1898
+ "note": "GeoIP2 Web: $0.10/1K queries. Free GeoLite2 DB downloads available.",
1899
+ "cost_extraction": {
1900
+ "type": "fixed"
1901
+ },
1902
+ "source": "https://www.maxmind.com/en/geoip2-precision-services",
1903
+ "last_verified": "2026-05-11"
1904
+ },
1905
+ "aws_sqs": {
1906
+ "display_name": "AWS SQS",
1907
+ "domains": [
1908
+ "sqs.*.amazonaws.com"
1909
+ ],
1910
+ "category": "queue",
1911
+ "pricing_model": "per_request",
1912
+ "cost_per_request_usd": "0.0000004",
1913
+ "note": "Standard: $0.40/million requests. FIFO: $0.50/million. Free: 1M requests/mo.",
1914
+ "cost_extraction": {
1915
+ "type": "fixed"
1916
+ },
1917
+ "source": "https://aws.amazon.com/sqs/pricing/",
1918
+ "last_verified": "2026-05-11"
1919
+ },
1920
+ "redis_cloud": {
1921
+ "display_name": "Redis Cloud",
1922
+ "domains": [
1923
+ "*.redis.cloud",
1924
+ "redis-*.c*.*.ec2.cloud.redislabs.com"
1925
+ ],
1926
+ "category": "queue",
1927
+ "pricing_model": "per_request",
1928
+ "cost_per_request_usd": "0",
1929
+ "note": "Fixed: from $5/mo for 250MB. Free: 30MB. Per-operation pricing not applicable. Tracked for call counting.",
1930
+ "cost_extraction": {
1931
+ "type": "fixed"
1932
+ },
1933
+ "source": "https://redis.io/pricing/",
1934
+ "last_verified": "2026-05-11"
1935
+ },
1936
+ "github_api": {
1937
+ "display_name": "GitHub API",
1938
+ "domains": [
1939
+ "api.github.com"
1940
+ ],
1941
+ "category": "devops",
1942
+ "pricing_model": "per_request",
1943
+ "cost_per_request_usd": "0",
1944
+ "note": "Free API. Rate limited: 5K req/hr (authenticated). Tracked for call counting.",
1945
+ "cost_extraction": {
1946
+ "type": "fixed"
1947
+ },
1948
+ "source": "https://docs.github.com/en/rest",
1949
+ "last_verified": "2026-05-11"
1950
+ },
1951
+ "gitlab_api": {
1952
+ "display_name": "GitLab API",
1953
+ "domains": [
1954
+ "gitlab.com"
1955
+ ],
1956
+ "category": "devops",
1957
+ "pricing_model": "per_request",
1958
+ "cost_per_request_usd": "0",
1959
+ "note": "Free with GitLab account. Rate limited. Tracked for call counting.",
1960
+ "cost_extraction": {
1961
+ "type": "fixed"
1962
+ },
1963
+ "source": "https://docs.gitlab.com/ee/api/",
1964
+ "last_verified": "2026-05-11"
1965
+ },
1966
+ "sonarcloud": {
1967
+ "display_name": "SonarCloud",
1968
+ "domains": [
1969
+ "sonarcloud.io"
1970
+ ],
1971
+ "category": "devops",
1972
+ "pricing_model": "per_loc",
1973
+ "cost_per_request_usd": "0",
1974
+ "note": "Free for public repos. Private: from $10/mo for 100K LoC. Tracked for call counting.",
1975
+ "cost_extraction": {
1976
+ "type": "fixed"
1977
+ },
1978
+ "source": "https://www.sonarsource.com/products/sonarcloud/pricing/",
1979
+ "last_verified": "2026-05-11"
1980
+ },
1981
+ "snyk": {
1982
+ "display_name": "Snyk",
1983
+ "domains": [
1984
+ "api.snyk.io",
1985
+ "snyk.io"
1986
+ ],
1987
+ "category": "devops",
1988
+ "pricing_model": "per_test",
1989
+ "cost_per_request_usd": "0",
1990
+ "note": "Free: 200 tests/mo. Team: $25/dev/mo. Tracked for call counting.",
1991
+ "cost_extraction": {
1992
+ "type": "fixed"
1993
+ },
1994
+ "source": "https://snyk.io/plans/",
1995
+ "last_verified": "2026-05-11"
1996
+ },
1997
+ "vercel_api": {
1998
+ "display_name": "Vercel",
1999
+ "domains": [
2000
+ "api.vercel.com"
2001
+ ],
2002
+ "category": "devops",
2003
+ "pricing_model": "per_request",
2004
+ "cost_per_request_usd": "0",
2005
+ "note": "Free: 100GB bandwidth. Pro: $20/user/mo. Tracked for call counting.",
2006
+ "cost_extraction": {
2007
+ "type": "fixed"
2008
+ },
2009
+ "source": "https://vercel.com/pricing",
2010
+ "last_verified": "2026-05-11"
2011
+ },
2012
+ "docusign": {
2013
+ "display_name": "DocuSign eSignature",
2014
+ "domains": [
2015
+ "*.docusign.net",
2016
+ "*.docusign.com"
2017
+ ],
2018
+ "category": "esignature",
2019
+ "pricing_model": "per_envelope",
2020
+ "cost_per_request_usd": "0.50",
2021
+ "note": "API starter: $600/yr. Metered overages: $0.10-$2.00/envelope depending on plan.",
2022
+ "cost_extraction": {
2023
+ "type": "fixed"
2024
+ },
2025
+ "source": "https://ecom.docusign.com/plans-and-pricing/developer",
2026
+ "last_verified": "2026-05-11"
2027
+ },
2028
+ "calendly_api": {
2029
+ "display_name": "Calendly",
2030
+ "domains": [
2031
+ "api.calendly.com"
2032
+ ],
2033
+ "category": "calendar",
2034
+ "pricing_model": "per_request",
2035
+ "cost_per_request_usd": "0",
2036
+ "note": "API free with plan ($10-$16/user/mo). Rate limited. Tracked for call counting.",
2037
+ "cost_extraction": {
2038
+ "type": "fixed"
2039
+ },
2040
+ "source": "https://calendly.com/pricing",
2041
+ "last_verified": "2026-05-11"
2042
+ },
2043
+ "jira_api": {
2044
+ "display_name": "Jira (Atlassian)",
2045
+ "domains": [
2046
+ "*.atlassian.net"
2047
+ ],
2048
+ "category": "project_management",
2049
+ "pricing_model": "per_request",
2050
+ "cost_per_request_usd": "0",
2051
+ "note": "API free with subscription ($7-$12/user/mo). Rate limited. Tracked for call counting.",
2052
+ "cost_extraction": {
2053
+ "type": "fixed"
2054
+ },
2055
+ "source": "https://www.atlassian.com/software/jira/pricing",
2056
+ "last_verified": "2026-05-11"
2057
+ },
2058
+ "linear_api": {
2059
+ "display_name": "Linear",
2060
+ "domains": [
2061
+ "api.linear.app"
2062
+ ],
2063
+ "category": "project_management",
2064
+ "pricing_model": "per_request",
2065
+ "cost_per_request_usd": "0",
2066
+ "note": "API free with plan (Free for small teams, $8/user/mo Plus). Tracked for call counting.",
2067
+ "cost_extraction": {
2068
+ "type": "fixed"
2069
+ },
2070
+ "source": "https://linear.app/pricing",
2071
+ "last_verified": "2026-05-11"
2072
+ },
2073
+ "asana_api": {
2074
+ "display_name": "Asana",
2075
+ "domains": [
2076
+ "app.asana.com"
2077
+ ],
2078
+ "category": "project_management",
2079
+ "pricing_model": "per_request",
2080
+ "cost_per_request_usd": "0",
2081
+ "note": "API free with subscription ($10.99-$24.99/user/mo). Rate limited: 1.5K/min. Tracked for call counting.",
2082
+ "cost_extraction": {
2083
+ "type": "fixed"
2084
+ },
2085
+ "source": "https://asana.com/pricing",
2086
+ "last_verified": "2026-05-11"
2087
+ },
2088
+ "clickup_api": {
2089
+ "display_name": "ClickUp",
2090
+ "domains": [
2091
+ "api.clickup.com"
2092
+ ],
2093
+ "category": "project_management",
2094
+ "pricing_model": "per_request",
2095
+ "cost_per_request_usd": "0",
2096
+ "note": "API free with plan ($7-$12/user/mo). Rate limited: 100 req/min. Tracked for call counting.",
2097
+ "cost_extraction": {
2098
+ "type": "fixed"
2099
+ },
2100
+ "source": "https://clickup.com/pricing",
2101
+ "last_verified": "2026-05-11"
2102
+ },
2103
+ "notion_api": {
2104
+ "display_name": "Notion",
2105
+ "domains": [
2106
+ "api.notion.com"
2107
+ ],
2108
+ "category": "project_management",
2109
+ "pricing_model": "per_request",
2110
+ "cost_per_request_usd": "0",
2111
+ "note": "API free with plan ($8-$15/user/mo). Rate limited: 3 req/sec. Tracked for call counting.",
2112
+ "cost_extraction": {
2113
+ "type": "fixed"
2114
+ },
2115
+ "source": "https://www.notion.so/pricing",
2116
+ "last_verified": "2026-05-11"
2117
+ },
2118
+ "salesforce_api": {
2119
+ "display_name": "Salesforce API",
2120
+ "domains": [
2121
+ "*.salesforce.com",
2122
+ "*.force.com"
2123
+ ],
2124
+ "category": "crm",
2125
+ "pricing_model": "per_request",
2126
+ "cost_per_request_usd": "0",
2127
+ "note": "API included in subscription ($25-$500/user/mo). Daily limits by edition (15K-100K calls). Tracked for call counting.",
2128
+ "cost_extraction": {
2129
+ "type": "fixed"
2130
+ },
2131
+ "source": "https://www.salesforce.com/editions-pricing/",
2132
+ "last_verified": "2026-05-11"
2133
+ },
2134
+ "hubspot_api": {
2135
+ "display_name": "HubSpot API",
2136
+ "domains": [
2137
+ "api.hubapi.com",
2138
+ "api.hubspot.com"
2139
+ ],
2140
+ "category": "crm",
2141
+ "pricing_model": "per_request",
2142
+ "cost_per_request_usd": "0",
2143
+ "note": "API free with subscription. Rate limited: 100-200 req/10sec. Tracked for call counting.",
2144
+ "cost_extraction": {
2145
+ "type": "fixed"
2146
+ },
2147
+ "source": "https://www.hubspot.com/pricing/",
2148
+ "last_verified": "2026-05-11"
2149
+ },
2150
+ "scraperapi": {
2151
+ "display_name": "ScraperAPI",
2152
+ "domains": [
2153
+ "api.scraperapi.com"
2154
+ ],
2155
+ "category": "scraping",
2156
+ "pricing_model": "credit",
2157
+ "cost_per_credit_usd": "0.00085",
2158
+ "default_credits_per_request": 1,
2159
+ "note": "Hobby: $49/mo for ~5.8K credits. 1 credit = 1 successful request. JS rendering uses 10 credits.",
2160
+ "cost_extraction": {
2161
+ "type": "fixed"
2162
+ },
2163
+ "source": "https://www.scraperapi.com/pricing/",
2164
+ "last_verified": "2026-05-11"
2165
+ },
2166
+ "zenrows": {
2167
+ "display_name": "ZenRows",
2168
+ "domains": [
2169
+ "api.zenrows.com"
2170
+ ],
2171
+ "category": "scraping",
2172
+ "pricing_model": "per_request",
2173
+ "cost_per_request_usd": "0.00028",
2174
+ "note": "Basic: $0.28/1K req. JS rendering: $0.50/1K. Premium proxy: $1.00/1K. Business plan.",
2175
+ "cost_extraction": {
2176
+ "type": "fixed"
2177
+ },
2178
+ "source": "https://www.zenrows.com/pricing",
2179
+ "last_verified": "2026-05-11"
2180
+ },
2181
+ "oxylabs_scraper": {
2182
+ "display_name": "Oxylabs Scraper API",
2183
+ "domains": [
2184
+ "realtime.oxylabs.io"
2185
+ ],
2186
+ "category": "scraping",
2187
+ "pricing_model": "per_request",
2188
+ "cost_per_request_usd": "0.002",
2189
+ "note": "Micro: $49/mo for 25K results ($0.002/result). JS rendering uses more.",
2190
+ "cost_extraction": {
2191
+ "type": "fixed"
2192
+ },
2193
+ "source": "https://oxylabs.io/products/scraper-api/web/pricing",
2194
+ "last_verified": "2026-05-11"
2195
+ },
2196
+ "openai_tts": {
2197
+ "display_name": "OpenAI TTS",
2198
+ "domains": [
2199
+ "api.openai.com"
2200
+ ],
2201
+ "endpoints": [
2202
+ "/v1/audio/speech"
2203
+ ],
2204
+ "category": "speech",
2205
+ "pricing_model": "per_character",
2206
+ "cost_per_1k_characters_usd": "0.015",
2207
+ "note": "TTS: $15/1M chars. TTS HD: $30/1M chars.",
2208
+ "cost_extraction": {
2209
+ "type": "endpoint_match"
2210
+ },
2211
+ "source": "https://openai.com/api/pricing/",
2212
+ "last_verified": "2026-05-11"
2213
+ },
2214
+ "resemble_ai": {
2215
+ "display_name": "Resemble AI",
2216
+ "domains": [
2217
+ "api.resemble.ai"
2218
+ ],
2219
+ "category": "speech",
2220
+ "pricing_model": "per_second",
2221
+ "cost_per_second_usd": "0.006",
2222
+ "note": "API: $0.006/sec of generated audio (~$0.36/min). Plans from $30/mo.",
2223
+ "cost_extraction": {
2224
+ "type": "fixed"
2225
+ },
2226
+ "source": "https://www.resemble.ai/pricing/",
2227
+ "last_verified": "2026-05-11"
2228
+ },
2229
+ "playht": {
2230
+ "display_name": "Play.ht",
2231
+ "domains": [
2232
+ "api.play.ht"
2233
+ ],
2234
+ "category": "speech",
2235
+ "pricing_model": "per_character",
2236
+ "cost_per_1k_characters_usd": "0.03",
2237
+ "note": "Pro: $31.20/mo for unlimited chars. API: ~$0.03/1K chars on Creator plan.",
2238
+ "cost_extraction": {
2239
+ "type": "fixed"
2240
+ },
2241
+ "source": "https://play.ht/pricing/",
2242
+ "last_verified": "2026-05-11"
2243
+ },
2244
+ "google_custom_search": {
2245
+ "display_name": "Google Custom Search",
2246
+ "domains": [
2247
+ "www.googleapis.com"
2248
+ ],
2249
+ "endpoints": [
2250
+ "/customsearch"
2251
+ ],
2252
+ "category": "search",
2253
+ "pricing_model": "per_query",
2254
+ "cost_per_request_usd": "0.005",
2255
+ "note": "$5/1K queries. First 100 queries/day free.",
2256
+ "cost_extraction": {
2257
+ "type": "endpoint_match"
2258
+ },
2259
+ "source": "https://developers.google.com/custom-search/v1/overview",
2260
+ "last_verified": "2026-05-11"
2261
+ },
2262
+ "you_search": {
2263
+ "display_name": "You.com Search API",
2264
+ "domains": [
2265
+ "api.ydc-index.io"
2266
+ ],
2267
+ "category": "search",
2268
+ "pricing_model": "per_request",
2269
+ "cost_per_request_usd": "0.005",
2270
+ "note": "Web Search: $0.005/req. News: $0.005/req. RAG: $0.005/req. Free tier available.",
2271
+ "cost_extraction": {
2272
+ "type": "fixed"
2273
+ },
2274
+ "source": "https://api.you.com/pricing",
2275
+ "last_verified": "2026-05-11"
2276
+ },
2277
+ "midjourney_api": {
2278
+ "display_name": "Midjourney",
2279
+ "domains": [
2280
+ "api.midjourney.com"
2281
+ ],
2282
+ "category": "image",
2283
+ "pricing_model": "per_image",
2284
+ "cost_per_image_usd": "0.05",
2285
+ "note": "Estimated: Basic $10/mo for ~200 images. No official API yet \u2014 proxied services available.",
2286
+ "cost_confidence_override": "estimated",
2287
+ "cost_extraction": {
2288
+ "type": "fixed"
2289
+ },
2290
+ "source": "https://www.midjourney.com/",
2291
+ "last_verified": "2026-05-11"
2292
+ },
2293
+ "flux_fal": {
2294
+ "display_name": "Fal.ai (Flux)",
2295
+ "domains": [
2296
+ "fal.run",
2297
+ "*.fal.ai"
2298
+ ],
2299
+ "category": "image",
2300
+ "pricing_model": "per_image",
2301
+ "cost_per_image_usd": "0.025",
2302
+ "note": "Flux Pro: $0.05/image. Flux Schnell: $0.003/image. SDXL: $0.01/image.",
2303
+ "cost_extraction": {
2304
+ "type": "fixed"
2305
+ },
2306
+ "source": "https://fal.ai/pricing",
2307
+ "last_verified": "2026-05-11"
2308
+ },
2309
+ "leonardo_ai": {
2310
+ "display_name": "Leonardo.Ai",
2311
+ "domains": [
2312
+ "cloud.leonardo.ai"
2313
+ ],
2314
+ "category": "image",
2315
+ "pricing_model": "per_image",
2316
+ "cost_per_image_usd": "0.01",
2317
+ "note": "API: ~$0.006-$0.012/image depending on model. Apprentice: $12/mo for 8.5K tokens.",
2318
+ "cost_extraction": {
2319
+ "type": "fixed"
2320
+ },
2321
+ "source": "https://leonardo.ai/pricing",
2322
+ "last_verified": "2026-05-11"
2323
+ },
2324
+ "mixedbread_embed": {
2325
+ "display_name": "Mixedbread Embeddings",
2326
+ "domains": [
2327
+ "api.mixedbread.ai"
2328
+ ],
2329
+ "category": "embedding",
2330
+ "pricing_model": "per_token",
2331
+ "cost_per_1k_tokens_usd": "0.0001",
2332
+ "note": "mxbai-embed-large: $0.10/1M tokens. Free tier available.",
2333
+ "cost_extraction": {
2334
+ "type": "fixed"
2335
+ },
2336
+ "source": "https://www.mixedbread.ai/pricing",
2337
+ "last_verified": "2026-05-11"
2338
+ },
2339
+ "nomic_embed": {
2340
+ "display_name": "Nomic Embeddings",
2341
+ "domains": [
2342
+ "api-atlas.nomic.ai"
2343
+ ],
2344
+ "category": "embedding",
2345
+ "pricing_model": "per_token",
2346
+ "cost_per_1k_tokens_usd": "0.00001",
2347
+ "note": "nomic-embed-text: $0.01/1M tokens. Very low cost.",
2348
+ "cost_extraction": {
2349
+ "type": "fixed"
2350
+ },
2351
+ "source": "https://www.nomic.ai/pricing",
2352
+ "last_verified": "2026-05-11"
2353
+ },
2354
+ "chroma_cloud": {
2355
+ "display_name": "Chroma Cloud",
2356
+ "domains": [
2357
+ "api.trychroma.com",
2358
+ "*.trychroma.com"
2359
+ ],
2360
+ "category": "vector_db",
2361
+ "pricing_model": "per_request",
2362
+ "cost_per_request_usd": "0",
2363
+ "note": "Cloud: from $30/mo. Open source self-hosted is free. Tracked for call counting.",
2364
+ "cost_extraction": {
2365
+ "type": "fixed"
2366
+ },
2367
+ "source": "https://www.trychroma.com/pricing",
2368
+ "last_verified": "2026-05-11"
2369
+ },
2370
+ "turbopuffer": {
2371
+ "display_name": "Turbopuffer",
2372
+ "domains": [
2373
+ "api.turbopuffer.com"
2374
+ ],
2375
+ "category": "vector_db",
2376
+ "pricing_model": "per_request",
2377
+ "cost_per_request_usd": "0",
2378
+ "note": "Pay-per-use: $0.2/million vectors stored/mo, $0.04/1K queries. Tracked for call counting.",
2379
+ "cost_extraction": {
2380
+ "type": "fixed"
2381
+ },
2382
+ "source": "https://turbopuffer.com/pricing",
2383
+ "last_verified": "2026-05-11"
2384
+ },
2385
+ "fly_machines": {
2386
+ "display_name": "Fly.io Machines",
2387
+ "domains": [
2388
+ "api.machines.dev",
2389
+ "*.fly.dev"
2390
+ ],
2391
+ "category": "compute",
2392
+ "pricing_model": "per_second",
2393
+ "cost_per_second_usd": "0.0000058",
2394
+ "note": "shared-cpu-1x: $0.0000058/sec (~$1.94/mo). Billed per second when running.",
2395
+ "cost_extraction": {
2396
+ "type": "fixed"
2397
+ },
2398
+ "source": "https://fly.io/docs/about/pricing/",
2399
+ "last_verified": "2026-05-11"
2400
+ },
2401
+ "cloudflare_workers": {
2402
+ "display_name": "Cloudflare Workers",
2403
+ "domains": [
2404
+ "*.workers.dev"
2405
+ ],
2406
+ "category": "compute",
2407
+ "pricing_model": "per_request",
2408
+ "cost_per_request_usd": "0.0000005",
2409
+ "note": "Paid: $5/mo includes 10M requests, then $0.50/million. Free: 100K requests/day.",
2410
+ "cost_extraction": {
2411
+ "type": "fixed"
2412
+ },
2413
+ "source": "https://developers.cloudflare.com/workers/platform/pricing/",
2414
+ "last_verified": "2026-05-11"
2415
+ },
2416
+ "adobe_pdf_services": {
2417
+ "display_name": "Adobe PDF Services",
2418
+ "domains": [
2419
+ "pdf-services.adobe.io"
2420
+ ],
2421
+ "category": "document",
2422
+ "pricing_model": "per_transaction",
2423
+ "cost_per_request_usd": "0.05",
2424
+ "note": "Pay-as-you-go: $0.05/document transaction. Free: 500 transactions/mo.",
2425
+ "cost_extraction": {
2426
+ "type": "fixed"
2427
+ },
2428
+ "source": "https://developer.adobe.com/document-services/pricing/main/",
2429
+ "last_verified": "2026-05-11"
2430
+ },
2431
+ "docraptor": {
2432
+ "display_name": "DocRaptor (HTML to PDF)",
2433
+ "domains": [
2434
+ "docraptor.com"
2435
+ ],
2436
+ "category": "document",
2437
+ "pricing_model": "per_document",
2438
+ "cost_per_request_usd": "0.02",
2439
+ "note": "Growth: $29/mo for 1.25K docs. Test documents always free.",
2440
+ "cost_extraction": {
2441
+ "type": "fixed"
2442
+ },
2443
+ "source": "https://docraptor.com/pricing",
2444
+ "last_verified": "2026-05-11"
2445
+ },
2446
+ "browserless": {
2447
+ "display_name": "Browserless",
2448
+ "domains": [
2449
+ "chrome.browserless.io",
2450
+ "*.browserless.io"
2451
+ ],
2452
+ "category": "agent_tools",
2453
+ "pricing_model": "per_unit",
2454
+ "cost_per_request_usd": "0.01",
2455
+ "note": "Usage: ~$0.01-0.02/browser session. Free: 6 hrs/mo. Plans from $200/mo.",
2456
+ "cost_extraction": {
2457
+ "type": "fixed"
2458
+ },
2459
+ "source": "https://www.browserless.io/pricing",
2460
+ "last_verified": "2026-05-11"
2461
+ },
2462
+ "tavily_extract": {
2463
+ "display_name": "Tavily Extract",
2464
+ "domains": [
2465
+ "api.tavily.com"
2466
+ ],
2467
+ "endpoints": [
2468
+ "/extract"
2469
+ ],
2470
+ "category": "agent_tools",
2471
+ "pricing_model": "credit",
2472
+ "cost_per_credit_usd": "0.04",
2473
+ "default_credits_per_request": 1,
2474
+ "note": "Extract API: 5 credits/request (vs 1 for search). $0.04/extraction at $0.008/credit.",
2475
+ "cost_extraction": {
2476
+ "type": "endpoint_match"
2477
+ },
2478
+ "source": "https://docs.tavily.com/documentation/api-credits",
2479
+ "last_verified": "2026-05-11"
2480
+ },
2481
+ "gcs": {
2482
+ "display_name": "Google Cloud Storage",
2483
+ "domains": [
2484
+ "storage.googleapis.com",
2485
+ "*.storage.googleapis.com"
2486
+ ],
2487
+ "category": "cloud_storage",
2488
+ "pricing_model": "per_request",
2489
+ "cost_per_request_usd": "0.000004",
2490
+ "note": "Class A ops (write): $0.005/1K. Class B ops (read): $0.004/10K. Storage: $0.020/GB-mo.",
2491
+ "cost_extraction": {
2492
+ "type": "fixed"
2493
+ },
2494
+ "source": "https://cloud.google.com/storage/pricing",
2495
+ "last_verified": "2026-05-11"
2496
+ },
2497
+ "azure_blob": {
2498
+ "display_name": "Azure Blob Storage",
2499
+ "domains": [
2500
+ "*.blob.core.windows.net"
2501
+ ],
2502
+ "category": "cloud_storage",
2503
+ "pricing_model": "per_request",
2504
+ "cost_per_request_usd": "0.0000036",
2505
+ "note": "Hot: Write $0.065/10K ops, Read $0.005/10K ops. Storage: $0.018/GB-mo.",
2506
+ "cost_extraction": {
2507
+ "type": "fixed"
2508
+ },
2509
+ "source": "https://azure.microsoft.com/en-us/pricing/details/storage/blobs/",
2510
+ "last_verified": "2026-05-11"
2511
+ },
2512
+ "r2_cloudflare": {
2513
+ "display_name": "Cloudflare R2",
2514
+ "domains": [
2515
+ "*.r2.cloudflarestorage.com"
2516
+ ],
2517
+ "category": "cloud_storage",
2518
+ "pricing_model": "per_request",
2519
+ "cost_per_request_usd": "0.0000036",
2520
+ "note": "Class A (write): $4.50/million. Class B (read): $0.36/million. Zero egress fees. Free: 10M reads/mo.",
2521
+ "cost_extraction": {
2522
+ "type": "fixed"
2523
+ },
2524
+ "source": "https://developers.cloudflare.com/r2/pricing/",
2525
+ "last_verified": "2026-05-11"
2526
+ },
2527
+ "apollo_io": {
2528
+ "display_name": "Apollo.io",
2529
+ "domains": [
2530
+ "api.apollo.io"
2531
+ ],
2532
+ "category": "data_enrichment",
2533
+ "pricing_model": "credit",
2534
+ "cost_per_credit_usd": "0.03",
2535
+ "note": "Basic: $49/mo for 900 credits. 1 credit = 1 email/phone lookup. Free: 10K credits/yr.",
2536
+ "cost_extraction": {
2537
+ "type": "fixed"
2538
+ },
2539
+ "source": "https://www.apollo.io/pricing",
2540
+ "last_verified": "2026-05-11"
2541
+ },
2542
+ "zoominfo_api": {
2543
+ "display_name": "ZoomInfo",
2544
+ "domains": [
2545
+ "api.zoominfo.com"
2546
+ ],
2547
+ "category": "data_enrichment",
2548
+ "pricing_model": "credit",
2549
+ "cost_per_credit_usd": "0.10",
2550
+ "note": "Enterprise pricing from ~$15K/yr. Estimated $0.10/credit. Volume discounts.",
2551
+ "cost_confidence_override": "estimated",
2552
+ "cost_extraction": {
2553
+ "type": "fixed"
2554
+ },
2555
+ "source": "https://www.zoominfo.com/pricing",
2556
+ "last_verified": "2026-05-11"
2557
+ },
2558
+ "cohere_rerank": {
2559
+ "display_name": "Cohere Rerank",
2560
+ "domains": [
2561
+ "api.cohere.com"
2562
+ ],
2563
+ "endpoints": [
2564
+ "/v1/rerank",
2565
+ "/v2/rerank"
2566
+ ],
2567
+ "category": "ai_ml_platform",
2568
+ "pricing_model": "per_search",
2569
+ "cost_per_request_usd": "0.002",
2570
+ "note": "Rerank: $2/1K searches.",
2571
+ "cost_extraction": {
2572
+ "type": "endpoint_match"
2573
+ },
2574
+ "source": "https://cohere.com/pricing",
2575
+ "last_verified": "2026-05-11"
2576
+ },
2577
+ "jina_reranker": {
2578
+ "display_name": "Jina Reranker",
2579
+ "domains": [
2580
+ "api.jina.ai"
2581
+ ],
2582
+ "endpoints": [
2583
+ "/v1/rerank"
2584
+ ],
2585
+ "category": "ai_ml_platform",
2586
+ "pricing_model": "per_search",
2587
+ "cost_per_request_usd": "0.00002",
2588
+ "note": "jina-reranker-v2: $0.02/1K searches. Very low cost.",
2589
+ "cost_extraction": {
2590
+ "type": "endpoint_match"
2591
+ },
2592
+ "source": "https://jina.ai/reranker",
2593
+ "last_verified": "2026-05-11"
2594
+ }
2595
+ }