Orion Api Key
Why use a key instead of a simple login? The answer lies in granularity and non-human access.
The Orion API Key is valuable. If leaked, malicious actors can use your credits, exfiltrate your data, or hit your rate limits. Follow these security protocols: Orion Api Key
The Orion API key unlocks several core capabilities: Why use a key instead of a simple login
For example, a DeFi hedge fund might integrate Orion’s API into its execution engine, using a dedicated API key with trade permissions and IP whitelisting. For example, a DeFi hedge fund might integrate
Ensure your .gitignore file includes files like .env or secrets.json where your Orion API Key might live.
Orion allows fine-tuning of base models. Your API Key must have admin privileges to upload training data and create custom model IDs.
curl -X POST https://api.orion.ai/v1/fine_tuning/jobs \
-H "Authorization: Bearer $ORION_API_KEY" \
-F "training_file=@data.jsonl" \
-F "model=orion-2.0"