Everything you need to integrate with our unified AI API. OpenAI-compatible endpoints for seamless integration.
Point your OpenAI SDK or HTTP client to our API endpoint:
https://typegpt.net/api/v1Use any OpenAI-compatible SDK or make direct HTTP requests. Choose from 100+ models including GPT-4, Claude, Gemini, and more.
curl https://typegpt.net/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer nsk_your_api_key" \
-d '{
"model": "gpt-4o",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'/api/v1/chat/completionsCreate a chat completion with any supported model
/api/v1/modelsList all available models
/api/v1/models/validateValidate multiple model IDs at once
/api/v1/usageGet your current usage statistics
/api/healthCheck API health status
256-512 bit encryption, secure key generation, and zero data retention policy.
Edge-optimized infrastructure with global distribution for fastest response times.
Drop-in replacement for OpenAI API. Use existing SDKs and tools.
Access GPT-4, Claude, Gemini, Llama, and many more through a single API.
Pay-as-you-go credits or subscription plans. No hidden fees.
Monitor usage, latency, and costs with detailed dashboards.
All API requests require authentication using a Bearer token in the Authorization header. Your API keys are generated with 256-512 bits of entropy for maximum security.
Authorization: Bearer nsk_your_api_key_hereSecurity Note: Never expose your API keys in client-side code. Always make API calls from your backend server.
| Tier | Requests/Minute | Daily Limit | Monthly Limit |
|---|---|---|---|
| Free | 3 | 100 | 1,000 |
| Starter | 10 | Unlimited | Unlimited |
| Pro | 20 | Unlimited | Unlimited |
| Business | 60 | Unlimited | Unlimited |
| Enterprise | Unlimited | Unlimited | Unlimited |