Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llzai
/
axonhub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
axonhub
/
examples
/
openapi
/
graphql
/
openapi.graphql
llzai
Upload 1793 files
9853396
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
144 Bytes
type
APIKey
{
key
:
String
!
name
:
String
!
scopes
:
[
String
!
]
}
extend
type
Mutation
{
createLLMAPIKey
(
name
:
String
!
)
:
APIKey
!
}