GGateYourWay API
Status RU Create key
How-to

Guides

Short procedures for migration, troubleshooting, and independent response verification.

01

Migrate an OpenAI-compatible client

  1. Set the base URL to https://api.gateyourway.com/v1.
  2. Replace the key with a scoped gyw-sk-... key.
  3. Choose a model ID from the live catalog.
  4. 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.

Open the Usage ledger →
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 endpoints field.
  • Reduce the request to one user message without tools or streaming.