Lumino home page
Search or ask...
Get Early Access
Get Early Access
Search...
Navigation
Usage
Get total cost for a given period
Documentation
API Reference
API Reference
API Reference
API Reference
API Reference
API Reference
API Reference
About
Blog
API Keys
GET
List all API keys for the current user
POST
Create a new API key
GET
Get details of a specific API key
DEL
Revoke a specific API key
PATCH
Update a specific API key
Users
GET
Get current user information
PATCH
Update current user information
Base Models
GET
List all available base LLM models
GET
Get detailed information about a specific base model
Fine-tuned Models
GET
List all fine-tuned models for the current user
GET
Get detailed information about a specific fine-tuned model
Usage
GET
Get total cost for a given period
GET
Get a list of usage records for a given period
Fine-tuning Jobs
GET
List all fine-tuning jobs
POST
Create a new fine-tuning job
GET
Get details of a specific fine-tuning job
POST
Cancel a fine-tuning job
Datasets
GET
List all datasets uploaded by the user
POST
Upload a new dataset file
GET
Get information about a specific dataset
DEL
Delete a specific dataset file
PATCH
Update a specific dataset's information
Billing
GET
Redirect to Stripe for adding credits
GET
Get credit history for the current user
Usage
Get total cost for a given period
GET
/
v1
/
usage
/
total-cost
Try it
200
400
401
{
"start_date"
:
"2023-12-25"
,
"end_date"
:
"2023-12-25"
,
"total_cost"
:
123
}
Authorizations
x-api-key
string
header
required
Query Parameters
start_date
string
required
end_date
string
required
Response
200
200
400
401
application/json
Total cost retrieved successfully
start_date
string
end_date
string
total_cost
number
Get detailed information about a specific fine-tuned model
Get a list of usage records for a given period
200
400
401
{
"start_date"
:
"2023-12-25"
,
"end_date"
:
"2023-12-25"
,
"total_cost"
:
123
}