#Can you show me how?

1 messages · Page 1 of 1 (latest)

nimble orchid
#
frosty yacht
nimble orchid
nimble orchid
#

I was using that

frosty yacht
#

Cool, i will try that

#

Thanks

nimble orchid
#

also there is a way to check api usage in openai

#

you need to login to openai and there you can find api usage page.

frosty yacht
#

Current im leading a couple of different teams of developers, and using just one account.

nimble orchid
frosty yacht
#

They all have one key per team

frosty yacht
#

The usage tab doesnt help much to identify who are using most

nimble orchid
#

In that case, I suggest like this.
You create seperated api keys per team.
And monitor token usage per api key.

In this way, we can monitor api usage per team.

What is your opinion?

frosty yacht
nimble orchid
#

In Dashboard page of Openai

#

and also using api call, you can get api usage based on api key.

#

Reference this discussion

#

r = openai.api_requestor.APIRequestor();
resp = r.request("GET", '/usage?date=2023-04-05'); // or start_date and end_date
resp_object = resp[0]
resp_object.data

frosty yacht
#

Great

nimble orchid
#

Look, there by setting data, you can get api usage per api key.

frosty yacht
#

I think is a reliable way to mesure

nimble orchid
#

openai object is something configurable.

frosty yacht
#

Will try that

nimble orchid
#

cool

#

hope you to get good progress.

deft saffron
#

You should never input your API Key on any site

#

Keep it secret