Dynamic Tags Per Request
Leverage dynamic tags for reporting, billing, or feature tracking with custom tags sent per request.
Parameter Type:
request_tags: [string]What You Can Do with Tags:
Tag Formats Supported
Format Type
Example Tags
Description
Example Request
curl --location 'https://api.fastrouter.ai/api/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer API-KEY' \
--data '{
"model": "openai/gpt-4o-mini",
"stream": false,
"messages": [
{
"role": "user",
"content": "What are some famous tourist attractions in London?"
}
],
"temperature": 0.0,
"request_tags": ["UK/London", "Europe"]
}'Why Use Tags?
Last updated
