Programmatically inference your finetuned models using the openai package.
pip install openai
openai.api_key = '<YOUR_AUTOMORPHIC_API_KEY_HERE>'
.https://automorphic.ai/dashboard/conduit/models/clmq8qfq60000q6kzv3nof4fk
is clmq8qfq60000q6kzv3nof4fk
. Alternately, you can check the settings page of any model to copy the model’s id.api_base
to https://api.automorphic.ai/conduit/v1
.
For single-turn conversations (input and output), you can inference a model with: