class documentation
Undocumented
| Method | __init__ |
Initialize a HubAI SDK client. |
| Instance Variable | convert |
Undocumented |
| Instance Variable | instances |
Undocumented |
| Instance Variable | models |
Undocumented |
| Instance Variable | variants |
Undocumented |
| Method | _verify |
Check whether the configured API key is accepted by HubAI. |
Initialize a HubAI SDK client.
| Parameters | |
apistr | None | HubAI API key. If omitted, the client falls back to
HUBAI_API_KEY and then to the key loaded into
environ. |
| Raises | |
ValueError | If no API key is available or the provided key is invalid. |