Cohere Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Cohere Tables
| Name | Description |
| ChatMessages | Generate conversational AI responses using Cohere's chat models with support for tools documents and structured outputs. |
| Datasets | Manage datasets for training fine-tuning and batch embedding operations. |
| DatasetUsage | Retrieve organization-wide dataset storage usage metrics. |
| Detokenize | Convert token arrays back to text representation using Cohere's tokenizer. |
| Embed | Generate text and image embeddings using Cohere's embedding models with multiple output formats. |
| EmbedJobs | Manage batch embedding jobs for processing large numbers of documents asynchronously. |
| Models | List available Cohere models and their capabilities including context length endpoints and features. |
| Rerank | Rank documents by relevance to a given query using Cohere's rerank models. |
| Tokenize | Split input text into tokens using byte-pair encoding for Cohere models. |