Skip to main content
Portkey provides a robust and secure gateway to integrate various Large Language Models (LLMs) into applications, including BytePlus ModelArk models. With Portkey, take advantage of features like fast AI gateway access, observability, prompt management, and more, while securely managing API keys through Model Catalog.
Provider Slug: byteplus

Quick Start

Get BytePlus ModelArk working in 3 steps:
Tip: You can also set provider="@byteplus" in Portkey() and use just model="ep-m-your-endpoint-id" in the request.

Add Provider in Model Catalog

  1. Go to Model Catalog → Add Provider
  2. Select BytePlus
  3. Choose existing credentials or create new by entering your BytePlus API key
  4. Name your provider (e.g., byteplus-prod)

Configuration Parameters

When using headers directly, pass the region via the x-portkey-byteplus-region header.

Complete Setup Guide →

See all setup options, code examples, and detailed instructions

Supported Endpoints

Supported Features


Embeddings

Generate multimodal embeddings using BytePlus ModelArk:

Image Generation

Generate images using BytePlus ModelArk image models:

Additional Image Generation Parameters

BytePlus supports additional parameters for image generation:

Responses API

Use the OpenAI Responses API format with BytePlus models:

Responses API reference

Full Responses API docs — streaming, tools, instructions, and more

Regions

BytePlus ModelArk is available in multiple regions. Configure the region when setting up your provider:

Supported Models

BytePlus ModelArk provides access to various foundation models. Use either:
  • Model ID (preset endpoints): ep-m-xxx format
  • Endpoint ID (custom endpoints): ep-xxx format
For the complete list of available models, refer to the BytePlus ModelArk documentation.

Next Steps

Add Metadata

Add metadata to your BytePlus requests

Gateway Configs

Add gateway configs to your BytePlus requests

Tracing

Trace your BytePlus requests

Fallbacks

Setup fallback strategies with BytePlus
For complete SDK documentation:

SDK Reference

Complete Portkey SDK documentation
Last modified on May 24, 2026