Skip to content

Add cost estimation per function deployment #8

Description

@depadeto

Context

When deploying a function, users should see an estimated cost before confirming.

Task

  • Add GPU pricing data (approximate $/hr for A100, H100, L40S, A10G across AWS/GCP/Azure)
  • Show estimated monthly cost in the Deploy modal based on: GPU type × count × min replicas × cloud
  • Show cost comparison between clouds (e.g., "AWS: ~$X/mo, GCP: ~$Y/mo")

Files

  • frontend/src/App.jsx — DeployModal component
  • Could add a pricing.json data file

This helps users make informed deployment decisions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfrontendFrontend UI relatedhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions