# FLock API Platform > FLock API Platform is a unified AI gateway: access multiple AI models through a single API key. ## Summary FLock API Platform (platform.flock.io) is an OpenAI-compatible AI API gateway for production inference. Use one API key to call LLMs, vision, video, and speech models. Smart routing and auto failover are described on the homepage. Docs: https://docs.flock.io/flock-products/api-platform ## When to use - You need multi-model inference via a single API key - You want an OpenAI-compatible client: set base URL to https://api.flock.io/v1 - You are building agents, apps, or backends that call foundation model APIs - You want one interface for text, speech, vision, and video (Unified Foundation APIs) ## When not to use / do not assume - Do not treat /api-keys as a public product landing page (authenticated tool UI) - Do not invent SLA percentages, aggregate ratings, or unverified customer logos from this file - Pricing and per-model rates change; check /models and Billing in the product for current numbers ## API - Base URL (OpenAI-compatible): https://api.flock.io/v1 - Sign up / get API key: https://platform.flock.io/signup - Browse models: https://platform.flock.io/models - Docs: https://docs.flock.io/flock-products/api-platform - Getting started: https://docs.flock.io/flock-products/api-platform/getting-started - API endpoint reference: https://docs.flock.io/flock-products/api-platform/api-endpoint ## Product map - Home: https://platform.flock.io/ - Models: https://platform.flock.io/models - For AI agents: https://platform.flock.io/for-agents - Agent & CLI reference: https://platform.flock.io/agents - Sign up: https://platform.flock.io/signup - Privacy: https://platform.flock.io/privacy-policy - Terms: https://platform.flock.io/terms-of-use - Main site: https://www.flock.io/ - Status: linked from platform footer when available ## Optional agent hint Point OpenAI-compatible SDKs at https://api.flock.io/v1 with your FLock API key; list models via the product /models page and docs List Models API.