General
Everything you need to know about using Hicap on a day-to-day basisWhat exactly does Hicap do in plain terms?
What exactly does Hicap do in plain terms?
How is 'reserved throughput' different from pay-as-you-go tokens?
How is 'reserved throughput' different from pay-as-you-go tokens?
Do you offer pay-as-you-go pricing?
Do you offer pay-as-you-go pricing?
How much can customers typically save, and what drives those savings?
How much can customers typically save, and what drives those savings?
Which models and clouds do you cover today?
Which models and clouds do you cover today?
Is there a minimum commitment or lock-in period?
Is there a minimum commitment or lock-in period?
What happens if we burst above our reserved capacity?
What happens if we burst above our reserved capacity?
Can we use Hicap alongside our existing provider accounts?
Can we use Hicap alongside our existing provider accounts?
Security
Your trust and data security are our top priorityIs my data safe with Hicap?
Is my data safe with Hicap?
Does Hicap share my personal information with third parties?
Does Hicap share my personal information with third parties?
What happens if there's a security breach?
What happens if there's a security breach?
Can I delete my data from Hicap?
Can I delete my data from Hicap?
Is Hicap compliant with industry security standards?
Is Hicap compliant with industry security standards?
What if I need to connect Hicap to external APIs?
What if I need to connect Hicap to external APIs?
How does Hicap protect sensitive information?
How does Hicap protect sensitive information?
Can Hicap be deployed inside my AWS account?
Can Hicap be deployed inside my AWS account?
Architecture
How Hicap fits into your stackHow does the integration architecture work?
How does the integration architecture work?
- Your application calls
api.hicap.ai/v1using any standard OpenAI SDK - Hicap authenticates the request, routes it to the optimal provider endpoint using your reserved capacity (or pay-as-you-go), and returns the response
- No prompts or completions are stored by Hicap — only usage metadata for billing
What do I need to change in my existing code?
What do I need to change in my existing code?
base_url to https://api.hicap.ai/v1 and use your Hicap API key. No other code changes are needed — the API is fully OpenAI-compatible.