curl.
Hivenet Inference API is part of the Compute console. Endpoints and API keys belong to the active organization and use the same prepaid organization credit balance as Compute resources.
How it works
The deployment flow has five main choices:- Location: Choose where your Inference API models run. In the current product, the selected location applies across your Inference API models; per-model location selection is not available yet. Choosing Global lets Hivenet assign an available location, and the endpoint details show where it was placed.
- Model: Choose a supported model from the catalog. The available catalog depends on the selected location.
- Variant: Choose a preconfigured serving setup for that model. A variant can define the GPU configuration, quantization, context window, performance characteristics, and price.
- Replicas: Choose the fixed number of serving replicas to run. More replicas provide more request capacity and increase hourly cost.
- Endpoint name: Keep the suggested name or enter a label you can recognize in the console.
Autoscaling is not available yet. You choose a fixed replica count and can change it later when capacity is available.
Inference API, Compute, and Hivenet Router
These products cover different parts of the inference stack.
If you need an endpoint but do not want to operate vLLM or another serving runtime yourself, Hivenet Inference API is the managed option.
Endpoint lifecycle
The Inference API page shows the current state of each endpoint.
The console says starting a model takes about 90 seconds. Charges begin once it is running.
Endpoint details
Open Details to see the endpoint URL, model and serving configuration, replica count, region, cost information, available usage metrics, and quick-start snippets for Python, JavaScript, andcurl.
The endpoint URL already includes the API version path, such as /v1. The generated snippet also contains the exact model value expected by that endpoint.
See Call your endpoint for request examples and Manage endpoints for lifecycle controls.