Versions in this module Expand all Collapse all v0 v0.1.0 Oct 5, 2025 Changes in this version + type API struct + BaseURL string + func NewAPI(baseURL string, client *http.Client) *API + func (api *API) CreateVersion(token, modelOwner, modelName, containerImageDigest, releaseNotes string, ...) (*Version, error) + func (api *API) GetModel(token string, owner string, name string) (*Model, error) + func (api *API) GetUser(token string) (*User, error) + type Model struct + ID string + Owner User + type User struct + ID string + Username string + type Version struct + ID string