---
title: "Get Functions pricing (public)"
method: GET
path: "/api/v1/public/pricing/functions"
tags: ["Functions"]
---

# Get Functions pricing (public)

`GET /api/v1/public/pricing/functions`

Two paid meters — memory (GB-seconds, wall-clock) and active CPU
(vCPU-seconds) — plus the monthly account-wide free tier. Requests,
egress, scheduling, logs and metrics are free. No authentication
required.

## Response `200`

Active pricing

- object
  - `success` boolean
  - `data` object
    - `pricing` FunctionsPricing[]
      - `name` string
      - `region` string
      - `price_per_gb_second` number — Memory, wall-clock
      - `price_per_vcpu_second` number — Active CPU actually consumed
      - `warm_rate_multiplier` number — Warm instances (min_scale) bill at this fraction of the memory rate
      - `free_gb_seconds` integer — Monthly account-wide free tier
      - `free_vcpu_seconds` integer
      - `price_per_ai_conversion` number — Lambda import AI rewrite, beyond the free allowance
      - `free_ai_conversions` integer — Per account per calendar month

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
