Skip to main content
aisupermarket.work docs

AI Supermarket Integration Docs

Browse compatible base URLs, minimal requests, model capability differences, and common troubleshooting steps in a developer-friendly flow.

  • A unified gateway that reduces differences between model providers
  • Developer-oriented compatibility and troubleshooting documentation
  • Suitable for scripts, applications, agents, and image workflows
Connection Endpoints
OpenAI-compatible
https://aisupermarket.work/v1
For OpenAI SDKs, Responses API, Chat Completions, image generation, and tool calling.
Claude-compatible
https://aisupermarket.work
For Anthropic SDKs and the /v1/messages API, including streaming, vision, and caching.
Gemini-compatible
https://aisupermarket.work/v1
For connecting Gemini through compatible gateway endpoints with unified request and auth patterns.

Choose Docs by Compatibility Mode

You do not need to understand the gateway internals first. Start with the SDK or API style you are using, then open deeper capability pages as needed.

OpenAI-compatible

For OpenAI SDKs, Responses API, Chat Completions, image generation, and tool calling.

Base URL
https://aisupermarket.work/v1
View OpenAI Docs
Claude-compatible

For Anthropic SDKs and the /v1/messages API, including streaming, vision, and caching.

Base URL
https://aisupermarket.work
View Claude Docs
Gemini-compatible

For connecting Gemini through compatible gateway endpoints with unified request and auth patterns.

Base URL
https://aisupermarket.work/v1
View Gemini Docs

Quick Start

  1. Create an API Key in the AI Supermarket console.
  2. Confirm the model name in the console or through /v1/models.
  3. Choose the OpenAI-, Claude-, or Gemini-compatible endpoint according to your SDK.
  4. Run a minimal request first, then add streaming, tool calling, or image capabilities.