Genesis

Invoke models via Genesis. First list available models, copy the model ID to use from the response, then choose an API based on your task.

Choose a task

Task

API

Generate text from messages

Chat Completions

Use separate input and output objects

Responses

Use Anthropic request format

Messages (Anthropic)

Convert text to vector embeddings

Embeddings

Rank candidate content

Rerank

Chat Completions, Responses, and Messages use different input and response schemas; do not mix their parsing logic. Refer to each endpoint’s page for exact URLs, credentials, parameters, and response formats.

Last updated on