Entry Point AI Docs
  • Getting Started
    • Introduction
    • Quickstart
  • Key Concepts
    • Model Providers
    • Templates
    • Fields
    • Examples
    • Models
    • Evaluation
    • Transforms
  • Guides
    • Evaluate a Prompt
      • Turn a Prompt into a Template
      • Prepare Validation Examples
      • Create a Templated Model
      • Review & Rate Outputs
      • Iterating on the Prompt
    • Build a Dataset
      • Import a CSV
      • Transform Data
      • Synthesize Examples
      • Quantity & Quality of Data
    • Fine-tune a Model
      • Start a Fine-tune
      • Fine-tuning Hyperparameters
      • Compare Fine-tunes
      • Next Steps
    • Generate Completions
      • Playground
      • Inference Parameters
      • Shareable Link
      • Deploy a Model
Powered by GitBook
On this page
  1. Guides
  2. Generate Completions

Playground

The playground offers a convenient way to perform "vibe checks" and test structured data across different models and templates.

PreviousGenerate CompletionsNextInference Parameters

Last updated 10 months ago

You can manually enter information for each field under the "Prompt" heading, or simply press "Synthesize" to fill it in for you, along with a synthesized completion.

When you have a prompt and a model selected, press Generate.

For any completion, you can press the info icon (i) to see the exact HTTP endpoint, request, and response. This information is helpful when it's time to move a model into production and makes it straightforward to show developers how to perform the same request in code.

Next, we'll talk about inference parameters.