Get started¶
Use this section to complete your first Genesis model call. Prepare a usable credential and model ID, send a minimal Chat Completions request, and inspect the response. Then choose an OpenAI-compatible, Anthropic-compatible, or retrieval and vector interface for the application task.
Genesis tasks¶
Genesis supports text and multimodal chat, embeddings, and reranking. Chat Completions, Responses, and Messages use different request and response shapes, so use the interface that matches the existing application or client library.
Recommended order¶
Use Choose models and capabilities to select a model type and call format.
Call
GET /modelsin Available models to confirm a model ID available to the current credential.Configure the request header described in Authentication.
Follow the Chat Completions quickstart and read the reply from
choices[0].message.content.
When the response contains choices[0].message.content, the first model reply has been returned. Retain the actual model ID and request ID for later usage, log, or error investigation.