1. Get your API key
Opens the Hicap Platform — You’ll create an account and generate an API key in the Hicap Platform dashboard ↗. Then come back here to use it.
2. Install an SDK and make your first request
- JavaScript
- Python
- curl
example.mjs
node example.mjs.model parameter.
Switch between models and providers
One API, any model. Use OpenAI, Anthropic, or Gemini models through the same endpoint and SDK — no separate integrations needed.Analyze images
Send image URLs directly to vision-capable models:Stream responses
Use server-sent events to show results as they’re generated:Popular endpoints
These are the most commonly used Hicap API endpoints. All follow the OpenAI API spec — if you’ve used the OpenAI API before, you already know how to use these.| Endpoint | Description | Docs |
|---|---|---|
POST /v1/chat/completions | Generate text, analyze images, use tools | Reference → |
POST /v1/embeddings | Create text embeddings for search and RAG | Reference → |
POST /v1/images/generations | Generate images with DALL·E | Reference → |
POST /v1/audio/transcriptions | Transcribe audio with Whisper | Reference → |
POST /v1/audio/speech | Generate speech from text | Reference → |
Models
Start withgpt-5 for strong general-purpose performance, or pick a model optimized for your use case.
GPT-5.4
OpenAI’s most capable model. 1M+ context window, top-tier reasoning.
Claude Opus 4.6
Anthropic’s flagship. Deep reasoning, coding, and analysis.
Gemini 3.1 Pro
Google’s latest. 1M context, strong multimodal and reasoning.
GPT-5-mini
Fast and affordable. Great balance of performance and cost.
Claude Haiku 4.5
Ultra-fast. Ideal for high-volume, latency-sensitive workloads.
Gemini 2.5 Flash
Cost-efficient with thinking capabilities. Great for real-time apps.
Why Hicap?
Up to 25% lower cost
We bulk-reserve compute from leading cloud providers and pass the savings to you.
One API, all providers
OpenAI, Anthropic, Gemini, Moonshot, Zhipu, MiniMax — all through one OpenAI-compatible endpoint.
5-minute integration
Use the standard OpenAI SDK. Change the base URL. You’re done.
No lock-in
Start monthly, scale anytime. Switch models with a single parameter change.
Next steps
API Reference
Full endpoint docs, authentication, and request/response schemas.
All Models
Compare all models by provider, tier, context window, and pricing.
FAQ
Common questions about pricing, security, architecture, and data handling.