Anthropic Messages Format
FastRouter API Key. Get yours at https://fastrouter.ai
Format: Authorization: Bearer YOUR_API_KEY
Model ID. Use anthropic/ prefix or bare Anthropic model name. Examples: anthropic/claude-sonnet-4-20250514, claude-sonnet-4-20250514, anthropic/claude-opus-4-20250514
anthropic/claude-sonnet-4-20250514The maximum number of tokens to generate. Required for all requests.
1024System prompt. Provides instructions or context to the model.
Randomness. Ranges from 0.0 to 1.0.
1Nucleus sampling parameter.
0.999Only sample from the top K options for each subsequent token.
Custom text sequences that will cause the model to stop generating.
Whether to stream the response using SSE.
falseExample: falseMessage created successfully
Unique message identifier
msg_01XFDUDYJgAACzvnptvVoYELmessagePossible values: assistantPossible values: claude-sonnet-4-20250514end_turnPossible values: Bad Request - The request is malformed. This could be due to missing parameters, invalid formats, or routing errors.
Note: the 400 body shape is not uniform. Validation errors return the structured object below, but routing/model errors may instead return a plain string: { "error": "<message>" }. A few endpoints (e.g. some file operations) may return a plain-text body rather than JSON.
Invalid Credentials - Your API key is invalid, missing, or disabled. Check your credentials.
Note: the 401 error body uses code, message, param, and type (there is no status field), and type is invalid_request_error.
Rate Limited - You have exceeded your request limits (TPM/RPM). Slow down or increase your limits.
Internal Error - Something went wrong on our side. Retry the request, and contact support if the issue persists.
Last updated
