Closed
Description
I found that the vastai_sdk
library exists but is not mentioned in the Vast.ai documentation. I tried using it, but I couldn't find any documentation on how to properly format queries for the search_offers
method.
Steps to Reproduce
- Install the Vast.ai Python SDK:
pip install vastai_sdk
- Run the following code:
import vastai_sdk v = vastai_sdk.VastAI(api_key='') print(v.search_offers(query='...', limit=1)) # No documentation for query format
- There is no clear documentation on how to structure the
query
parameter.
Expected Behavior
The documentation should include details on vastai_sdk
and the correct query format for search_offers()
.
Additional Context
- The official documentation only mentions
vastai
, butvastai_sdk
is available. - There is no example or explanation for the query language used in
search_offers()
.
Could you please provide documentation or examples on how to correctly format queries for search_offers()
?
Thanks! 🚀
Metadata
Metadata
Assignees
Labels
No labels