Project Detail
Last updated
Last updated
Each active project in the Float16 web interface is organized into seven main sections:
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
The Deploy section displays comprehensive deployment-related information
Deployed date
Endpoint (function and server)
API key
Request task history
Click the "Stop" button while the endpoint is active
Confirm to stop the endpoint
Immediate endpoint termination
Click the "Start" button while the endpoint is inactive
Confirm to start the endpoint
Immediate endpoint activation
Click "Re-generate" button
Confirm regeneration
Automatically invalidates the old API key
The Develop section displays tasks executed using the float16 run
command for the current project, including comprehensive task details.
The Storage section lists remote storage associated with the project.
You can also click on a selected file to preview its contents before taking any action.
Upload Files/Folders
Click the "Upload" button.
Select a file or drag and drop files/folders into the dialog. You can upload multiple files at once.
Click "Upload". You may close the dialog while the upload is in progress.
Click "Download".
The file will be downloaded immediately.
Click "Delete".
Confirm the deletion. The file will be removed immediately.
Click "Copy to".
Select the destination project
(Optional) Enter the destination path.
If you want to copy to the root directory of the selected project, you can leave this field empty.
Click "Copy" to confirm and start the copy process.
This section presents a comprehensive table of all tasks within the project, including both deployment and development mode tasks.
Search and filter tasks by:
Task ID
Status
Type
Date
Clickable task entries for detailed information
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:
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
)
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
Represents the requirements.txt
file
Add any additional Python packages your project needs
Click Install to install the listed dependencies before running or deploying
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.