# Pixola > Pixola is an AI image generation platform that gives creators one place to generate images with 40+ models from OpenAI, Gemini, Fal.ai, and other leading providers. ## Sections - [Home](https://www.pixola.ai) - Product overview and primary image generation experience - [Models](https://www.pixola.ai/models) - Browse supported image generation models, pricing, tags, and capabilities - [Styles](https://www.pixola.ai/styles) - Explore reusable style presets for generated images - [Inspiration](https://www.pixola.ai/inspiration) - Public gallery of prompt and image ideas - [Pricing](https://www.pixola.ai/pricing) - Credit plans and upgrade options - [Developer Docs](https://www.pixola.ai/docs) - API, model, and MCP documentation for agents and developers - [REST API](https://www.pixola.ai/docs/api) - HTTP API for generating images and managing Pixola resources - [MCP Server](https://www.pixola.ai/docs/mcp) - Remote Model Context Protocol server for AI assistants ## Quick Links - Start generating: https://www.pixola.ai - Sign up: https://www.pixola.ai/signup - API keys: https://www.pixola.ai/settings - OpenAPI spec: https://www.pixola.ai/api/v1/openapi.json - Developer docs llms.txt: https://www.pixola.ai/docs/llms.txt - REST API llms.txt: https://www.pixola.ai/docs/api/llms.txt - Models llms.txt: https://www.pixola.ai/docs/models/llms.txt - MCP Server llms.txt: https://www.pixola.ai/docs/mcp/llms.txt ## Authentication Web generation uses Pixola accounts and credits. API and MCP requests use Bearer token authentication with API keys created on the Settings page. Authorization: Bearer pxk_YOUR_API_KEY ## Key Facts - Base URL: https://www.pixola.ai/api/v1 - MCP endpoint: https://www.pixola.ai/mcp - API key prefix: pxk_ - Rate limits: 30 requests/minute and 1,000 requests/day per API key - Generation is async: POST /generate returns a batchId, then poll GET /batches/{batchId} - Primary use case: generate, compare, and share AI images across many leading models from one interface