Error
A valid request URL is required to generate request examples{
"type": "completion",
"id": "<string>",
"completion": "<string>",
"model": "<string>",
"usage": {
"input_tokens": 123,
"output_tokens": 123
}
}Anthropic Integration
Create completion (Anthropic legacy format)
Creates a text completion using Anthropic’s legacy Complete API. Supports streaming via SSE.
POST
/
anthropic
/
v1
/
complete
Error
A valid request URL is required to generate request examples{
"type": "completion",
"id": "<string>",
"completion": "<string>",
"model": "<string>",
"usage": {
"input_tokens": 123,
"output_tokens": 123
}
}Authorizations
BearerAuthBasicAuthVirtualKeyAuthApiKeyAuth
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Body
application/json
Was this page helpful?
⌘I

