Introduction to Wictz API
Wictz API simplifies access to leading AI models by providing a standardized API. This means you can switch between providers or models with minimal code changes, manage all your API keys in one place, and benefit from unified billing and usage tracking.
Quick Start
Get started in minutes with your Wictz API key:
- Sign up for a Wictz API account on our Pricing Page (maintenance).
- Navigate to your API Keys dashboard and generate a new key.
- Choose a subscription plan that fits your needs.
- Start making API calls using the examples in this documentation!
Key Features
- Unified API: Access multiple AI providers (OpenAI, Anthropic, Google, etc.) through a single, consistent API.
- Simplified Key Management: Manage one API key for all your AI model access.
- Advanced Rate Limiting: Granular control over rate limits per user, plan, and model.
- Usage Tracking & Analytics: Monitor your usage and costs across all providers in one dashboard.
- Enterprise-Grade Security: Secure handling of API keys and requests.
- Developer-Friendly: Designed for ease of integration and use.
API Base URL
All API requests should be made to the following base URL:
https://wictz.com/api/v1
Specific provider and endpoint paths are appended to this base URL. For example, to access OpenAI's chat completions, you would use https://wictz.com/api/v1/openai/chat/completions
.
Supported Providers
Wictz API currently supports the following major AI providers:
- OpenAI: Access models like GPT-4, GPT-3.5-turbo, DALL-E, etc. Provider ID:
openai
- Anthropic: Access Claude models (Opus, Sonnet, Haiku). Provider ID:
anthropic
- Google: Access Gemini and PaLM models. Provider ID:
google
We are continuously working to add support for more providers. Please refer to the Models section for the most up-to-date list of available models and providers.
On this page