📚
Docs - Float16
homeapp
  • 🚀GETTING STARTED
    • Introduction
    • Account
      • Dashboard
      • Profile
      • Payment
      • Workspace
    • One Click Deploy
      • Quick Start
        • Instance Detail
        • Re-generate API Key
        • Terminate Instance
      • Features
        • OpenAI Compatible
        • Long context and Auto scheduler
        • Quantization
        • Context caching
      • Limitation
      • Validated model
      • Endpoint Specification
    • Serverless GPU
      • Quick Start
        • Mode
        • Task Status
        • App Features
          • Project Detail
      • Tutorials
        • Hello World
        • Install new library
        • Prepare model weight
        • S3 Copy output from remote
        • R2 Copy output from remote
        • Direct upload and download
        • Server mode
        • LLM Dynamic Batching
        • Train and Inference MNIST
        • Etc.
      • CLI References
      • ❓FAQ
    • Playground
      • FloatChat
      • FloatPrompt
      • Quantize by Float16
  • 📚Use Case
    • Q&A Bot (RAG)
    • Text-to-SQL
    • OpenAI with Rate Limit
    • OpenAI with Guardrail
    • Multiple Agents
    • Q&A Chatbots (RAG + Agents)
  • ✳️Journey
    • ✨The Beginner's LLM Development Journey
    • 📖Glossary
      • [English Version] LLM Glossary
      • [ภาษาไทย] LLM Glossary
    • 🧠How to install node
  • Prompting
    • 📚Variable
    • ⛓️Condition
    • 🔨Demonstration
    • ⌛Loop
    • 📙Formatting
    • 🐣Chat
    • 🔎Technical term (Retrieve)
  • Privacy Policy
  • Terms & Conditions
Powered by GitBook
On this page
  • Overview
  • Deploy
  • Endpoint Management Actions
  • Develop
  • Storage
  • Storage Management Actions
  • Tasks
  • Features
  • Playground
  • Activity
  1. GETTING STARTED
  2. Serverless GPU
  3. Quick Start
  4. App Features

Project Detail

PreviousApp FeaturesNextTutorials

Last updated 1 day ago

Each active project in the Float16 web interface is organized into seven main sections:

Overview

The Overview section provides essential project details:

  • Project ID

  • Project instance type

  • Project status

  • Creation date

  • Last update date

  • Endpoint and endpoint status (if deployed)

If your project has a deployed endpoint:

  • A 24-hour graph displays the number of requests and total usage time (in seconds)

If you have any active Spot tasks:

  • They will be shown in this section as long as they are still running

Deploy

The Deploy section displays comprehensive deployment-related information

  • Deployed date

  • Endpoint (function and server)

  • API key

  • Request task history

Endpoint Management Actions

Stop Endpoint

  1. Click the "Stop" button while the endpoint is active

  2. Confirm to stop the endpoint

  3. Immediate endpoint termination

Equivalent to CLI command: float16 endpoint stop

Start Endpoint

  1. Click the "Start" button while the endpoint is inactive

  2. Confirm to start the endpoint

  3. Immediate endpoint activation

Equivalent to CLI command: float16 endpoint start

Re-generate API Key

  1. Click "Re-generate" button

  2. Confirm regeneration

  3. Automatically invalidates the old API key

Equivalent to CLI command: float16 endpoint regenerate

Develop

The Develop section displays tasks executed using the float16 run command for the current project, including comprehensive task details.

Storage

The Storage section lists remote storage associated with the project.

  • Equivalent to float16 storage ls CLI command

Storage Management Actions

File Preview

You can also click on a selected file to preview its contents before taking any action.

Upload Files/Folders

  1. Click the "Upload" button.

  2. Select a file or drag and drop files/folders into the dialog. You can upload multiple files at once.

  3. Click "Upload". You may close the dialog while the upload is in progress.

Equivalent to CLI command: float16 storage upload -f <file>

Download Files

  1. Click "Download".

  2. The file will be downloaded immediately.

Equivalent to CLI command: float16 storage download -f <file>

Remove Files

  1. Click "Delete".

  2. Confirm the deletion. The file will be removed immediately.

Equivalent to CLI command: float16 storage remove-on-remote -f <file>

Copy Files

  1. Click "Copy to".

  2. Select the destination project

  3. (Optional) Enter the destination path.

    1. If you want to copy to the root directory of the selected project, you can leave this field empty.

  4. Click "Copy" to confirm and start the copy process.

Equivalent to CLI command: float16 storage copy

Tasks

This section presents a comprehensive table of all tasks within the project, including both deployment and development mode tasks.

Features

  • Search and filter tasks by:

    • Task ID

    • Status

    • Type

    • Date

  • Clickable task entries for detailed information

  • Refresh the website to update task information

  • When a project is deleted, only Overview and Tasks sections remain accessible

Playground

The Playground section provides an interactive environment where you can develop, test, and deploy your applications directly in the browser—no local setup required.

Playground includes three tabs:

Run

  • Represents the Development Mode (same as float16 run)

  • Write and edit a single .py file directly in the browser

  • You can click Run to execute the script immediately on Serverless GPU

  • Or use Run Spot for execute in spot mode

  • You can also rename the script file (default: quick-run.py)

Deploy

  • Designed for deploying FastAPI apps (same as float16 deploy)

  • Write your FastAPI app in a single .py file

  • Click Deploy to launch the app and receive an API endpoint instantly

Requirements

  • Represents the requirements.txt file

  • Add any additional Python packages your project needs

  • Click Install to install the listed dependencies before running or deploying

Activity

Click on the selected file

Click on the selected file or folder

Click on the selected file or folder

The Activity page provides a visual summary of your GPU usage over time. For more information, please refer to the section.

🚀
Overview section
Deploy section
Develop section
Storage section
File Preview
Project's tasks
Task Details
Run playground
Deploy playground
Requirements playground
Activity Dashboard
Activity Dashboard