Provider marketplace
Policate Provider connects independent model capacity with developers through a metered, quality-scored, OpenAI-compatible marketplace.
Add credits, create an API key, and point your client at the pool. Provider health, retry behavior, and marketplace accounting stay behind the API.
bashexport OPENAI_BASE_URL="https://api.providers.policate.marcllort.com/v1" export OPENAI_API_KEY="pool_live_xxxxx" curl "$OPENAI_BASE_URL/chat/completions" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Content-Type: application/json"
Register capacity as a provider, or use the pool as a developer with a standard API key.