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 |
|
Use separate input and output objects |
|
Use Anthropic request format |
|
Convert text to vector embeddings |
|
Rank candidate content |
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