
A unified API for open-source AI models from China.
Large Language Models (LLMs) · 1 tools
Compare large language models — GPT, Claude, Gemini, Llama, and open-weight models — across context window, coding skill, API access, price, and self-hosting.
A large language model (LLM) is a neural network trained on massive amounts of text to predict the next token, giving it broad command of language, code, and reasoning. You reach it through a chat app, an API, or a self-hosted copy, and it can follow instructions, answer questions, write and debug code, and process long documents. Examples span proprietary models like GPT, Claude, and Gemini and open-weight families like Llama, Mistral, and Qwen.
Call a hosted model to add chat, extraction, or agents inside an app.
Weigh GPT, Claude, and Gemini on reasoning, coding, price, and speed.
Run Llama, Mistral, or Qwen locally for privacy, cost, or offline control.
Adapt a base model to a domain, tone, or task with custom data.
An LLM is trained on huge text corpora to predict the next token, then tuned with human feedback so it follows instructions and stays helpful. At inference it reads your prompt plus any earlier turns and generates a reply one token at a time within a fixed context window. Retrieval, tool calls, and fine-tuning extend it with fresh data, external actions, or domain-specific behavior.