Bytez · Authentication Profile

Bytez Authentication

Authentication

Bytez secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyArtificial IntelligenceMachine LearningModel InferenceLLMOpen Source AIAPIDevelopers
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/bytez-openapi.yaml
docs: https://docs.bytez.com/model-api/docs/get-started
notes: >-
  Single API key model. Send the Bytez key in the `Authorization` header (value
  is the raw key, e.g. `Authorization: BYTEZ_KEY`). To call closed-source
  providers (OpenAI, Anthropic, Cohere, Google, Mistral) add a second
  `provider-key` header carrying your provider account key; Bytez pass-through
  routes it and never stores it. Keys are issued from the API dashboard at
  https://bytez.com/api. No OAuth / scopes surface.
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: "Set `Authorization` header to `BYTEZ_KEY` \n``` 'Authorization: YOUR_KEY_HERE'\
    \ ```"
  sources:
  - openapi/bytez-openapi.yaml