/chat/completions endpoint. This endpoint follows the OpenAI format for sending messages and receiving responses.
Requirements
To create a chat completion, provide:- The Inference service base URL:
https://api.inference.wandb.ai/v1. - Your W&B API key:
[YOUR-API-KEY]. - Your W&B team and project:
[YOUR-TEAM]/[YOUR-PROJECT](optional). - A model ID from the available models.
Request examples
The following examples show how to send a chat completion request using Python andcurl. Replace the placeholder values with your own API key, optional team and project, and a model ID.
- Python
- Bash