Creates a chat completion for the provided messages
The Chat Completion endpoint provides OpenAI-compatible chat completions with support for web search capabilities through our LinkUp integration.
All models can access real-time web information by appending special suffixes to the model name:
:online
- Standard web search ($0.005 per request)
:online/linkup-deep
- Deep web search ($0.05 per request)
LinkUp achieves state-of-the-art performance on OpenAI’s SimpleQA benchmark:
Provider | Score |
---|---|
LinkUp Deep Search | 90.10% |
Exa | 90.04% |
Perplexity Sonar Pro | 86% |
LinkUp Standard Search | 85% |
Perplexity Sonar | 77% |
Tavily | 73% |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Parameters for chat completion
The body is of type object
.
Chat completion response
The response is of type object
.
Creates a chat completion for the provided messages
The Chat Completion endpoint provides OpenAI-compatible chat completions with support for web search capabilities through our LinkUp integration.
All models can access real-time web information by appending special suffixes to the model name:
:online
- Standard web search ($0.005 per request)
:online/linkup-deep
- Deep web search ($0.05 per request)
LinkUp achieves state-of-the-art performance on OpenAI’s SimpleQA benchmark:
Provider | Score |
---|---|
LinkUp Deep Search | 90.10% |
Exa | 90.04% |
Perplexity Sonar Pro | 86% |
LinkUp Standard Search | 85% |
Perplexity Sonar | 77% |
Tavily | 73% |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Parameters for chat completion
The body is of type object
.
Chat completion response
The response is of type object
.