Your First SilvaMux API Call

This guide starts from your current workspace and project, helps you create an API key, confirm a model call name, and send your first OpenAI Chat Completions compatible request.

The full flow:

  1. Projects & Account Setup — prepare a project.
  2. Get an API Key — create and safely store an sk_live_ key.
  3. First Request — make a call with cURL, Python, or JavaScript.
SilvaMux supports the OpenAI Chat Completions compatible format. If you already have OpenAI SDK code, you only need to change the base URL and API key.