API Usage Dashboard

Env:
Last Updated: Never

Date Range

Select time period

Function Filter

Filter by function type

Quick Filters

Pre-defined time ranges

OpenAI Account Balance

Real-time balance from OpenAI

$0.00

Healthy Last checked: Never
Recharge

Balance Management (Local Ledger)

After recharging on the OpenAI portal, record the amount here to update the local tracker.

Current: fetching...
Recent transactions
Loading...
Total Cost

$0.00

Today: $0.00
Total Requests

0

Today: 0 requests
Avg. Cost / Request

$0.0000

Based on filtered period
Most Used Function

N/A

By request count

Cost & Usage Over Time

Total Cost ($)
Request Count

Cost by Use Case

Click on chart segments to view detailed breakdown

Cost by Model

Most cost-efficient model: N/A

API Request Log

Showing 0 of 0 requests
Timestamp
Request ID
Use Case
Model
Cost
Page 1 of 1

Cost Trends

Cost Summary

Today

$0.00

Requests

0

This Month

$0.00

Requests

0

Cost Projection (Monthly)

$0.00

+0%

Aggregated API Call Totals

Costs are grouped by the root Request ID
API Call ID
Date & Time
Use Case
Models Used
Model Calls
Avg Cost per Call
Total Cost

Model Categories Used in Fashion Generation

Garment Analysis
GPT-4o and GPT-4 Vision Preview for analyzing garment images, detecting garment types, and extracting detailed technical specifications for all workflows
Text Generation
GPT-4 and GPT-4 Turbo Preview for generating comprehensive tech pack specifications and size chart data based on analysis results
Image Generation
DALL-E 3 for creating annotated size chart measurement diagrams and fashion design variations in Enhanced AI Size Chart workflows
Fashion Specialized
Multi-step AI workflows combining garment analysis, text generation, and image generation for comprehensive fashion applications
Multi-Step Workflows:
Enhanced AI Size Chart Workflow
1 Garment Analysis GPT-4o
2 Text Generation GPT-4 Turbo
3 Image Generation DALL-E 3
Tech Pack Generation Workflow
1 Garment Analysis GPT-4 Vision / GPT-4o
2 Text Generation GPT-4
Size Chart Generation Workflow
1 Garment Analysis GPT-4o
2 Text Generation GPT-4 Turbo
Page 1 of 1

Function Cost Comparison

Function Cost Details

Function
Top Model
Requests
Total Cost
Avg. Cost
% of Total
Total 0 $0.00 $0.00 100%
Page 1 of 1

Current Environment

TEST

All new API calls will be logged as

Testing Usage

Test Environment

Local development usage

Total Requests

0

Total Cost

$0.00

Avg / Request: $0.0000

Share of Total 0%

Production Environment

Live deployment usage

Total Requests

0

Total Cost

$0.00

Avg / Request: $0.0000

Share of Total 0%

Direct Cost Comparison

Clear difference between Test and Production spend

Cost Difference (Prod - Test)

$0.00

Request Difference (Prod - Test)

0

Higher Spend Environment

Equal

Prod/Test Cost Ratio

1.00x

No clear cost difference yet.

Legacy Records

Records before environment tracking was enabled

0

Requests

$0.00

Cost

Test X-Environment Header

For external frontends (React, Vue, etc.) to specify environment per-request

How it works: External frontends can send X-Environment: test or X-Environment: production header with API requests.

If no header is sent, the global toggle above is used.

Frontend code example:

fetch('/api/your-endpoint', {
    headers: { 'X-Environment': process.env.NODE_ENV === 'production' ? 'production' : 'test' }
});