curl https://www.samuraiapi.in/v1/models \ -H "Authorization: Bearer $SAMURAI_API_KEY"
{ "object": "list", "data": [ { "id": "gpt-4o", "object": "model", "created": 1715000000, "owned_by": "openai" }, { "id": "claude-3-5-sonnet-20241022", "object": "model", "created": 1715000000, "owned_by": "anthropic" }, { "id": "gemini-2.0-flash", "object": "model", "created": 1715000000, "owned_by": "google" } ] }
Returns a list of all AI models currently available on Samurai AI.
Documentation IndexFetch the complete documentation index at: https://docs.samuraiapi.in/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.samuraiapi.in/llms.txt
Use this file to discover all available pages before exploring further.