If you are utilizing an OpenAI compatible endpoint, you can conveniently log your requests to Helicone by modifying the base URL from https://oai.hconeai.com/v1 to any of the following supported dedicated endpoints:
- https://together.hconeai.com/v1

Are you using another target that is OpenAI compatible?

If the target is a domain that has been approved with a dedicated domain (e.g., TogetherAI), then you can replace the base URL with the dedicated domain. If the target has not been approved, you can utilize the Helicone Gateway to log your requests to Helicone.

Example:

Instead of using the base URL

base_url=”https://oai.hconeai.com/v1“,

You can use the base URL

base_url=”https://together.hconeai.com/v1“,