token_count
AI / MLGenerate realistic LLM token count values. For AI cost tracking, usage dashboards, and token budget testing.
Example Outputs
12473844096512API Usage
Send a POST request to generate token count data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "token_count",
"type": "token_count"
}
]
}
]
}'Common Use Cases
- AI cost tracking
- Usage dashboard testing
- Token budget testing
- LLM billing testing
Quick Info
- Field Type
- token_count
- Category
- AI / ML
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Token Count + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.