Florentin

Von Beta zu Business in Tagen

Hör auf, Billing zu bauen. Fang an, Features zu shippen.

Von Beta zu Business in Tagen

Schneller shippen

Das Bauen dauerte 2 Wochen. Das Billing mit Florentin: 2 Tage.

Phase
Ohne Florentin
Mit Florentin
Deine KI bauen
2 Wochen
2 Wochen
Billing hinzufügen
2 Monate
2 Tage
Gesamt
10 Wochen
16 Tage

Einfache API

3 Zeilen Code. Fertig.

Schnelle Integration

Von Null zu Live in Stunden.

Nutzungsbasiert

Berechne nach Tokens, Requests, Credits.

Integration in 5 Minuten

Einfache API, mächtige Features

Nutzung tracken

from florentin import Florentin client =
      Florentin(api_key="sk_live_...") # Track API usage per customer response =
      client.usage.record( customer_id="cust_abc123", product_id="prod_gpt4_api", quantity=1500,
      unit="tokens", metadata={ "model": "gpt-4", "endpoint": "/v1/chat/completions" } )
      print(f"Usage recorded: {response.id}")
import { Florentin } from
      "florentin"; const client = new Florentin({ apiKey: "sk_live_..." }); // Track API usage per
      customer const response = await client.usage.record({ customerId: "cust_abc123", productId:
      "prod_gpt4_api", quantity: 1500, unit: "tokens", metadata: { model: "gpt-4", endpoint:
      "/v1/chat/completions" } }); console.log(`Usage recorded: ${response.id}`);
import
      "github.com/florentin/florentin-go" client := florentin.NewClient("sk_live_...") // Track API
      usage per customer response, err := client.Usage.Record(ctx, &florentin.UsageParams{
      CustomerID: "cust_abc123", ProductID: "prod_gpt4_api", Quantity: 1500, Unit: "tokens",
      Metadata: map[string]string{ "model": "gpt-4", "endpoint": "/v1/chat/completions", }, })
      fmt.Printf("Usage recorded: %s
", response.ID)

Nutzungsübersicht abrufen

# Get usage summary for billing period summary =
      client.usage.get_summary( customer_id="cust_abc123", start_date="2026-01-01",
      end_date="2026-01-31" ) print(f"Total tokens: {summary.total_quantity}") print(f"Estimated
      cost: ${summary.estimated_cost}")
// Get usage summary for billing period
      const summary = await client.usage.getSummary({ customerId: "cust_abc123", startDate:
      "2026-01-01", endDate: "2026-01-31" }); console.log(`Total tokens: ${summary.totalQuantity}`);
      console.log(`Estimated cost: $${summary.estimatedCost}`);
// Get usage summary for
      billing period summary, err := client.Usage.GetSummary(ctx, &florentin.SummaryParams{
      CustomerID: "cust_abc123", StartDate: "2026-01-01", EndDate: "2026-01-31", })
      fmt.Printf("Total tokens: %d
", summary.TotalQuantity) fmt.Printf("Estimated cost: $%.2f
",
      summary.EstimatedCost)

KI-Native Dokumentation

Gebaut für Entwickler, die schnell vorankommen

  • KI-freundliches API-Design
  • Copy-Paste Beispiele in Python, Node, Go
  • Interaktive API-Referenz
docs.florentin.io
KI-Native Dokumentation

Bereit, in Tagen statt Monaten zu launchen?

Tritt der Waitlist bei und sei unter den Ersten, die Florentin nutzen.

Zur Waitlist