You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .actor/actor.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
{
2
2
"actorSpecification": 1,
3
-
"name": "actor-openrouter-proxy",
4
-
"title": "OpenRouter Proxy",
5
-
"description": "Proxy with pay per event pricing",
6
-
"version": "0.0",
3
+
"name": "openrouter",
4
+
"title": "OpenRouter",
5
+
"description": "You can use any AI LLM model without accounts in AI providers. Use this Actor as a proxy for all requests. Use pay-per-event pricing to pay only for the real credit used.",
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ This Apify Actor creates a proxy for the Open Router API, allowing you to access
9
9
-**Transparent billing**: Charges are applied to your Apify account at the same rates as Open Router
10
10
-**Full feature support**: Supports both streaming and non-streaming responses
11
11
-**No API key management**: Uses your Apify token for authentication - no need to manage separate Open Router API keys
12
+
-**Standby mode**: Actor runs in standby mode only and has a static URL address, like a standard web server.
12
13
13
14
## Pricing
14
15
15
-
This Actor uses a pay-per-event pricing model through Apify. Each API request counts as one event. The underlying Open Router API costs are included in the per-event pricing, plus a 10% fee to cover the cost of running the proxy server.
16
+
This Actor uses a pay-per-event pricing model through Apify. Each API request counts as one event, and no additional fees are applied beyond the standard Apify event pricing.
0 commit comments