# everyais ## Answer first everyais is an OpenAI-compatible AI API gateway: one API key and base URL provide access to the callable models in its public catalog, with usage controls and transparent reference costs. Updated: 2026-09-10T22:16:00.967Z ## Definitions - Reference price: the public catalog price, including model discounts, used for comparison; account and organization rates can change the final billed price. - Usage ranking: input + output tokens that actually passed through everyais, not vendor claims or estimates. - Benchmark: a score reproduced from a named external source; everyais does not re-measure that score. ## Model catalog Source: https://api.everyais.com/models/catalog - English: https://platform.everyais.com/en/models - 한국어: https://platform.everyais.com/models - `everyais/gpt-6-astra` - `everyais/claude-fable-5-1` - `everyais/claude-opus-5` - `everyais/claude-sonnet-5` - `everyais/gemini-omni-flash-preview` - `everyais/gemini-3-1-flash-lite-image` - `everyais/gpt-5-6-luna` - `everyais/gpt-5-6-sol` - `everyais/gpt-5-6-terra` - `everyais/claude-fable-5` - `everyais/claude-opus-4-8` - `everyais/gemini-3-1-flash-image` - `everyais/gemini-3-5-flash-lite` - `everyais/google-gemma-4-31b` - `everyais/google-gemma-4-e2b` - `everyais/google-gemma-4-26b-a4b` - `everyais/deepseek-v4-pro-0813` - `everyais/deepseek-v4-flash-0731` - `everyais/gemini-3-1-pro-preview-customtools` - `everyais/gemini-3-1-pro-preview` - `everyais/glm-5-3-flash` - `everyais/glm-5-2` - `everyais/gemini-3-pro-image` - `everyais/claude-haiku-4-5` - `everyais/veo-3-1-lite-generate-001` - `everyais/veo-3-1-fast-generate-001` - `everyais/veo-3-1-generate-001` - `everyais/gemini-2-5-flash-image` - `everyais/gemini-2-5-flash` - `everyais/gpt-image-2-5-sunburst` - `everyais/gpt-image-2-5-flare` - `everyais/gemini-omni-1-1-flash` - `everyais/gemini-3-8-flash` - `everyais/muse-spark-1-2` - `everyais/muse-spark-1-2-contributor` - `everyais/muse-image-1-0` - `everyais/kimi-k3` - `everyais/minimax-m3` - `everyais/nemotron-3-5-lightning` - `everyais/gemini-3-7-flash` ## Rankings methodology The denominator is all input + output tokens in the selected period. Trend and generation-speed values are published only with at least 100 measured requests in the relevant sample; unavailable never means zero. Source: https://api.everyais.com/models/rankings - English: https://platform.everyais.com/en/rankings - 한국어: https://platform.everyais.com/rankings ## Benchmark provenance The catalog separates benchmark definitions and licensed sources. Only active sources joined through human-approved model mappings are publishable. Each row keeps its source URL, source license, measured date, and vendor-reported status so independent and vendor-reported scores stay distinguishable. Source: https://api.everyais.com/models/benchmarks/catalog - English: https://platform.everyais.com/benchmarks - 한국어: https://platform.everyais.com/ko/benchmarks ## API docs - Base URL: https://api.everyais.com/v1 - Authentication: `Authorization: Bearer everyais_...` - OpenAPI: https://api.everyais.com/openapi.json - English: https://platform.everyais.com/en/docs - 한국어: https://platform.everyais.com/docs ## Published API documentation ### Getting started - [Quickstart](https://platform.everyais.com/en/docs/quickstart): Send your first request with curl, Python, or Node.js. - [Base URL](https://platform.everyais.com/en/docs/base-url): The base URL for every request, the /v1 path rule, and request timeouts. - [Authentication](https://platform.everyais.com/en/docs/authentication): Issuing API keys, the Bearer header, and per-key limits and scopes. - [Model selection and access](https://platform.everyais.com/en/docs/model-selection): Model IDs, capabilities, routing, and account or organization access policies. ### Endpoints - [POST /v1/chat/completions](https://platform.everyais.com/en/docs/chat-completions): OpenAI-compatible chat completions. Supports streaming, tool calls, and structured outputs. - [POST /v1/messages](https://platform.everyais.com/en/docs/messages): Anthropic Messages compatible endpoint and free token counting. - [POST /v1/responses](https://platform.everyais.com/en/docs/responses): OpenAI Responses-compatible shim, including background job polling and cancellation. - [POST /v1/images/generations](https://platform.everyais.com/en/docs/images-generations): Image generation. n is at most 10. - [POST /v1/images/edits](https://platform.everyais.com/en/docs/images-edits): Image editing (inpainting and outpainting). Supports both multipart and JSON (base64). - [POST /v1/videos/generations](https://platform.everyais.com/en/docs/videos-generations): Video generation (billed per second). Submit, then fetch the result from the dedicated polling endpoint. - [GET /v1/models](https://platform.everyais.com/en/docs/models): List models and retrieve a single model. Slugs containing slashes are supported. - [GET /v1/outputs/{requestId}](https://platform.everyais.com/en/docs/output-retrieval): Retrieve a stored request and refresh its output URLs, valid for 10 minutes. ### Guides - [Streaming](https://platform.everyais.com/en/docs/streaming): Incremental tokens, SSE completion and errors, and final usage. - [Prompt Caching](https://platform.everyais.com/en/docs/prompt-caching): Cache the repeated prefix to cut input cost — check the cost conditions before you turn it on. - [Async Jobs](https://platform.everyais.com/en/docs/async-jobs): Responses background jobs, video generation polling, and the webhook alternative in one flow. - [Imagen Model Notes](https://platform.everyais.com/en/docs/imagen-notes): Image count limits and the edit-only model in the Imagen family. - [Web Search](https://platform.everyais.com/en/docs/web-search): The model runs web searches — Google bills per search query; Z.AI bills per search-enabled request. ### Integrations - [Claude Code / Anthropic SDK](https://platform.everyais.com/en/docs/integration-claude-code): anthropic-native integration via ANTHROPIC_BASE_URL. - [Cursor](https://platform.everyais.com/en/docs/integration-cursor): Connect by overriding the OpenAI Base URL. - [opencode](https://platform.everyais.com/en/docs/integration-opencode): Example openai-compatible provider configuration. - [Continue / Cline / Other OpenAI-Compatible Tools](https://platform.everyais.com/en/docs/integration-openai-compatible-tools): The shared pattern: provider=openai plus a base URL override. ### Reference - [Error Format & Rate Limits](https://platform.everyais.com/en/docs/errors-and-rate-limits): OpenAI-compatible error envelope, status code table, rate limit headers. - [Compatibility features](https://platform.everyais.com/en/docs/compatibility-features): Optional model name prefix, cost header, Idempotency-Key, per-endpoint limits. Full documentation: https://platform.everyais.com/llms-full.txt