Guides
Short procedures for migration, troubleshooting, and independent response verification.
01
Migrate an OpenAI-compatible client
- Set the base URL to
https://api.gateyourway.com/v1. - Replace the key with a scoped
gyw-sk-...key. - Choose a model ID from the live catalog.
- Run a non-streaming smoke request, then enable streaming/tools.
02
Migrate an Anthropic-compatible client
Use the base URL without a /v1 suffix, send x-api-key, and preserve anthropic-version.
03
Model authenticity checks
One prompt proves nothing. Use multiple independent signals.
01
Painted cube
Expected result: 96 cubes with exactly two painted sides.
02
French subjunctive
partions + pleuve with a correct explanation.
03
Neutrality
Compare balance on a politically sensitive question.
04
Cache metadata
Repeat a large context and inspect cache tokens in Usage.
04
Troubleshooting
- First save the HTTP status and
X-GYW-Request-ID. - Check the model with
GET /v1/models/{{model_id}}. - Compare the endpoint with the model's
endpointsfield. - Reduce the request to one user message without tools or streaming.