Skip to main content
The Infercom Developer guide and API reference provide the tools you need to build applications using Infercom as an inference service.

Infercom Inference Service

Code examples in this API reference include the specific URLs for developing on Infercom Inference Service.

Model sovereignty metadata

The /v1/models endpoint supports a ?verbose=true query parameter that returns detailed metadata for each model, including sovereignty information. Use the sn_metadata.region field to determine where a model is hosted:
  • "EU" — the model runs on Infercom’s EU infrastructure in Germany with full data sovereignty
  • Empty or absent — the model is available via SambaNova’s global infrastructure
See Supported models for details and code examples.