Genesis Model API¶
Genesis Model API provides model discovery and inference interfaces. It includes OpenAI-compatible Chat Completions and Responses APIs, an Anthropic-compatible Messages API, and Embeddings and Rerank APIs for retrieval and vector tasks.
Before calling an API, confirm its service address, authentication method, model ID, and request shape. Do not reuse a request body, response field, or authentication header across different API formats.
Goal |
Start here |
|---|---|
Make a first model call |
|
Use an existing OpenAI client |
|
Use an existing Anthropic client |
|
Create vectors or rerank candidates |
|
Check usage, logs, and quotas |
Last updated on