Show Available Models
models.list() -> object
GET/models
Show Available Models
Returns
object
Show Available Models
import os
from tzafon import Lightcone
client = Lightcone(
api_key=os.environ.get("TZAFON_API_KEY"), # This is the default and can be omitted
)
models = client.models.list()
print(models){}Returns Examples
{}