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:
- Projects & Account Setup — prepare a project.
- Get an API Key — create and safely store an
sk_live_key. - 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.