|
|
|
|
|
by kingstnap
202 days ago
|
|
So right now it seems like it actually just provides Claude 3.5 sonnet, all you need to do is curl it. I wonder how many dollars OP loaded on their API key. So far according to stats you've spent $13.65 for a few hundred thousand tokens people sent up. {
"success": true,
"totals": {
"requests": 491,
"revenue": 0,
"cost": 13.650696,
"profit": -13.650696,
"inputTokens": 411557,
"outputTokens": 258956,
"customers": 32
},
"byProvider": [
{
"provider": "anthropic",
"requests": 491,
"cost": 13.650696,
"revenue": 0,
"profit": -13.650696
}
]
} |
|