Python SDK (clore-ai)
Installation
pip install clore-aigit clone https://gitlab.com/cloreai/clore-ai-sdk.git
cd clore-ai
pip install -e .Authentication
CloreAI — Synchronous Client
Constructor
Parameter
Type
Default
Description
wallets()
marketplace()
Parameter
Type
Default
Description
my_servers()
server_config()
Parameter
Type
Description
my_orders()
Parameter
Type
Default
Description
create_order()
Parameter
Type
Description
cancel_order()
Parameter
Type
Description
spot_marketplace()
Parameter
Type
Description
set_spot_price()
Parameter
Type
Description
set_server_settings()
Parameter
Type
Description
close()
AsyncCloreAI — Asynchronous Client
Constructor
Context Manager (recommended)
Methods
Concurrent Operations
Models
Wallet
MarketplaceServer
ServerSpecs
ServerPrice
MyServer
ServerConfig
Order
SpotMarket
APIResponse
Exceptions
Hierarchy
CloreAPIError
Error Code Table
Code
Exception Class
Meaning
Handling Errors
Rate Limiter
How It Works
Configuration
Environment Variables
Variable
Description
Config File (~/.clore/config.json)
Priority Order
CLI Reference
Commands
Command
Description
clore search
clore deploy
clore ssh
See Also
Last updated
Was this helpful?