Open-source model
Also known as: open model, open-weights model, open source LLM, OSS model
Most frontier AI models, the most capable ones, are closed: you access them via an API, your data flows through the provider's servers, and you have no ability to modify the model itself. Open-source models flip this. When Meta releases a Llama model, anyone can download the weights, run the model on their own hardware, and fine-tune it on their own data without the original data ever leaving their systems.
The quality gap between open and closed models has been narrowing fast. In 2026, efficient open-source models like Llama and Mistral are good enough for many use cases that previously required frontier APIs. This is significant for builders with data privacy requirements, enterprise compliance needs, or workloads at a scale where API costs become prohibitive.
The practical constraint is infrastructure. Running a capable open-source model requires GPU hardware, either owned or rented from a cloud provider. This adds operational complexity compared to a simple API call. Managed inference services for open-source models, offered by providers like Together AI and Fireworks AI, bridge this gap by letting you use open models without managing the hardware yourself.