High-Performance Open-Source Archive
predict_query() and
get_example_query() gain a self_hosted
argument (also resolved from the SYNTHESIZE_SELF_HOSTED
environment variable). When enabled, the client sends a single
synchronous request to a partner-hosted model container and decodes the
Apache Arrow IPC stream response into the same data frames as the
production path (no polling, no download URL). Requires the optional
arrow package; no API key is required (one is only sent
when SYNTHESIZE_API_KEY is set).SYNTHESIZE_API_BASE_URL__<MODEL>
(e.g. SYNTHESIZE_API_BASE_URL__GEM_1_BULK) to point each
model at its own self-hosted container once and omit
api_base_url on every call. Resolution precedence is:
explicit api_base_url -> per-model variable -> global
SYNTHESIZE_API_BASE_URL -> production default.predict_query() now raises an error when called with a
model_id that has no registered output transformer. Pass
raw_response = TRUE to get the unformatted JSON
response.gem-1-bulk_predict-metadata,
gem-1-sc_predict-metadata) now return a named list with
metadata, latents,
classifier_probs, and expression data.frames
instead of the raw outputs list.gem-1-bulk_predict-metadata and
gem-1-sc_predict-metadata that converts results to
data.frames.gem-1-bulk_condition-on-sample-ids.
Need mirroring services?
Contact our team at info@vpspulse.com.
Mirror powered by VPSpulse
Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.