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
- Log in to your novastack account
- Navigate to the Playground page
- 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
- Select a text-to-image model
- Enter description text (supports English and Chinese)
- Adjust parameters (optional):
- Image size
- Number of generations
- Click the Generate button
Parameter Description
| Parameter | Description | Default |
|---|---|---|
model | Select the model to use | Nova-7B |
temperature | Control output randomness (0-2) | 0.7 |
max_tokens | Maximum output token count | 2048 |
top_p | Nucleus sampling parameter | 0.9 |
⚠️ Note: Web Playground calls will consume account balance, please monitor your usage.
Next Steps
- Web Interface Detailed Guide — Advanced features and tips
- How to Write Better Prompts — Improve generation quality
- Get Started with API — Build applications with REST API