Skip to Content
Getting StartedGet Started with Web

Getting Started with Web

novastack‘s Web Playground provides an intuitive interface that allows you to interact directly with models without writing any code.

Access Playground

  1. Log in to your novastack account
  2. Navigate to the Playground page
  3. Select model type:
    • LLM: Conversations, text generation, code generation
    • Text-to-Image: Image generation

Using LLM Playground

ui/llm-playground-wireframe.txt
┌─────────────────────────────────────────┐ │ AI Platform - LLM Playground │ ├─────────────────────────────────────────┤ │ Model Selection: [Nova-7B ▼] │ ├─────────────────────────────────────────┤ │ System Prompt: │ │ ┌────────────────────────────────────┐ │ │ │ You are a helpful AI assistant... │ │ │ └────────────────────────────────────┘ │ ├─────────────────────────────────────────┤ │ User Message: │ │ ┌────────────────────────────────────┐ │ │ │ Please help me write a Python │ │ │ │ sorting function │ │ │ └────────────────────────────────────┘ │ │ [Send] │ └─────────────────────────────────────────┘

Using Text-to-Image Playground

  1. Select a text-to-image model
  2. Enter description text (supports English and Chinese)
  3. Adjust parameters (optional):
    • Image size
    • Number of generations
  4. Click the Generate button

Parameter Description

ParameterDescriptionDefault
modelSelect the model to useNova-7B
temperatureControl output randomness (0-2)0.7
max_tokensMaximum output token count2048
top_pNucleus sampling parameter0.9

⚠️ Note: Web Playground calls will consume account balance, please monitor your usage.

Next Steps