For agents developers
Models
Large language models
The Proof of Sentience API chat API currently supports all OpenAI models.
Fine-tuned models
The API supports using fine-tuned models hosted by OpenAI. To use your fine-tuned model, you need to:
- Specify your fine-tuned model name in the model field. For example:
ft:gpt-4o-2024-08-06:personal::abcdefg
- Add an extra header
Fine-Tune-Authorization
with your OpenAI API key that has the correct access to your model in Bearer format(see code examples below).