Large Language Model (LLM)
Definición
A large language model (LLM) is a neural network trained on massive text corpora that can understand instructions, reason about data, and generate human-quality text. LLMs power the AI capabilities in platforms like JieGou — when a recipe runs, it sends a structured prompt to an LLM (such as Claude, GPT, or Gemini) and receives a text response that is parsed into structured output fields.
Multi-Model Support
JieGou supports 9+ LLM providers: Anthropic (Claude), OpenAI (GPT), Google (Gemini), Mistral, and self-hosted models via Ollama or vLLM. Each recipe can use a different model, and AI Bakeoffs let you compare model performance on the same task to find the best fit.
BYOK (Bring Your Own Key)
With BYOK, organizations use their own API keys for LLM providers, giving them direct billing control, enterprise rate limits, and data processing agreements with the model provider. JieGou encrypts all API keys with AES-256-GCM.
Términos relacionados
Recetas de IA
Conozca qué son las recetas de IA y cómo funcionan en JieGou. Las recetas son bloques de construcción de IA reutilizables de una sola operación con entradas y salidas estructuradas.
BYOK (Bring Your Own Key)
Conozca qué significa BYOK para la automatización con IA. Bring Your Own Key le permite conectar sus propias claves API de LLM a JieGou para control total de costos y privacidad de datos.
Prompt Template
A prompt template is a reusable, parameterized set of instructions for an LLM that accepts variable inputs and produces structured outputs.
Más información
Véalo en acción
Comience a construir automatización con IA usando recetas y flujos de trabajo hoy mismo.