Introduction
Overview
Section titled “Overview”AIShop24H provides unified API access to leading Large Language Models through a single endpoint. With one API key, you can integrate Claude, Gemini, and other top-tier models into your applications—no need to manage multiple provider accounts or credentials.
Key Benefits
Section titled “Key Benefits”- Single Integration: One API endpoint for all supported models
- OpenAI-Compatible: Drop-in replacement for existing OpenAI integrations
- Competitive Pricing: Access premium models at lower costs
- Simplified Billing: One account, one invoice
Supported Models
Section titled “Supported Models”Claude (Anthropic)
Section titled “Claude (Anthropic)”| Model | Model ID | Best For |
|---|---|---|
| Claude Opus 4.6 | anthropic/claude-opus-4.6 | Latest flagship model, superior capabilities |
| Claude Opus 4.5 Thinking | anthropic/claude-opus-4.5-thinking | Complex reasoning, deep analysis |
| Claude Sonnet 4.6 | anthropic/claude-sonnet-4.6 | Latest balanced model, enhanced performance |
| Claude Sonnet 4.5 | anthropic/claude-sonnet-4.5 | Balanced performance and cost |
| Claude Sonnet 4.5 Thinking | anthropic/claude-sonnet-4.5-thinking | Reasoning with cost efficiency |
| Claude Haiku 4.5 | anthropic/claude-haiku-4.5 | Fast responses, cost-effective |
Gemini (Google)
Section titled “Gemini (Google)”| Model | Model ID | Best For |
|---|---|---|
| Gemini 3 Flash Preview | google/gemini-3-flash-preview | Fast responses, high throughput |
| Gemini 3 Pro Preview | google/gemini-3-pro-preview | Advanced reasoning tasks |
| Nano Banana Pro | google/gemini-3-pro-image-preview | Image generation and editing |
Quick Start
Section titled “Quick Start”Base URL
Section titled “Base URL”https://aishop24h.com/v1Authentication
Section titled “Authentication”Include your API key in all requests:
Authorization: Bearer YOUR_API_KEYContent-Type: application/jsonExample Request
Section titled “Example Request”curl https://aishop24h.com/v1/chat/completions \ -H "Authorization: Bearer $AISHOP24H_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "anthropic/claude-sonnet-4.5", "messages": [ {"role": "user", "content": "Hello!"} ] }'List Available Models
Section titled “List Available Models”curl https://aishop24h.com/v1/models \ -H "Authorization: Bearer $AISHOP24H_API_KEY"Getting Started
Section titled “Getting Started”- Create an account at aishop24h.com
- Generate an API key from your Dashboard
- Integrate using the guides below
Next Steps
Section titled “Next Steps”- Integrate with Cline - VS Code AI assistant
- Integrate with Claude Code - Terminal-based coding agent
- Integrate with Cursor - AI-powered code editor