Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 638 Bytes

File metadata and controls

14 lines (10 loc) · 638 Bytes

Inference API (OpenAI Compatible)

The Inference API provides OpenAI-compatible endpoints for running generative AI inference (text, vision, image, embeddings) using Nebula Block's serverless infrastructure.

  • BASE URL: https://inference.nebulablock.com/v1
  • OpenAI Compatible: Use OpenAI SDKs and tools with this API.

Use this API for all inference operations, such as text generation, image generation, and embeddings.

See Also