# Chat LLM - Language Models Information > Name: Chat LLM > Description: Multi-provider AI chat platform with 1096 AI models, 38 free. No registration required. > URL: https://chats-llm.com > Type: Web application with API endpoints > Pricing: Free tier available, premium from $4/month ### BYOK or BYOK Only (Bring Your Own Key) - anthropic/claude-opus-4.8 (Claude Opus 4.8) - OpenAI, Anthropic, Google, xAI - Custom OpenAI-compatible endpoints via base URL ## API Endpoints ### Chat & Completions (OpenAI-compatible) - POST /api/v1/chat-completions - Chat completion with streaming - GET /api/v1/models - Available models catalog ### Anthropic-compatible - POST /api/v1/messages - Messages API with streaming ## Request Format ### Chat Completion ``` POST /api/v1/chat-completions Authorization: Bearer { "model": "deepseek/deepseek-v4-flash", "messages": [ {"role": "system", "content": "You are helpful."}, {"role": "user", "content": "Hello"} ], "stream": true, "temperature": 1, "max_tokens": 40000 } ``` ### Supported Parameters - messages: Array of message objects (system, user, assistant) - model: Model identifier (e.g., "deepseek/deepseek-v4-flash") - stream: Enable streaming (boolean) - temperature: 0-1 range - max_tokens: Maximum response tokens - stop: Stop sequences - top_p: Nucleus sampling - tools: Function calling (OpenAI format) - thinking: Extended thinking (Anthropic format) ## Features ### Full-Stack IDE (WebContainer) - Code generation with syntax highlighting - File creation and management - Live preview with hot reload - Terminal access ### Image Generation - Flux, Stable Diffusion, GPT Image, Imagen 3 - Via dedicated studio page or chat ### Document Understanding - PDF, DOCX, DOC support - One-shot text extraction and analysis ### Streaming Responses - Real-time token streaming via SSE - Low-latency interactions ### Live Search for bypasss cuteoff date models ### Context7 support for improve progamming docs and cuteoff ### Multilingual - English, French, Spanish, Russian (UI + content) ## Authentication ### Free Access - No registration required for first test on free models ### Authenticated Access - Session tokens via NextAuth.js - API key support for external clients (Roo Code, Cursor, Claude Code, etc.) - GitHub, Google, Discord OAuth providers ## Pricing ### Free Tier - Various free models - Low rate limit ### Premium Plans - From $4/month - Image generation included - Full-Stack IDE included ## Documentation & Resources - User Guide: https://chats-llm.com/user-guide - API Guide: https://chats-llm.com/user-guide/api-guide - Context7 Guide: https://chats-llm.com/user-guide/context7 - How to Prompt: https://chats-llm.com/user-guide/how-to-prompt - Full-Stack Mode: https://chats-llm.com/user-guide/fullstack-mode - MCP Guide: https://chats-llm.com/user-guide/mcp - RAG Guide: https://chats-llm.com/user-guide/rag - Image Generation: https://chats-llm.com/user-guide/image-generation - Memory Guide: https://chats-llm.com/user-guide/memory - BYOK Guide: https://chats-llm.com/user-guide/byok - PWA Guide: https://chats-llm.com/user-guide/pwa ## Support - GitHub: https://github.com/cobra91 - Contact: https://chats-llm.com/contact - Blog: https://chats-llm.com/blog