| Provider | Access Channel |
|---|---|
| Anthropic Claude | AWS Bedrock |
| OpenAI GPT | OpenAI API / Azure OpenAI |
| Google Gemini | GCP Vertex AI |
model and usage fields in the response are consistent with your console records.model Field in the Response{
"model": "claude-sonnet-4-20250514",
"choices": [...]
}model should match the model you requested, or match the current model ID declared in the platform documentation.usage Fieldusage.prompt_tokens, usage.completion_tokens, and usage.total_tokens. These values should be proportional to the size of your request and the length of the response.model field in the responseusage field in the responseid field from the response along with the original request and response content. This makes it easy for the platform to investigate.id field in the response)