Change hasFree from true to false for pioneer.ai

Pioneer.ai removed the free tier.

Before:

https://web.archive.org/web/20260516140358/https://pioneer.ai/pricing

After:

https://pioneer.ai/pricing
This commit is contained in:
Tobias Andersen
2026-09-01 19:54:34 +02:00
committed by GitHub
parent 1dd046814f
commit c70e425fb6

View File

@@ -41,7 +41,7 @@ export const APIKEY_PROVIDERS_FRONTIER = {
apiKeyUrl: "https://agent.pioneer.ai/settings/api-keys",
signupUrl: "https://agent.pioneer.ai/auth",
},
hasFree: true,
hasFree: false,
freeNote: "$75 free usage credits — no credit card required",
serviceKinds: ["llm"],
},