2023-10-12 00:03:15 +02:00
|
|
|
start-credits: 1000 # Credits given to new users.
|
2023-08-17 13:11:35 +02:00
|
|
|
|
2023-10-12 00:03:15 +02:00
|
|
|
# Credit cost per API request.
|
2023-08-17 13:11:35 +02:00
|
|
|
costs:
|
2023-10-12 00:03:15 +02:00
|
|
|
other: 5 # Other endpoints
|
2023-08-17 13:11:35 +02:00
|
|
|
|
2023-10-12 00:03:15 +02:00
|
|
|
chat-models: # chat completions
|
2023-10-08 21:53:27 +02:00
|
|
|
gpt-4-32k: 200
|
2023-10-06 23:05:38 +02:00
|
|
|
gpt-4: 50
|
2023-10-08 21:53:27 +02:00
|
|
|
gpt-3: 10
|
2023-08-17 13:11:35 +02:00
|
|
|
|
|
|
|
## Roles Explanation
|
|
|
|
|
|
|
|
# Bonuses: They are a multiplier for costs
|
|
|
|
# They work like: final_cost = cost * bonus
|
|
|
|
|
|
|
|
roles:
|
|
|
|
owner:
|
2023-09-02 21:15:55 +02:00
|
|
|
bonus: 0
|
2023-08-17 13:11:35 +02:00
|
|
|
admin:
|
2023-09-02 21:15:55 +02:00
|
|
|
bonus: 0.2
|
2023-08-17 13:11:35 +02:00
|
|
|
helper:
|
|
|
|
bonus: 0.4
|
|
|
|
booster:
|
2023-09-02 21:15:55 +02:00
|
|
|
bonus: 0.6
|
2023-08-17 13:11:35 +02:00
|
|
|
default:
|
2023-08-18 21:23:00 +02:00
|
|
|
bonus: 1.0
|